Release 4.9.0
4.9.0 (2023-11-23)
Features
- Always wrap tables in a div.scroll-table wrapper. (16e1cc5)
Bug Fixes
-
Allow to select the figcaption node. (aa71dfc)
-
Allow to select-all in tables. (606a4be)
Allow to select all (Ctrl-A, Command-A) with tables in certain
conditions.
Due to a tiptap/ProseMirror bug tables with some empty cells and no
content preceding or following the table, selecting the whole table did
not work. This fix makes sure that a non-empty paragraph is added at the
end, if no other content is present at the end of the document.
Follow-up from:
More information here:
- Make fixed-paragraph selectable to make the corresponding table selectable. (2c69109)