This is an ad-hoc patch release to include #7602 - which fixes an issue that could corrupt a document if a TabNode was at the anchor or focus of a selection when text is inserted under certain circumstances.
Highlights
Core
- ✅ #7602 Treat all TabNode as if they are in token mode
- ✅ #7579 Firefox now handles Select All (Ctrl+A) the same way as other browsers
What's Changed
- [Monthly Release] v0.32.0 by @lilshady in #7599
- [lexical][lexical-selection] Bug Fix: Treat all TabNode as if they are in token mode by @etrepum in #7602
- [scripts] update next version in lexical-esm-nextjs by @lilshady in #7604
- [tests] Chore: Update table test to use locator API instead of page.evaluate by @etrepum in #7603
- [lexical] Fix: ctrl+a doesn't work well in plain text mode on Firefox by @wataru-chocola in #7579
New Contributors
- @wataru-chocola made their first contribution in #7579
Full Changelog: v0.32.0...v0.32.1