Skip to content

Bump @lexical/react from 0.11.2 to 0.32.1 #4771

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps @lexical/react from 0.11.2 to 0.32.1.

Release notes

Sourced from @​lexical/react's releases.

v0.32.1

This is an ad-hoc patch release to include #7602 - which fixes an issue that could corrupt a document if a TabNode was at the anchor or focus of a selection when text is inserted under certain circumstances.

Highlights

Core

  • #7602 Treat all TabNode as if they are in token mode
  • #7579 Firefox now handles Select All (Ctrl+A) the same way as other browsers

What's Changed

New Contributors

Full Changelog: facebook/lexical@v0.32.0...v0.32.1

v0.32.0

Highlights

Core

  • #7544 2 Tabs on single line selection should indent
  • 🆕 #7573 Feature: Improve Tab/Indent/Outdent to match VSCode
  • #7568 unbulleting an image doesn't work #5698 ([lexical-selection][lexical-playground])
  • 🆕 #7593 Type: Add flow export type for LexicalUpdateTags

Playground

  • #7556 Change list, strikethrough and quoteblock shortcuts to match Google Docs for Windows compatibility
  • #7545 Support Apple Pencil
  • 🆕 #7567 Chore: source command priority from package
  • #7572 Preserve row striping in frozen table columns
  • #7568 unbulleting an image doesn't work #5698
  • #7558 Made checklist icon fully scalable, clickable, and properly spaced at large font sizes
  • 🆕 #7590 Refactor: simplify ExcalidrawModal
  • 🆕 #7509 FloatingUI Context Menu
  • 🆕 #7596 Chore: source command priority from package

Markdown

  • #7560 Link Transformer URL Protocol Han…
  • #7564 Prevent transform from removing nodes if the replace function returns false
  • #7594 Don't select nodes when importing

React

... (truncated)

Changelog

Sourced from @​lexical/react's changelog.

v0.32.1 (2025-06-05)

  • tests Chore Update table test to use locator API instead of page.evaluate (#7603) Bob Ippolito
  • scripts update next version in lexical-esm-nextjs (#7604) Yuncheng Lu
  • lexicallexical-selection Bug Fix Treat all TabNode as if they are in token mode (#7602) Bob Ippolito
  • Monthly Release v0.32.0 (#7599) Yuncheng Lu
  • v0.32.0 Lexical GitHub Actions Bot

v0.32.0 (2025-06-02)

  • lexical-playgroundlexical-rich-textlexical-websitetestsexamples Chore source command priority from package (#7596) Eliott Vincent
  • Lexical Type Add flow export type for LexicalUpdateTags (#7593) Rabbit
  • lexical-code Feature Improve TabIndentOutdent to match VSCode (#7573) jeromew
  • lexical-reactlexical-playground Feature allow whitespaces in search keyword in useBasicTypeaheadTriggerMatch (#7584) Harshkumar Metkel
  • lexical-react Bug Fix page freezes when typing a link in an overflow area (#7589) Kamil Pitua
  • lexical-playground Refactor simplify ExcalidrawModal (#7590) Georgii Dolzhykov
  • lexical-reactlexical-playground FloatingUI Context Menu (#7509) Ivaylo Pavlov
  • lexical-link Feature Move URL formatting from #7499 to LinkNode sanitizeUrl (#7585) Bob Ippolito
  • lexical-table Bug Fix error when deleting multiple rows with merged row cells (#7582) Kamil Pitua
  • lexical-playgroundlexical-list Bug Fix Made checklist icon fully scalable, clickable, and properly spaced at large font sizes (#7558) Shubham Saini
  • lexical-selectionlexical-playground Bug Fix unbulleting an image doesnt work #5698 (#7568) Kamil Pitua
  • Update Fix docusaurus build by adding removeLegacyPostBuildHeadAttribute flag (#7574) Yuncheng Lu
  • lexical-playground Bug Fix Preserve row striping in frozen table columns (#7572) Kiran Dash
  • lexical-playground Chore source command priority from package (#7567) Eliott Vincent
  • lexical-website Chore fix documentation typos (#7569) Noritaka Kobayashi
  • lexical-markdown Bug fix Prevent transform from removing nodes if the replace function returns false (#7564) Rodrigo
  • lexicallexical-playground Bug Fix Support Apple Pencil (#7545) Rickert Mulder
  • lexical-list Bug Fix Removed the hardcoded checkbox width in checklist onclick helper (#7559) Jash Vithlani
  • lexical-code Bug Fix 2 Tabs on single line selection should indent (#7544) jeromew
  • lexical-playground Bug Fix Change list, strikethrough and quoteblock shortcuts to match Google Docs for Windows compatibility (#7556) Harshkumar Metkel
  • Revert lexical-markdown Bug Fix Link Transformer URL Protocol Han (#7560) Gerard Rovira
  • v0.31.2 (#7550) Bob Ippolito
  • v0.31.2 Lexical GitHub Actions Bot

v0.31.2 (2025-05-20)

  • lexical-markdown Bug fix Do not export auto-link nodes (#7539) Baptiste Jamin
  • lexical Bug Fix Prevent from adding element.style.textAlign when formatType is unset (#7536) Baptiste Jamin
  • lexical-code Bug Fix Allow Code Highlighter to be working in headless mode (#7538) Baptiste Jamin
  • lexical-website Chore Update docusaurus-plugin-internaldocs-fb and reorg serialization docs (#7533) Bob Ippolito
  • lexical-playground Bug Fix Use babel MatchPatterns that work correctly on windows (#7534) Bob Ippolito
  • v0.31.1 (#7525) Bob Ippolito
  • v0.31.1 Lexical GitHub Actions Bot

v0.31.1 (2025-05-11)

  • lexical-reactlexical-playground Bug Fix Make typeahead punctuation configurable allow underscores and dashes in emoji queries (#7520) Kiran Dash
  • lexical-playground Bug Fix capitalize shortcut not working in macos fix (#7508) Harshkumar Metkel
  • lexical-rich-text Bug Fix Backspace should only dedent at first descendant of indented block (#7516) Bob Ippolito
  • lexicallexical-website Documentation Start on NodeState docs and examples (#7294) Bob Ippolito

... (truncated)

Commits
  • 8eb1cdd v0.32.1
  • 930f3ba [Monthly Release] v0.32.0 (#7599)
  • 62bfb9b [lexical-react][lexical-playground] Feature: allow whitespaces in search keyw...
  • d9a3e03 [lexical-react] Bug Fix: page freezes when typing a link in an overflow area ...
  • 6b0dd45 [lexical-react][lexical-playground] FloatingUI Context Menu (#7509)
  • 53c3686 v0.31.2 (#7550)
  • f1b4d13 v0.31.1 (#7525)
  • bd0dc82 [lexical-react][lexical-playground] Bug Fix: Make typeahead punctuation confi...
  • 19b52ef Monthly Release: v0.31.0 (#7502)
  • 1b08c62 [lexical-react][lexical-yjs] Feature: Support custom cursor sync in Collabora...
  • 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)

Bumps [@lexical/react](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-react) from 0.11.2 to 0.32.1.
- [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.32.1/packages/lexical-react)

---
updated-dependencies:
- dependency-name: "@lexical/react"
  dependency-version: 0.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the no-jira label Jun 9, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 9, 2025 08:19
@dependabot dependabot bot added the no-jira label Jun 9, 2025
Copy link

changeset-bot bot commented Jun 9, 2025

⚠️ No Changeset found

Latest commit: d834ec4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants