v0.7.9
facebook/lexicalv0.7.9Feb 9, 2023by thegreatercurve
AI Summary
A maintenance release primarily fixing a critical backspace regression and improving import/export capabilities for specific nodes like YouTube and Equations.
Key Highlights
- Fixed critical backspace regression.
- Added import/export DOM methods to YouTubeNode and EquationNode.
- Improved playground performance by loading prettier on demand.
New Features
- YouTubeNode export/import methods
- EquationNode export/import methods
- Backspace regression fix
Full Release Notes
Fix bad import into core (https://github.com/facebook/lexical/pull/3861) Dominic Gannaway Add import/export DOM methods to YouTubeNode and improve EquationNode (https://github.com/facebook/lexical/pull/3835) Pervez Ali Fix backspace regression (https://github.com/facebook/lexical/pull/3862) Dominic Gannaway Fix restoreEditorState (https://github.com/facebook/lexical/pull/3856) Dominic Gannaway Add more configuration for heading in INSERT_TABLE_COMMAND (https://github.com/facebook/lexical/pull/3843) Sebastien Ahkrin perf(playground): load prettier and its parsers on demand in code block (https://github.com/facebook/lexical/pull/3637) Shanmughapriyan