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.).
Internal changes only (updated dependencies, documentation, etc.).
feed callback function to the editor instance. (0ba40a9)Thanks @oliverguenther for the contribution!
mention/featuredetection namespace is removed. Please use env.features from ckeditor5-utils instead.Internal changes only (updated dependencies, documentation, etc.).
TextWatcher util to @ckeditor/ckeditor5-typing. (a644043)TextWatcher util was moved to @ckeditor/ckeditor5-typing.ContextualBalloon is already visible. Closes #67. (de9ee71)ContextualBalloon plugin to display to prevent balloon collisions with other features. Closes #27. (9ae7f30)ContextualBalloon#add() method call. (b6a50cf)Model#insertContent() instead of model.Writer#insertText(). Closes #69. (ee973bb)MentionUI#panelView property is removed. The mention feature now uses the ContextualBalloon plugin.The initial release.