This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v10.2.0
Features
Bug fixes
-
Attributes were incorrectly set on an element's children during upcast. Closes #1443. (dfa0b39)
-
Element to attribute upcast should set an attribute on all the elements inside the converted element. See #1443. (26673a0)
-
Expand selection mechanism will work correctly with the inline elements. Closes ckeditor/ckeditor5#1064. (e23742c)
-
Improved selection post-fixing mechanism for selections which cross limit element boundaries. Closes #1436. (e0a5a0b)
Feature: The
schema.getLimitElement()
method now accepts alsoRange
andPosition
as a parameter.