v0.7.4
facebook/lexicalv0.7.4Dec 20, 2022by thegreatercurve
AI Summary
Maintenance release fixing import issues and ensuring proper node replacement logic.
Key Highlights
- Fixed import issue with line break nodes.
- Fixed bug preventing LinkNode from being replaced by custom nodes.
- Added missing usages of $applyNodeReplacement.
New Features
- Line break node import fix
- Custom LinkNode replacement support
Full Release Notes
- Add missing usages of `$applyNodeReplacement` (#3592) John Flockton - Fix import issue with line break nodes (#3593) John Flockton - Allow LinkNode to be replaced by custom node, fix bug in #3367 (#3588) Nhan Ho