bump version (#626)

* bump version

* prevent backspace on firefox
This commit is contained in:
Murod Khaydarov 2019-02-27 13:15:40 +03:00 committed by GitHub
parent c793a6c9e8
commit 7aa35bb7dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 5 deletions

View file

@ -19,6 +19,7 @@ Welcome to testing stage. Please, join a [public Telegram-chat](//t.me/codex_edi
### 2.7-2.9 changelog
- `Improvements` Prevent navigating back on Firefox when Block is removing by backspace
- `New` Blocks selected with RectangleSelection can be also removed, copied or cut
- `New` Migrate from postcss-cssnext to postcss-preset-env and disable postcss-custom-properties which conflicts with postcss-preset-env
- `New` *RectangeSelection* - Ability to select Block or several Blocks with mouse

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,9 @@
# Changelog
### 2.9.4
- `Improvements` Prevent navigating back on Firefox when Block is removing by backspace
### 2.9.3
- `Fix` Handle paste only on initial Block

View file

@ -1,6 +1,6 @@
{
"name": "codex.editor",
"version": "2.9.3",
"version": "2.9.4",
"description": "CodeX Editor. Native JS, based on API and Open Source",
"main": "dist/codex-editor.js",
"types": "./types/index.d.ts",