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 05 Jun 09:05
· 1164 commits to master since this release

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. Use config.table.contentToolbar instead.