Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @lexical/rich-text from 0.35.0 to 0.36.2.

Release notes

Sourced from @​lexical/rich-text'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/rich-text'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

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 6, 2025
Bumps [@lexical/rich-text](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-rich-text) from 0.35.0 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-rich-text)

---
updated-dependencies:
- dependency-name: "@lexical/rich-text"
  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 added javascript Pull requests that update javascript code dependencies Pull requests that update a dependency file labels Oct 6, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 6, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Note

Free review on us!

CodeRabbit is offering free reviews until Wed Oct 08 2025 to showcase some of the refinements we've made.

Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 13, 2025

Superseded by #72.

@dependabot dependabot bot closed this Oct 13, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/deps/lexical/rich-text-0.36.2 branch October 13, 2025 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant