All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
Changes for the past releases are available below.
Internal changes only (updated dependencies, documentation, etc.).
DeleteCommand should pass its direction to Model#deleteContent(). Closes ckeditor/ckeditor5#6355. See ckeditor/ckeditor5#6356. (cb75e45)TextWatcher for all text transformations. Closes ckeditor/ckeditor5#6020. (550426d)TextWatcher#isEnabled property to allow toggling text watcher on and off. (fa79d00)Internal changes only (updated dependencies, documentation, etc.).
Input#isInput(). Closes #214. Fixed the TextTransformation feature so it willl trigger only for typing changes. Closes #208. (0e26850)TextWatcher util was moved to this package from @ckeditor/ckeditor5-mention. Closes ckeditor/ckeditor5#1490. (dafd16e)beforeinput event instead of mutations. Introduced options.selection in the DeleteCommand#execute() params. Introduced selectionToRemove parameter in the view.Document#event:delete data. Closes #167. (92ab3ff)delete event will now stop the keydown event if it was set with the highest priority. Closes #186. (07cca83)DeleteCommand#buffer. InputCommand uses Model#deleteContent() instead of model.Writer#remove(). (5ab39fc)8.0.0 and npm to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c)keydown before the composition starts. Closes #83. Closes #150. (ab1b46d)@ckeditor/ckeditor5-typing/src/changebuffer.js was moved to @ckeditor/ckeditor5-typing/src/utils/changebuffer.js.<br /> element inserted by a browser at the end of an element is now correctly handled. Closes ckeditor/ckeditor5#1083. (22abdff)Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
DeleteObserver will stop the keydown event when the delete event is stopped. Closes: https://github.com/ckeditor/ckeditor5/issues/753. (479d043)Internal changes only (updated dependencies, documentation, etc.).
Input feature when InputCommand is disabled. Closes #107. (f935d66)Internal changes only (updated dependencies, documentation, etc.).
InputCommand now accepts Range instead of Position as a parameter. Closes #86. Closes #54. (0766407)typing.undoStep in both InputCommand and DeleteCommand. Closes #79. (c597467)InputCommand options.resultPosition was replaced with options.resultRange.undo.step configuration option was replaced by typing.undoStep in DeleteCommand. See #79. with spaces in text inserted via mutations. Closes #68. (c0fce25)