Releases: sodenn/lexical-beautiful-mentions
Releases · sodenn/lexical-beautiful-mentions
[email protected]
[email protected]
Patch Changes
- 9588d0a: fix(): undo not working after insert mention on focus lost
[email protected]
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
toBeautifulMentionsCssClassNames
for more understandable naming - 8f83624: feat(): throw error with explanation when BeautifulMentionNode is not registered on editor
[email protected]
[email protected]
Patch Changes
- b609f78: fix(): allow to select the text when it ends with a mention
[email protected]
Patch Changes
- bf6d8f0: feat(useBeautifulMentions): allow to insert mentions with data
[email protected]
Patch Changes
- 7e1a1ea: refactor(TypeaheadMenuPlugin): use TypeaheadMenuPlugin from
@lexical/react
.⚠️ Initially, this project has used a copy ofLexicalTypeaheadMenuPlugin
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 originalLexicalTypeaheadMenuPlugin
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]
[email protected]
Patch Changes
- 413fcbf: fix(): set missing return type of BeautifulMentionNode methods
[email protected]
Patch Changes
- cb6a655: fix(): onBlur behavior in MentionComponent