This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
Releases: ckeditor/ckeditor5-typing
Releases · ckeditor/ckeditor5-typing
v19.0.0
v18.0.0
Other changes
DeleteCommand
should pass its direction toModel#deleteContent()
. Closes ckeditor/ckeditor5#6355. See ckeditor/ckeditor5#6356. (cb75e45)- Introduced support for multi-range selections. See ckeditor/ckeditor5#6116. (64daf31)
- Run only one instance of the
TextWatcher
for all text transformations. Closes ckeditor/ckeditor5#6020. (550426d)
v17.0.0
v16.0.0
v15.0.0
v12.2.0
Features
- Introduced
Input#isInput()
. Closes #214. Fixed theTextTransformation
feature so it willl trigger only for typing changes. Closes #208. (0e26850)
Bug fixes
- Allow dashes on the begging of a line. Closes #200. (6ef7d47)
- Typing on mobile device will not throw after each typed character. (056b036)
Other changes
- The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See ckeditor/ckeditor5#1988. (6491e8d)
v12.1.1
v12.1.0
Features
- Introduced the text transformation feature. Additionally, the
TextWatcher
util was moved to this package from@ckeditor/ckeditor5-mention
. Closes ckeditor/ckeditor5#1490. (dafd16e)