| Name | Modified | Size | Downloads / 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
- v0.36.1 by @etrepum in https://github.com/facebook/lexical/pull/7871
- [*] Bug Fix: devInvariant should warn in prod even if not in codes.json by @etrepum in https://github.com/facebook/lexical/pull/7870
- [lexical-website] Chore: add example for how to bootstrap collab ydoc on the server by @james-atticus in https://github.com/facebook/lexical/pull/7830
- [lexical-playground] Bug Fix: Table add-row button no longer hides horizontal scroll by @niikkhilsharma in https://github.com/facebook/lexical/pull/7847
- Update examples for v0.36.1 by @etrepum in https://github.com/facebook/lexical/pull/7872
- [lexical-headless] Bug Fix: Fix types for @lexical/headless/dom and simplify npmToWwwName workaround by @etrepum in https://github.com/facebook/lexical/pull/7873
- [lexical-table] Bug Fix: Handle accessing table selection following table deletion by @patrick-atticus in https://github.com/facebook/lexical/pull/7864
- [lexical-headless][lexical-html] Bug Fix: Fix entrypoint for @lexical/headless/dom and generalize $generateNodesFromDOM by @etrepum in https://github.com/facebook/lexical/pull/7859
- [lexical-website] Chore: Update to docusaurus v3.9.1 by @etrepum in https://github.com/facebook/lexical/pull/7881
- [lexical-clipboard] Preventing copying empty string by @niikkhilsharma in https://github.com/facebook/lexical/pull/7880
- [lexical-react] Fix: ensure selection listeners cleaned up from original owner document by @james-atticus in https://github.com/facebook/lexical/pull/7843
- [lexical-markdown] Bug Fix: Ensure First Match is Used in
importTextMatchTransformerby @jkjk822 in https://github.com/facebook/lexical/pull/7890 - [docs] Chore: Export DOMConversion* types so that they are in the docs by @etrepum in https://github.com/facebook/lexical/pull/7893
- [lexical][lexical-playground] Feature: Improve focus management in Toolbar and adds SKIP_SELECTION_FOCUS_TAG by @KaiPrince in https://github.com/facebook/lexical/pull/7804
New Contributors
- @niikkhilsharma made their first contribution in https://github.com/facebook/lexical/pull/7847
- @KaiPrince made their first contribution in https://github.com/facebook/lexical/pull/7804
Full Changelog: https://github.com/facebook/lexical/compare/v0.36.1...v0.36.2