Skip to content

Release 4.3.0

Compare
Choose a tag to compare
@thet thet released this 17 Jul 21:41
· 171 commits to master since this release

4.3.0 (2022-07-17)

Features

  • Close context menu on ESC and outside click. (6de22c2)Always close context menu (link, mentions, tagging) when clicked outside or
    escape key was pressed.

  • When editing links and closing the link edit panel restore the cursor position to the position where we left. (2b00839)

Bug Fixes

  • Align to changes in pat-modal where pat-modal-ready is thrown only once and not on the initiating button but on the injected modal. (7011525)

  • Correct import of logger. (ee290e4)

  • Do not open the link context menu after opening the link editing panel. (f7d9e95)

  • Prevent double initialization of link and suggestion context menu patterns. (fbda4f6)

Maintenance

  • Demo: Add a link to the demo. (b424f19)

  • Demo: Mark focused element in red. (c969ade)