Mark release 0.6.1
This commit is contained in:
Родитель
3c22982294
Коммит
b53cacec19
2
AUTHORS
2
AUTHORS
|
@ -1,4 +1,4 @@
|
|||
-e List of ProseMirror contributors. Updated before every release.
|
||||
List of ProseMirror contributors. Updated before every release.
|
||||
|
||||
Adrian Heine
|
||||
Bernard Lambeau
|
||||
|
|
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,3 +1,20 @@
|
|||
## 0.6.1 (2016-04-15)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
Composition (IME) input is now more robust. This mostly effects
|
||||
Android browsers, where typing is now less buggy.
|
||||
|
||||
The iOS virtual keyboard's default case should now update as you type
|
||||
(rather than being stuck in whatever state it was in when you started
|
||||
typing).
|
||||
|
||||
Text input read through composition or input events now fires input
|
||||
rules.
|
||||
|
||||
A problem where transform filters could corrupt the undo history has
|
||||
been fixed.
|
||||
|
||||
## [0.6.0](http://prosemirror.net/version/0.6.0.html) (2016-04-13)
|
||||
|
||||
### Breaking changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "prosemirror",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"description": "Well-defined WYSIWYG editor",
|
||||
"main": "dist/edit/index.js",
|
||||
"license": "MIT",
|
||||
|
|
Загрузка…
Ссылка в новой задаче