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

v13.0.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 28 Feb 11:53
· 350 commits to master since this release

Features

  • Enable images in table cells. (3a4d2ca)

Bug fixes

  • Insert missing caption for images that are nested in other elements. Closes ckeditor/ckeditor5#1524. (0e3a7c5)
  • The text alternative input should be blurred before the form is removed from the DOM. Closes ckeditor/ckeditor5/issues#1501. (f89fe04)
  • Fixed memory leaks during editor initialization and destruction (see ckeditor/ckeditor5#1341). (205f119)

Other changes

BREAKING CHANGES

  • Upgraded minimal versions of Node to 8.0.0 and npm to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c)
  • The isImageWidgetSelected() utility has been replaced by getSelectedImageWidget() and returns an editing View element instead of Boolean.