Skip to content

Releases: sodenn/lexical-beautiful-mentions

[email protected]

15 Jul 22:14
9bf9311
Compare
Choose a tag to compare

Patch Changes

  • fe4e9bd: feat(): show available triggers while typing
  • 49de188: style(): allow styling of mention container when trigger and value have separate styling

[email protected]

15 Jul 16:34
0dcb1ac
Compare
Choose a tag to compare

Patch Changes

  • 6d5eb6e: feat(): add option to limit suggested mentions
  • 6d5eb6e: feat(): provide a function that tells if the triggers menu is currently open

[email protected]

15 Jul 12:45
30414a2
Compare
Choose a tag to compare

Patch Changes

  • d5e52fd: fix(): prevent the selection from being lost after a focused mention has been deleted
  • 6c4d983: feat(): show all available triggers via a configurable shortcut
  • 29b9749: style(): separate styles for trigger and value
  • 8a769aa: feat(): show mentions menu when mention is deleted

[email protected]

29 Jun 20:10
85fb9a1
Compare
Choose a tag to compare

Patch Changes

  • bb9d4c7: feat(): add label to BeautifulMentionsMenuItemProps

[email protected]

18 Jun 12:48
cb63248
Compare
Choose a tag to compare

Patch Changes

  • faae1b3: fix(): remove trailing spaces when removing a mention
  • b4b2a01: fix(): make sure that the focus is removed when clicking next to the mention

[email protected]

15 Jun 21:13
744dc61
Compare
Choose a tag to compare

Patch Changes

  • a9b1aef: fix(): handle missing focus when inserting, renaming or deleting mentions

[email protected]

15 Jun 19:56
955fabb
Compare
Choose a tag to compare

Minor Changes

  • 903be59: feat(): make it configurable if the editor should be focused after inserting, renaming or deleting mentions

[email protected]

14 Jun 21:37
6f1f5f6
Compare
Choose a tag to compare

Patch Changes

  • 2400fc2: fix(): prevent flickering of the menu when a search function is provided
  • 840f7de: fix(): show existing mentions from the editor as suggestions

[email protected]

11 Jun 13:14
014477c
Compare
Choose a tag to compare

Patch Changes

  • e13cd0a: fix(useBeautifulMentions): hook function should return true when the mention menu is open

[email protected]

11 Jun 11:55
1462639
Compare
Choose a tag to compare

Patch Changes

  • 132fb5c: fix(Menu): use menu + menuitem role instead of list + listitem