This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v14.0.0
Features
TableWalker
will now returncell
value also for spanned cells when traversing a table withincludeSpanned
option set totrue
. Additionally,isSpanned
property was introduced in returned values. (07e8736)
Bug fixes
Other changes
- Adjusted
InsertTableView
for better compatibility with right–to–left (RTL) languages. See ckeditor/ckeditor5#1151. (524586b) - The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See ckeditor/ckeditor5#1988. (3d35af2)
- The table widget toolbar should have a proper
aria-label
attribute (see ckeditor/ckeditor5#1404). (b47a94f) - Updated translations. (2ddc9f4)
BREAKING CHANGES
TableWalker
will not returnundefined
ascell
value for spanned cells anymore. UseisSpanned
instead.