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

v10.2.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 18 Jul 10:22
· 1583 commits to master since this release

Features

  • Introduced ViewDocument#layoutChanged event. Closes #1445. (dab70e6)

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 also Range and Position as a parameter.