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

v13.2.0

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

Features

  • Added view.Document#event:beforeinput. (c74c3d6)
  • Introduced the type parameter to the model.createBatch() method. (389b72e)

Bug fixes

  • model.Writer#insert() will no longer crash when the data to set contains markers that are already in the editor content. Closes #1721. (4ff0656)
  • Selection will not change during forbidden copy-paste operation inside table cell. Closes ckeditor/ckeditor5#1380. (ab15b17)

Other changes

  • Changed how  s are generated on the view->DOM rendering. Closes #1747. (da5670a)