You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix (table): The table structure should not be changed while removing the heading row. Closes#7454. Closes#7601.
Fix (table): Merging cells of multiple whole rows or columns should not crash the editor.
MINOR BREAKING CHANGE (table): The `removeEmptyRows()` and `removeEmptyRowsColumns()` ulitiy functions does not require `batch` parameter any more.
MINOR BREAKING CHANGE (table): The `downcastTableHeadingRowsChange()` downcast converter has been removed. It is no longer possible to override `headingRows` attribute change in single converter. This behavior can be customized using a table downcast converter. See #7601.
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
The layout below removed
❌ Actual result
The cell is broken down before removing changing heading section.
📃 Other details
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: