Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

v12.1.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 04 Jul 09:28
· 157 commits to master since this release

Features

  • Introduced the text transformation feature. Additionally, the TextWatcher util was moved to this package from @ckeditor/ckeditor5-mention. Closes ckeditor/ckeditor5#1490. (dafd16e)

Bug fixes

  • Improved typing on Android devices by handling 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)