Releases: sodenn/lexical-beautiful-mentions
Releases · sodenn/lexical-beautiful-mentions
[email protected]
Patch Changes
- 7e5c094: fix: use condition exports based on import type
[email protected]
[email protected]
Patch Changes
- 68c908e: feat(): insertMention function use autoSpace of config
[email protected]
[email protected]
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]
[email protected]
Patch Changes
- e71a286: feat($transformTextToMentionNodes): add utility function to transform text nodes to mention nodes
[email protected]
Patch Changes
- 9ef8442: fix(): prevent error with apple pencil when key is undefined #575 [thanks, @circlingthesun]
[email protected]
Patch Changes
- f481f85: fix($findBeautifulMentionNodes): add null check for CustomBeautifulMentionNode