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

Releases: ckeditor/ckeditor5-typing

v19.0.0

29 Apr 11:26
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v18.0.0

19 Mar 13:53
Compare
Choose a tag to compare

Other changes

v17.0.0

20 Feb 12:22
Compare
Choose a tag to compare

Features

  • Add TextWatcher#isEnabled property to allow toggling text watcher on and off. (fa79d00)

v16.0.0

04 Dec 10:42
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v15.0.0

23 Oct 09:20
Compare
Choose a tag to compare

Bug fixes

v12.2.0

26 Aug 09:53
Compare
Choose a tag to compare

Features

  • Introduced Input#isInput(). Closes #214. Fixed the TextTransformation 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

v12.1.1

10 Jul 14:32
Compare
Choose a tag to compare

Bug fixes

  • Text transformations will not remove existing formatting. Closes #203. Closes #196. (2279eee)

v12.1.0

04 Jul 09:28
Compare
Choose a tag to compare

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)

v12.0.2

05 Jun 09:05
Compare
Choose a tag to compare

Other changes

  • Use Model#insertContent() instead of model.Writer#insertText(). Closes #191. (0aeb384)

v12.0.1

10 Apr 09:36
Compare
Choose a tag to compare

Bug fixes

  • The delete event will now stop the keydown event if it was set with the highest priority. Closes #186. (07cca83)