Download Latest Version v0.38.2 source code.tar.gz (5.7 MB)
Email in envelope

Get an email when there's a new version of Lexical

Home / v0.36.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-10-01 3.9 kB
v0.36.2 source code.tar.gz 2025-10-01 5.6 MB
v0.36.2 source code.zip 2025-10-01 6.4 MB
Totals: 3 Items   12.0 MB 0

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_TAG to 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 importTextMatchTransformer Table: - βœ… [#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

React: - βœ… [#7843] Ensure selection listeners cleaned up from original owner document

HTML: - πŸ†• [#7859] $generateNodesFromDOM now accepts any ParentNode (not just Document) as input

Headless: - πŸ†• [#7873] [#7859] @lexical/headless/dom should be usable now

Docs: - πŸ†• [#7830] Add example for how to bootstrap collab ydoc on the server - πŸ†• [#7893] Export DOMConversion* types so that they are in the docs - 🧹 [#7881] Update to docusaurus v3.9.1

What's Changed

New Contributors

Full Changelog: https://github.com/facebook/lexical/compare/v0.36.1...v0.36.2

Source: README.md, updated 2025-10-01