Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2025

Bumps lexical from 0.27.2 to 0.36.2.

Release notes

Sourced from lexical's releases.

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

... (truncated)

Changelog

Sourced from lexical's changelog.

v0.36.2 (2025-09-30)

  • docs Chore Export DOMConversion types so that they are in the docs (#7893) Bob Ippolito
  • lexical-markdown Bug Fix Ensure First Match is Used in importTextMatchTransformer (#7890) River
  • lexical-react Fix ensure selection listeners cleaned up from original owner document (#7843) James Fitzsimmons
  • lexical-clipboard Preventing copying empty string (#7880) Nikhil Sharma
  • lexical-website Chore Update to docusaurus v3.9.1 (#7881) Bob Ippolito
  • lexical-headlesslexical-html Bug Fix Fix entrypoint for lexicalheadlessdom and generalize generateNodesFromDOM (#7859) Bob Ippolito
  • lexical-table Bug Fix Handle accessing table selection following table deletion (#7864) Patrick Moody
  • lexical-headless Bug Fix Fix types for lexicalheadlessdom and simplify npmToWwwName workaround (#7873) Bob Ippolito
  • Update examples for v0.36.1 (#7872) Bob Ippolito
  • lexical-playground Bug Fix Table add-row button no longer hides horizontal scroll (#7847) Nikhil Sharma
  • lexical-website Chore add example for how to bootstrap collab ydoc on the server (#7830) James Fitzsimmons
  • Bug Fix devInvariant should warn in prod even if not in codes.json (#7870) Bob Ippolito
  • v0.36.1 (#7871) Bob Ippolito
  • v0.36.1 Lexical GitHub Actions Bot

v0.36.1 (2025-09-25)

  • Bug Fix Update examples and fix package.json for v0.36.0 (will need a patch release) (#7867) Bob Ippolito
  • Make ref optional in ContentEditable flow (#7866) Gerard Rovira
  • v0.36.0 (#7861) Bob Ippolito
  • lexical Bug Fix account for Apple WebView in setManagedLineBreak (#7854) Matsuoka
  • lexical-headless Bug Fix Replace happy-dom with jsdom in www and map react-domclient (#7858) Bob Ippolito
  • Bug Fix npmToWwwName ensures lexical prefix (#7857) Bob Ippolito
  • lexical-headless Feature lexicalheadlessdom module for easier SSR (#7833) Bob Ippolito
  • lexical Chore Change TabNode.setTextContent invariant to devInvariant (#7855) Aman Harwara
  • lexical-extensiondocs Chore Add experimental to extension functions (#7853) Bob Ippolito
  • lexicallexical-extension Feature Lexical Extension (#7706) Bob Ippolito
  • lexical-react Bug Fix Include react-error-boundary and floating-uireact in WWW bundle (#7852) Bob Ippolito
  • lexical-react Bug Fix Add visibility margin to isTriggerVisibleInNearestScrollContainer to prevent popover from wrongfully closing (#7844) David
  • lexicallexical-reactlexical-playground Chore Update from React 18 to React 19 (#7802) Bob Ippolito
  • lexical-playground Chore remove InlineImageNode and InlineImagePlugun (#7839) Bob Ippolito
  • Bug Fix Relocate internal eslint plugin to packageslexical-eslint-plugin-internal (#7834) Bob Ippolito
  • lexical Bug Fix Fix cache coherency issue with RangeSelection#extract (#7836) River
  • lexical-clipboard Bug Fix Update Lexical Clipboard with Empty Selection (#7835) River
  • lexical-markdown Refactor Remove MarkdownShortcuts.ts Dependency on index.ts (#7832) River
  • lexical-react Breaking change enforce use of collab context provider (#7818) James Fitzsimmons
  • lexical-yjslexical-playground Breaking change remove clientID from collab context (#7816) James Fitzsimmons
  • lexical-clipboard Fix copy correct selection when editor in different windowdocument (#7822) James Fitzsimmons
  • lexical Chore Improve error message when a node is registered from a foreign lexical module (#7821) Bob Ippolito
  • lexicallexical-selectionlexical-utils Refactor Consolidate ancestor lookup via findMatchingParent (#7814) Chase Naples
  • lexical-markdown Update Flow types to match TypeScript (#7813) Daniel Teo
  • lexical-website Bug Fix Replace broken algolia search with easyops-cndocusaurus-search-local (#7810) Bob Ippolito
  • lexical-list Fix clear li checklist attributes when inserting nested list (#7805) James Fitzsimmons
  • Chore Port scripts unit tests to vitest and fix test include match pattern (#7807) Bob Ippolito
  • lexical-react Fix Use explicit key attr in NodeContextMenuPlugin (#7803) Bob Ippolito
  • lexical-list Fix updating list type tofrom check type updates child DOM elements (#7800) James Fitzsimmons
  • lexical-playground DatetimeNode DOM updates (#7786) Ivaylo Pavlov
  • examples Chore Update examples for v0.35.0 (#7799) Bob Ippolito

... (truncated)

Commits
  • 352cb15 v0.36.2
  • a42c89b [lexical][lexical-playground] Feature: Improve focus management in Toolbar an...
  • 59bb0a7 [docs] Chore: Export DOMConversion* types so that they are in the docs (#7893)
  • 843dbab [lexical-react] Fix: ensure selection listeners cleaned up from original owne...
  • 471e989 v0.36.1 (#7871)
  • 427c111 v0.36.0 (#7861)
  • a278e96 [lexical] Bug Fix: account for Apple WebView in setManagedLineBreak (#7854)
  • 5c2f77d [lexical] Chore: Change TabNode.setTextContent invariant to devInvariant (#7855)
  • 21f57f0 [lexical-extension][docs] Chore: Add @​experimental to extension functions (#7...
  • 320354a [lexical][lexical-extension][*] Feature: Lexical Extension (#7706)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@otto-the-bot otto-the-bot enabled auto-merge (squash) October 5, 2025 14:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from 1cb26b1 to 7f73816 Compare October 5, 2025 14:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from 7f73816 to 36f04d5 Compare October 5, 2025 14:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from 36f04d5 to 615f775 Compare October 5, 2025 14:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from 615f775 to 4bcf116 Compare October 5, 2025 14:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from 4bcf116 to 2b36f47 Compare October 5, 2025 14:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from 2b36f47 to 484613a Compare October 5, 2025 14:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from 484613a to 31ecd02 Compare October 5, 2025 14:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from 31ecd02 to 9568071 Compare October 5, 2025 15:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from 9568071 to f269607 Compare October 5, 2025 15:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from f269607 to 3b0992f Compare October 5, 2025 15:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from 3b0992f to 0686f99 Compare October 5, 2025 15:23
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from 0686f99 to 9fce7cf Compare October 5, 2025 15:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from 9fce7cf to df1b692 Compare October 5, 2025 15:38
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from df1b692 to 09598d7 Compare October 5, 2025 15:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from 09598d7 to 6b10fda Compare October 5, 2025 15:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from 6b10fda to bc02828 Compare October 5, 2025 16:05
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from bc02828 to 1261781 Compare October 5, 2025 16:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from 1261781 to b9463f2 Compare October 5, 2025 16:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from b9463f2 to 7f2bbbf Compare October 8, 2025 11:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from 7f2bbbf to 1c09069 Compare October 9, 2025 14:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from 1c09069 to 445035d Compare October 9, 2025 17:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from 445035d to 7b71777 Compare October 10, 2025 09:22
Bumps [lexical](https://github.com/facebook/lexical/tree/HEAD/packages/lexical) from 0.27.2 to 0.36.2.
- [Release notes](https://github.com/facebook/lexical/releases)
- [Changelog](https://github.com/facebook/lexical/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/lexical/commits/v0.36.2/packages/lexical)

---
updated-dependencies:
- dependency-name: lexical
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.36.2 branch from 7b71777 to 461b0b8 Compare October 10, 2025 15:57
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant