Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

Bumps lexical from 0.21.0 to 0.34.0.

Release notes

Sourced from lexical's releases.

v0.34.0 is a monthly release with several bug fixes and a new experimental Shiki based code highlighter engine for @lexical/code (the existing prismjs highlighter is still the default)

Highlights

Core:

  • #7724 Fix trigger of reconciliation on nested editor.read
  • #7725 Clamp DOM selection offsets to valid lexical TextNode offsets in $internalResolveSelectionPoint

Code:

  • 🆕 #7662 Experimental Shiki support for code highlighting

Selection:

  • #7686 Correct backward inversion for RTL

Utils:

  • #7737 Backwards selection was not being retained

React:

  • #7705 Clean up old mouseup events from context menu
  • 🆕 #7697 Context Menu icons
  • #7723 Prevent race condition in CollaborationPlugin during rapid mount/unmount cycles

Playground:

  • #7693 Image links lose link state when dragged
  • 🆕 #7719 Parse font sizes in pt as well as px in parseAllowedFontSize
  • #7707 DateTime plugin

What's Changed

... (truncated)

Changelog

Sourced from lexical's changelog.

v0.34.0 (2025-08-07)

  • Chore Add a post-release action to update the examples (#7744) Bob Ippolito
  • lexical-examples Bug Fix missing dependency lexicalutils at examplesreact-rich-collab (#7743) debuggingfuture (Vincent)
  • lexical-playground DateTime Plugin (#7707) Ivaylo Pavlov
  • lexical-utils fix Backward selection was not being retained (#7737) Jash Vithlani
  • Fix Key Arrow Down Documentation (#7733) zamorai
  • lexical-playground Bug Fix include font sizes in pt as well in parseAllowedFontSize (#7719) Harshkumar Metkel
  • lexical-react Bug Fix prevent race condition in CollaborationPlugin during rapid mountunmount cycles (#7723) Tobias Andersen
  • lexical Bug Fix Clamp DOM selection offsets to valid lexical TextNode offsets in internalResolveSelectionPoint (#7725) Bob Ippolito
  • Fix trigger reconcilation on nested read (#7724) Gerard Rovira
  • lexical-playgroundBug Fix Image links lose link state when dragged (#7693) Yuncheng Lu
  • lexical-websitedocs Documentation Update Fix typo (#7713) JT
  • lexical-react feat Context Menu icons (#7697) Ivaylo Pavlov
  • lexical-react Clean up old mouseup events from context menu (#7705) Ivaylo Pavlov
  • lexical-codelexical-code-shikilexical-markdownlexical-playgroundlexical-devtools Feature Experimental Shiki support for code highlighting (#7662) jeromew
  • lexical-selection Bug Fix Correct backward inversion for RTL (#7686) Noam Zaks
  • v0.33.1 (#7684) Bob Ippolito
  • v0.33.1 Lexical GitHub Actions Bot

v0.33.1 (2025-07-10)

  • Add a setter for the format property on RangeSelection (#5829) Omar A.
  • lexical-link Chore Fix test names (#7666) Noam Zaks
  • v0.33.0 (#7672) Bob Ippolito
  • v0.33.0 Lexical GitHub Actions Bot

v0.33.0 (2025-07-03)

  • lexical-playground fix close link popup when user clicks out of it (#7670) Achal Jhawar
  • lexical-playground Chore Fix AutocompleteNode importDOM warning (#7667) Bob Ippolito
  • lexical-react Bug Fix LexicalMenu position menu immediately regression (#7669) Bob Ippolito
  • lexical-table Bug Fix Fix table selection for touch devices (#7656) Rickert Mulder
  • lexical-clipboard Inherit style when typing after pasting rich text (#7657) Achal Jhawar
  • lexical-list Bug Fix Make tap target for checklists bigger so touch inputs register (#7655) Rickert Mulder
  • lexical-website Chore Fix typo in transforms (#7664) Noam Zaks
  • lexical Bug Fix Workarounds for import json (#7661) Yuncheng Lu
  • lexical-website Documentation Update Update some doc links (#7660) Yuncheng Lu
  • lexical-react Bug Fix aria-prohibited-attr violation on LexicalContentEditableElement (#7647) so99ynoodles
  • lexical Bug Fix Workarounds in config protocol for loose inheritance (#7659) Bob Ippolito
  • lexical-playground lexical-list add ability to change ordered list start number (#7638) Achal Jhawar
  • lexical Bug Fix allow same mutation listener fn to be registered to multiple nodes (#7654) James Fitzsimmons
  • lexical-playground Bug Fix Allow deleting empty column layouts via backspace (#7636) Lakshmanshankar C
  • lexical-react Bug Fix handle DraggableBlockPlugin in scrollable editors (#7644) Randal
  • lexical-devtools-core Chore add NodeState to TreeView (#7642) Randal
  • lexical Bug Fix copy NodeState when splitting text nodes (#7641) Randal
  • lexical-table Bug Fix Ignore SELECTIONINSERTCLIPBOARDNODESCOMMAND dispatched from child editors (#7637) Bob Ippolito
  • LexicalRefactor Change UnionToIntersection flow type (#7643) Yuncheng Lu
  • Feature config protocol NodeState registrationflattening (#7258) Bob Ippolito
  • lexical-headless-test Enhance navigator environment check with object type and structure validation (#7626) 0xobedient

... (truncated)

Commits
  • 982c954 v0.34.0
  • 233aa10 Fix Key Arrow Down Documentation (#7733)
  • 4d21856 [lexical] Bug Fix: Clamp DOM selection offsets to valid lexical TextNode offs...
  • d0aa48e Fix trigger reconcilation on nested read (#7724)
  • cde863d v0.33.1 (#7684)
  • 20ad9f5 [lexical] Bug Fix: Implement missing deserialization for flat $config NodeSta...
  • cedd6ef Add a setter for the format property on RangeSelection (#5829)
  • d0456a8 v0.33.0 (#7672)
  • b282ceb [lexical] Bug Fix: LexicalNode.getType() fallback to $config protocol (#7671)
  • 23f6862 [lexical-clipboard] Inherit style when typing after pasting rich text (#7657)
  • 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)

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 26, 2025

Labels

The following labels could not be found: dependencies, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical-0.34.0 branch from 69c79dc to 906f4cf Compare August 27, 2025 08:07
macnev2013 and others added 4 commits August 27, 2025 13:41
Bumps [lexical](https://github.com/facebook/lexical/tree/HEAD/packages/lexical) from 0.21.0 to 0.34.0.
- [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.34.0/packages/lexical)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 27, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/lexical-0.34.0 branch August 27, 2025 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant