v0.36.2
v0.36.2 is a bug fix release, primarily to fix a problem with the @lexical/headless package.json that prevented the new @lexical/headless/dom from being used as designed. It also includes several improvements and bug fixes such as the new SKIP_SELECTION_FOCUS_TAG.
Highlights
Core:
- ๐ #7804 New
SKIP_SELECTION_FOCUS_TAGto allow the update to set the DOM selection but not automatically ensure that the root element is focused - ๐งน #7870 devInvariant should warn in prod even if not in codes.json (only relevant for unreleased versions, npm releases, even nightly ones, have an up to date codes.json)
Clipboard:
- โ #7880 Copying from a collapsed selection no longer updates the clipboard (consistent with the browser's default behavior and other applications)
Markdown:
- โ
#7890 Ensure First Match is Used in
importTextMatchTransformerTable: - โ #7864 Handle accessing table selection following table deletion Playground:
- โ #7804 Improve focus management in toolbar DOM
- โ #7847 Table add-row button no longer hides horizontal scroll