Skip to content

Releases: sodenn/lexical-beautiful-mentions

[email protected]

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

[email protected]

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

Patch Changes

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

[email protected]

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

[email protected]

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

[email protected]

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

[email protected]

27 Feb 20:47
25b5905
Compare
Choose a tag to compare

Patch Changes

  • bf6d8f0: feat(useBeautifulMentions): allow to insert mentions with data

[email protected]

24 Jan 17:41
330ebdb
Compare
Choose a tag to compare

Patch Changes

  • 7e1a1ea: refactor(TypeaheadMenuPlugin): use TypeaheadMenuPlugin from @lexical/react. ⚠️ Initially, this project has used a copy of LexicalTypeaheadMenuPlugin from @lexical/react with a few adjustments regarding the positioning of the menu. This is no longer needed as the positioning issues has been fixed. Now, we can use the original LexicalTypeaheadMenuPlugin from @lexical/react. If the menu is too far below the caret, this is probably due to the absolute positioning (top: x). You can remove the "top" property, as the menu opens directly under the caret now.
  • e4f29c1: feat(EmptyComponent): ability to render a custom component if no results are found

[email protected]

14 Jan 14:19
7145e44
Compare
Choose a tag to compare

Patch Changes

  • b2e5c65: fix(createBeautifulMentionNode): add missing return type for custom mention node
  • d03f567: fix($convertToMentionNodes): triggers followed by text in the middle of a word should be recognized as mentions

[email protected]

10 Jan 17:20
d44c56f
Compare
Choose a tag to compare

Patch Changes

  • 413fcbf: fix(): set missing return type of BeautifulMentionNode methods

[email protected]

08 Jan 15:27
4855678
Compare
Choose a tag to compare

Patch Changes

  • cb6a655: fix(): onBlur behavior in MentionComponent