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

v12.0.0

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

Features

  • Enabled media embeds in table cells. Closes #161. (9ace3ba)
  • Enabled images in table cells. Closes #99. (39c09e6)

Bug fixes

  • Autoparagraph text nodes in table cells. Closes #134. (5863307)
  • Make <table> a block element in the schema. Closes #126. (85719af)

Other changes

  • Aligned to the new WidgetToolbarRepository API. Replaced the isTableWidgetSelected() utility with getSelectedTableWidget(). Replaced isTableContentSelected() with getTableWidgetAncestor() (see ckeditor/ckeditor5-widget#60). (e3a5c09)
  • Use TableUtils by a string when using editor.plugins.get(). (ce09c39)
  • Updated translations. (370d494) (5a47b95) (5e20d54)

BREAKING CHANGES

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