Skip to content

Release 4.9.0

Compare
Choose a tag to compare
@thet thet released this 23 Nov 00:09
· 29 commits to master since this release

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)