This repository was archived by the owner on Jun 26, 2020. It is now read-only.
v10.1.0
Features
-
Implemented the table selection handle (see ckeditor/ckeditor5-widget#40). (47295bd)
-
Used the switch button to toggle table headers (see ckeditor/ckeditor5-ui#402). (f3b7d0b)
Also:
- Aligned the
TableUI
to the new API of theaddListToDropdown()
helper, - Updated the tests to consider the
ListItemView
as simply a container for buttons.
- Aligned the
Bug fixes
- Merge cell horizontally should not be possible on overlapped cells. Closes #68. (72b6315)
- The
MergeCellCommand
should check if merging cells results in an empty row and remove it. Closes #16. (a01252a)
Other changes
- Updated translations. (1730b88)