This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v12.0.0
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 theisTableWidgetSelected()
utility withgetSelectedTableWidget()
. ReplacedisTableContentSelected()
withgetTableWidgetAncestor()
(see ckeditor/ckeditor5-widget#60). (e3a5c09) - Use
TableUtils
by a string when usingeditor.plugins.get()
. (ce09c39) - Updated translations. (370d494) (5a47b95) (5e20d54)
BREAKING CHANGES
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c) - The
isTableWidgetSelected()
utility has been replaced bygetSelectedTableWidget()
and returns an editingView
element instead of aBoolean
. - The
isTableContentSelected()
utility has been replaced bygetTableWidgetAncestor()
and returns an editingView
element instead of aBoolean
.