This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v17.0.0
Features
- Introduced CSS style normalization for conversion. Closes ckeditor/ckeditor5#6047. (b2a8189)
- Added a
startsWith()
method toSchemaContext
. (11fa53a) - Introduced
DocumentSelection#event:change:marker
. Closes ckeditor/ckeditor5#6133. (5106014) - Introduced
Model#createOperationFromJSON()
which is an alias forOperationFactory.fromJSON()
. Closes ckeditor/ckeditor5#6094. (ebaa2cc)
Bug fixes
- Changes irrelevant to the view (e.g. inside UIElements) will no longer force a view render nor will they trigger mutation event on the document. Closes ckeditor/ckeditor5#5600. (b7e2bfe)
- DOM selection change will not be converted if the selection was placed outside of the editable element. Closes ckeditor/ckeditor5#4199. (1c3749e)
Other changes
- Allow selection on object elements. Closes ckeditor/ckeditor5#6154. (0dec72d)
- Improved
parseAttributes()
function performance. This results in improved editor data processing speed. Closes ckeditor/ckeditor5#5854. (ecaf056)