v0.11.1
facebook/lexicalv0.11.1May 26, 2023by zurfyx
AI Summary
A patch release addressing selection issues, max length recalculation, and preventing decorator component remounting.
Key Highlights
- Fixed arrow up selection
- Fixed Max length recalculation
- Added key to portal to avoid decorator component remounting
- Fixed flow issues in mutation listeners
Full Release Notes
## 0.11.1 (2023-05-26) ## Changelog * Fix update-changelog not finishing by @zurfyx in https://github.com/facebook/lexical/pull/4537 * Max length recalculation. Fix #4542 by @fantactuka in https://github.com/facebook/lexical/pull/4543 * Arrow up selection fix #4536 by @fantactuka in https://github.com/facebook/lexical/pull/4544 * Mutations to respect canInsertBeforeAfter by @zurfyx in https://github.com/facebook/lexical/pull/4553 * Add key to portal to avoid decorator component remounting by @fantactuka in https://github.com/facebook/lexical/pull/4554 * Fix flow by @zurfyx in https://github.com/facebook/lexical/pull/4549 * Fire selection change on decorator delete by @acywatson in https://github.com/facebook/lexical/pull/4555 * v0.11.1 by @zurfyx in https://github.com/facebook/lexical/pull/4563 **Full Changelog**: https://github.com/facebook/lexical/compare/v0.11.0...v0.11.1