This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v13.2.0
Features
- Added
view.Document#event:beforeinput
. (c74c3d6) - Introduced the
type
parameter to themodel.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)