Skip to content
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

Bump @lexical/react from 0.11.2 to 0.27.2 #4701

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 Mar 17, 2025

Bumps @lexical/react from 0.11.2 to 0.27.2.

Release notes

Sourced from @​lexical/react's releases.

v0.27.2 is an ad-hoc patch release to address the prismjs CVE (#7313). The way Lexical uses prismjs should not trigger that issue even in previous versions as it doesn't insert user generated HTML with "id" tags or use the autoloader plug-in, but it's good practice to keep up with security updates either way.

Highlights

Code:

  • #7313 Update prismjs dependency to 1.30.0

Collab:

  • #7295 Prevent collab element nodes from removing other nodes from node map

Table:

  • 🆕 #7297 Add table cell selection handler for touch devices
  • #7309 Fix unintended touch table cell selection when scrolling

Playground:

  • 🆕 #7299 Add touch support for TableCellResizer
  • #7305 Fix row height resizing for merged cells

What's Changed

Full Changelog: facebook/lexical@v0.27.1...v0.27.2

v0.27.1 is an ad-hoc patch release to address the regression introduced in v0.26.0 with LexicalNode.getCommonAncestor which occurs when calling node.getCommonAncestor(node) when !$isElementNode(node) (#7287).

Highlights

Core:

  • #7271 Fix non-ElementNode regression in getCommonAncestor

Core + List:

  • #7282 Add RTL direction support in output HTML for ElementNode and ListItemNode (previously this was only on ParagraphNode)

Table:

  • #7283 Fix click and drag table selection in Firefox

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/react's changelog.

v0.27.2 (2025-03-11)

  • lexical-table Bug Fix Fix unintended touch table cell selection when scrolling (#7309) Ibrahim El-bastawisi
  • lexical-playground Bug Fix row height resizing for merged cells (#7305) Kiran Dash
  • lexical-table Add table cell selection handler for touch devices (#7297) Ibrahim El-bastawisi
  • lexical-playground Feature Add touch support for TableCellResizer (#7299) Ibrahim El-bastawisi
  • lexical-yjs Bug Fix prevent collab element nodes from removing other nodes from node map (#7295) James Fitzsimmons
  • lexical-website Bug Fix Fix vite.config.ts for gallery examples (#7290) Bob Ippolito
  • v0.27.1 (#7288) Bob Ippolito
  • v0.27.1 Lexical GitHub Actions Bot

v0.27.1 (2025-03-04)

  • CI Feature Add a fixer for the no-imports-from-self lint (#7284) Bob Ippolito
  • lexical-table Bug Fix Click and drag table selection in Firefox (#7283) Bob Ippolito
  • lexical-listlexical Bug Fix Add RTL direction support for list items in output HTML (#7282) Kiran Dash
  • v0.27.0 (#7281) Bob Ippolito
  • v0.27.0 Lexical GitHub Actions Bot

v0.27.0 (2025-03-03)

  • lexical-playgroundlexical-react Feature add HR theme config for selected state (#7279) Rob Hannay
  • lexical-utils Bug Fix dont include parents siblings when starting dfs at last child (#7275) James Fitzsimmons
  • chore add no-imports-from-self eslint rule to monorepo (#7272) Alessio Gravili
  • ci Chore Remove unused GITHUBTOKEN secrets from workflows (#7209) Bob Ippolito
  • lexical-playground Bug Fix apply correct column headers when column contains vertically merged cells (#7273) Riley Langbein
  • Chore Refactor sharedinvariant for easier dev debugging (#7269) Bob Ippolito
  • Breaking Changeslexical Bug Fix Address deleteLine regression in #7248 (#7270) Bob Ippolito
  • lexical Bug Fix invalid import from self (#7271) Alessio Gravili
  • v0.26.0 (#7265) Bob Ippolito
  • v0.26.0 Lexical GitHub Actions Bot

v0.26.0 (2025-03-01)

  • Fix selection shifting when deleting paragraphs on android (#7239) Wayne
  • lexicalreact Bug Fix anchor element not cleanup when component unmount (#7264) Y2
  • lexical Bug Fix Point.isBefore could return incorrect result due to normalization (#7256) Bob Ippolito
  • lexical Feature add a generic state property to all nodes (#7117) Germn Jabloski
  • lexicallexical-mark Bug Fix Identify mark as inline element (#7255) Peter Dekkers
  • lexical-playgroundexamples Refactor Unify vite devprodexample configurations (#7208) Bob Ippolito
  • lexicallexical-utils Chore Add some missing flow types for NodeCaret and table related functionality (#7253) Bob Ippolito
  • lexical-playground Bug Fix Table Action Menu dropdown positioning (#7229) Syed Umar Anis
  • fix Add missing flow types for node event plugin (#7252) Maksim Horbachevsky
  • lexical fix typo in Caret error msg (#7249) Sherry
  • Breaking Changeslexicallexical-listlexical-playground Bug Fix deleteCharacter through ListNode-ListItemNode (#7248) Bob Ippolito
  • Update Upgrade docusaurus version (#7244) Yuncheng Lu
  • lexical-react fix ensure attributes are set immediately on menu (#7237) Dennis Soehnen
  • lexical-table Bug Fix Prevent adjacent cell selection on triple-click (#7213) Kiran Dash
  • lexical-list Bullet item color matches text color (#7024) Ivaylo Pavlov
  • lexicallexical-code Refactor Use NodeCaret to implement RangeSelection.getNodes() (#7135) Bob Ippolito

... (truncated)

Commits
  • e15e24a v0.27.2
  • 7931e11 v0.27.1 (#7288)
  • 4403db1 v0.27.0 (#7281)
  • a7c4e51 [lexical-playground][lexical-react] Feature: add HR theme config for selected...
  • 9c093bc v0.26.0 (#7265)
  • 21734b6 [@​lexical/react] Bug Fix: anchor element not cleanup when component unmount ...
  • b6288e1 [fix] Add missing flow types for node event plugin (#7252)
  • 8a89c44 [lexical-react] fix: ensure attributes are set immediately on menu (#7237)
  • 054fb46 [lexical-yjs] Bug Fix: Normalize multiple adjacent merge conflicts in one blo...
  • fe8d99b [Breaking Change][lexical/react] Chore: Remove deprecated default exports (#7...
  • 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 dependabot bot added the no-jira label Mar 17, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 17, 2025 08:01
Copy link

changeset-bot bot commented Mar 17, 2025

⚠️ No Changeset found

Latest commit: 181f939

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

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-lexical-react-0.27.2 branch 2 times, most recently from d07547e to a2dca98 Compare March 17, 2025 10:58
Bumps [@lexical/react](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-react) from 0.11.2 to 0.27.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.27.2/packages/lexical-react)

---
updated-dependencies:
- dependency-name: "@lexical/react"
  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-react-0.27.2 branch from a2dca98 to 181f939 Compare March 17, 2025 12:44
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