Skip to content

Releases: sodenn/lexical-beautiful-mentions

lexical-beautiful-mentions@0.1.41

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

lexical-beautiful-mentions@0.1.40

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

lexical-beautiful-mentions@0.1.39

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

Patch Changes

lexical-beautiful-mentions@0.1.38

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

Patch Changes

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

lexical-beautiful-mentions@0.1.37

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)

lexical-beautiful-mentions@0.1.36

11 May 10:28
f24313f
Compare
Choose a tag to compare

Patch Changes

  • eb6b1a3: fix(): mention selection not being cleared when clicking outside the editor and focus the editor again
  • 7e4b35e: feat(): allow to define a set of characters that can appear directly before the trigger character

lexical-beautiful-mentions@0.1.35

23 Apr 19:48
79bd74e
Compare
Choose a tag to compare

Patch Changes

  • 9588d0a: fix(): undo not working after insert mention on focus lost

lexical-beautiful-mentions@0.1.34

10 Apr 20:04
446f607
Compare
Choose a tag to compare

Patch Changes

  • 3fc023a: fix(utils): regex always failed to match if triggers are empty (#440) [thanks, @reekystive]
  • 8f83624: docs(): add links to sections in README.md
  • 8f83624: refactor(): rename BeautifulMentionsThemeValues to BeautifulMentionsCssClassNames for more understandable naming
  • 8f83624: feat(): throw error with explanation when BeautifulMentionNode is not registered on editor

lexical-beautiful-mentions@0.1.33

20 Mar 17:41
f288d68
Compare
Choose a tag to compare

Patch Changes

  • 63de856: fix(BeautifulMentionComponent): don't reset the editor selection when a blur event occurs #410

lexical-beautiful-mentions@0.1.32

03 Mar 13:28
cbc9ee6
Compare
Choose a tag to compare

Patch Changes

  • b609f78: fix(): allow to select the text when it ends with a mention