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

Releases: ckeditor/ckeditor5-typing

v12.0.0

28 Feb 11:53
Compare
Choose a tag to compare

Bug fixes

  • Fixed mutation handling which crashed when the old text was the same as the new text. Closes #181. (7175b6c)

Other changes

  • Exposed DeleteCommand#buffer. InputCommand uses Model#deleteContent() instead of model.Writer#remove(). (5ab39fc)

BREAKING CHANGES

v11.0.2

05 Dec 11:52
Compare
Choose a tag to compare

Bug fixes

  • Non-printable keys like volume up or the win key will not remove the content anymore. Closes #136. (0ea9fbd)

v11.0.1

09 Oct 10:20
Compare
Choose a tag to compare

Bug fixes

  •   is now correctly handled in mutations. Closes #170. (9badb20)

v11.0.0

18 Jul 10:22
Compare
Choose a tag to compare

Bug fixes

BREAKING CHANGES

  • @ckeditor/ckeditor5-typing/src/changebuffer.js was moved to @ckeditor/ckeditor5-typing/src/utils/changebuffer.js.

v10.0.1

21 Jun 09:26
Compare
Choose a tag to compare

Bug fixes

v10.0.0

25 Apr 12:25
Compare
Choose a tag to compare

Other changes

BREAKING CHANGES

  • The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See ckeditor/ckeditor5#991 for more information.

v1.0.0-beta.4

20 Apr 10:52
Compare
Choose a tag to compare

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

v1.0.0-beta.2

10 Apr 09:21
Compare
Choose a tag to compare

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

v1.0.0-beta.1

15 Mar 11:50
Compare
Choose a tag to compare

Bug fixes

  • DeleteObserver will stop the keydown event when the delete event is stopped. Closes: ckeditor/ckeditor5#753. (479d043)
  • Editor should not crash in scenarios when mutations' common ancestor could not be mapped to the model. Closes ckeditor/ckeditor5#718. (db0fe8f)
  • Properly discover delete-word keyboard modifier on mac and non-mac computers. Closes #92. (81f5b76)

Other changes

  • Aligned feature class naming to the new scheme. (9c2cb9d)

v1.0.0-alpha.2

14 Nov 11:55
Compare
Choose a tag to compare

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