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

Releases: ckeditor/ckeditor5-table

v19.0.0

29 Apr 11:26
Compare
Choose a tag to compare

Features

Bug fixes

Other changes

v18.0.0

19 Mar 13:53
Compare
Choose a tag to compare

Features

Bug fixes

Other changes

  • The default background color for the table headers should blend with the background of the entire table instead of overriding it. Closes ckeditor/ckeditor5#6228. (b53032d)
  • Updated translations. (70b8af5)

v17.0.0

20 Feb 12:22
Compare
Choose a tag to compare

Features

Bug fixes

Other changes

v16.0.0

04 Dec 10:42
Compare
Choose a tag to compare

Bug fixes

  • The MergeCellCommand will not merge column header cells with body cells. (c9c6954)

Other changes

v15.0.0

23 Oct 09:20
Compare
Choose a tag to compare

Bug fixes

  • Column insertion and cell merging buttons should work correctly when the editor content is right–to–left (RTL). Closes #200. (ac7be7b)

Other changes

v14.0.0

26 Aug 09:53
Compare
Choose a tag to compare

Features

  • TableWalker will now return cell value also for spanned cells when traversing a table with includeSpanned option set to true. Additionally, isSpanned property was introduced in returned values. (07e8736)

Bug fixes

  • Table cell post-fixer will refresh a cell only when it is needed. Closes #209. (b29a042)

Other changes

BREAKING CHANGES

  • TableWalker will not return undefined as cell value for spanned cells anymore. Use isSpanned instead.

v13.0.2

10 Jul 14:32
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v13.0.1

04 Jul 09:28
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v13.0.0

05 Jun 09:05
Compare
Choose a tag to compare

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.

v12.0.1

10 Apr 09:36
Compare
Choose a tag to compare

Bug fixes

Other changes