Skip to content

Releases: sodenn/lexical-beautiful-mentions

[email protected]

22 Jan 19:42
d804f3c
Compare
Choose a tag to compare

Patch Changes

  • 7e5c094: fix: use condition exports based on import type

[email protected]

21 Jan 20:52
5065e80
Compare
Choose a tag to compare

Patch Changes

  • 4346b4d: fix(mentions): avoid opening the mention menu if no matching results are found #681

[email protected]

07 Nov 21:02
05916f1
Compare
Choose a tag to compare

Patch Changes

  • 68c908e: feat(): insertMention function use autoSpace of config

[email protected]

21 Oct 17:31
25b10df
Compare
Choose a tag to compare

Patch Changes

  • df15d2f: fix(): prevent unintended deletion of text after inserting a mention
  • f3153a0: fix(): ensure space is added after multi-character trigger mention

[email protected]

12 Oct 15:41
2ee876e
Compare
Choose a tag to compare

Patch Changes

  • bd1b143: feat: make mention auto-spacing configurable
  • 7e53fbd: refactor(): deprecate ZeroWidthPlugin and introduce PlaceholderPlugin
    • Easier Maintenance: Without the need to handle ZeroWidthNode, the beautiful-mentions codebase becomes less complex, which can lead to fewer bugs and easier maintenance.
    • Simplified Export: zero-width characters no longer need to be removed before exporting the content.

[email protected]

18 Sep 17:39
4b6d829
Compare
Choose a tag to compare

Patch Changes

  • 9e795c1: feat(): show suggestions even if the cursor is in the middle of the query
  • fbf63cc: feat(): insert mention when pressing a non-word character

[email protected]

23 Aug 17:33
975356d
Compare
Choose a tag to compare

Patch Changes

  • e71a286: feat($transformTextToMentionNodes): add utility function to transform text nodes to mention nodes

[email protected]

10 Aug 15:20
dc99905
Compare
Choose a tag to compare

Patch Changes

[email protected]

23 Jul 16:14
b17003a
Compare
Choose a tag to compare

Patch Changes

  • f481f85: fix($findBeautifulMentionNodes): add null check for CustomBeautifulMentionNode

[email protected]

17 Jul 17:04
e585e8f
Compare
Choose a tag to compare

Patch Changes

  • f041caa: fix(): add space between text and mention when cursor is at line start and in front of mention
  • 2eddba3: fix(useBeautifulMentions): fix broken functions for custom mention node (removeMentions/renameMentions)