diff --git a/AUTHORS b/AUTHORS index fa7048c..a0bf85c 100644 --- a/AUTHORS +++ b/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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 36babfe..d512354 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package.json b/package.json index e44709e..0a82ad3 100644 --- a/package.json +++ b/package.json @@ -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",