This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v13.0.0
Bug fixes
- Table cell view post-fixer should not fix valid view selection. Closes ckeditor/ckeditor5#1554. (fa46cdc)
- Table cell view post-fixer will not crash if an element inside a cell got attribute and was removed at the same time. Closes #191. (900c178)
- Table rows will not be added on tab key press if the associated command is disabled. Closes #185. (00848a8)
Other changes
- Removed deprecated
config.table.toolbar
configuration option. Closes #167. (5d024ce) - Updated translations. (60ccc61)
BREAKING CHANGES
config.table.toolbar
is now removed from code. Useconfig.table.contentToolbar
instead.