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

build(deps): bump @lexical/react from 0.12.0 to 0.23.1 #1037

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 Jan 16, 2025

Bumps @lexical/react from 0.12.0 to 0.23.1.

Release notes

Sourced from @​lexical/react's releases.

v0.23.1

Breaking Changes

The only breaking change in this release is minor (#7023) and should not affect any correct code. However, if you are counting the number of times your update listener is called during editor.setRootElement(null) then you will have to change that expectation.

Highlights

Highlights since v0.23.0

Core Editor:

  • ✅ Fix: Updates are committed on editor.setRootElement(null) #7023
  • ✅ Fix: TabNode deserialization regression from v0.23.0 #7031

Mark:

React:

  • 🆕 Feature: Merge TabIndentionPlugin and ListMaxIndentLevelPlugin plugins, previously the ListMaxIndentLevelPlugin functionality was only in the playground facebook/lexical#7018

What's Changed

New Contributors

Full Changelog: facebook/lexical@v0.23.0...v0.23.1

v0.23.0

Breaking Changes

  • 🆕 Feature: Add updateFromJSON and move more textFormat/textStyle to ElementNode This change adds optional textFormat and textStyle properties to SerializedElementNode. If you have existing classes with those properties it could create a namespace clash that you will have to resolve one way or another.

    TextNode and ElementNode subclasses should be updated to call the updateFromJSON(serializedNode) method from their static importJSON methods. If they don't, they won't support this new functionality, and will have to continue copy and pasting the super implementation of importJSON for correct behavior if the base class ever changes in the future.

    You should consider dropping usage of the version field.

Highlights

Highlights since v0.22.0

Core Editor:

... (truncated)

Changelog

Sourced from @​lexical/react's changelog.

v0.23.1 (2025-01-09)

  • lexical Fix TabNode deserialization regression (#7031) Bob Ippolito
  • lexical-react Feature Merge TabIndentionPlugin and ListMaxIndentLevelPlugin plugins (#7018) Maksim Horbachevsky
  • lexical-mark Bug Fix reverse ternary in MarkNode.addID (#7020) James Fitzsimmons
  • v0.23.0 (#7017) Bob Ippolito
  • v0.23.0 Lexical GitHub Actions Bot

v0.23.0 (2025-01-04)

  • lexical-playground Fix table hover actions button position (#7011) Ivaylo Pavlov
  • lexical Bug Fix Fix registerNodeTransform regression introduced in #6894 (#7016) Bob Ippolito
  • lexical-playground Refactor switch headings test file names (#7008) Christian Grngaard
  • Breaking Changelexical Feature Add updateFromJSON and move more textFormattextStyle to ElementNode (#6970) Bob Ippolito
  • lexical Bug Fix Fix getNodes over-selection (#7006) Bob Ippolito
  • test npm upgrade astro (#7001) Sherry
  • Documentation Fix typo nest nest-nest in README.md (#7000) Christian Grngaard
  • tests npm upgrade next (#6996) Sherry
  • lexical Bug Fix Flow is missing some variables and functions (#6977) Simon
  • v0.22.0 (#6993) Sherry
  • v0.22.0 Lexical GitHub Actions Bot

v0.22.0 (2024-12-23)

  • lexical Fix flow error change this to any (#6992) Sherry
  • Refactor exportJSON (#6983) Germn Jabloski
  • feature expose forEachSelectedTextNode (#6981) Germn Jabloski
  • lexicallexical-table Bug fix TablePlugin - check is current selection in target table node (#6979) Alex
  • Documentationlexical-website Documentation for useLexical node selection hook (#6976) Ajaezo Kingsley
  • lexical-table Feature Support google docs colgroup import (via deprecated col width attribute) (#6971) Bob Ippolito
  • lexical-markdown Bug Fix preserve the order of markdown tags for markdown combinations, and close the tags when the outmost tag is closed (#5758) yhw5
  • lexical-utils Bug Fix Refactor markSelection for getDOMSlot and not using updateDOM (#6961) Bob Ippolito
  • lexicallexical-table Bug Fix Allow TableSelection to be preserved during contextmenu events (#6964) Bob Ippolito
  • lexical-website Add Discord to the community section of the footer (#6967) Bob Ippolito
  • lexicallexical-rich-textlexical-playground Feature Support capitalization format (#6897) Bedru Umer
  • lexical-playground Bug Fix Allow scrolling if the table cell content overflows (#6966) Parasaran
  • lexical-tablelexical-playground Fix Insertion of multiple rows (#6963) Vinay Kushwaha
  • Breaking Changelexical Feature New update tag skip-dom-selection, onUpdate now always called (#6894) Bob Ippolito
  • Test234 (#6958) Tranquiliz00
  • Revert Test comment for pr testing (#6953) (#6957) bailey-meta
  • Revert lexical-onboarding testing sev mitigation (#6952) (#6956) Niels Y.
  • Create a test PR (#6955) Tranquiliz00
  • Test comment for pr testing (#6953) bailey-meta
  • lexical-onboarding testing sev mitigation (#6952) Niels Y.
  • lexical-list Revert PR 6912 (#6944) Sherry
  • scripts-integration-fixtures Address GitHub detected a vulnerability in the sveltejskit dependency (#6943) Luis Silva
  • lexical-table Fix Delete table row in merge cells (#6922) Vinay Kushwaha
  • lexical-list Bug Fix Ensure new paragraph node retains selection styling when exiting list (#6917) Aleksandr Lapukin
  • lexical-reactBug Fix the location of draggable-block-menu cannot be calculated #6818 (#6915) lin-mt
  • lexical-playground Refactor editor styles should in PlaygroundEditorTheme.css (#6934) Syed Umar Anis

... (truncated)

Commits
  • dba6658 v0.23.1
  • 33e3677 [lexical-react] Feature: Merge TabIndentionPlugin and ListMaxIndentLevelPlugi...
  • 7961130 v0.23.0 (#7017)
  • 7c21d4f [Breaking Change][lexical] Feature: Add updateFromJSON and move more textForm...
  • e79c946 v0.22.0 (#6993)
  • c415f7a [lexical-react] Refactor: Replace React$MixedElement and React$Node with ...
  • 6190033 Refactor: exportJSON (#6983)
  • 62b3713 [Documentation][lexical-website]: Documentation for useLexical node selection...
  • 26c6f26 [lexical][lexical-table] Bug Fix: Allow TableSelection to be preserved during...
  • 42bd45d [lexical-react]Bug Fix: the location of draggable-block-menu cannot be calcul...
  • 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 requested a review from tkanzakic as a code owner January 16, 2025 09:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 16, 2025
@dependabot dependabot bot requested a review from guilean as a code owner January 16, 2025 09:16
Copy link

changeset-bot bot commented Jan 16, 2025

⚠️ No Changeset found

Latest commit: b7dcaba

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.23.1 branch 3 times, most recently from c34cf0b to b3ea3b4 Compare January 17, 2025 08:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lexical/react-0.23.1 branch from b3ea3b4 to 9501687 Compare January 28, 2025 10:09
Bumps [@lexical/react](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-react) from 0.12.0 to 0.23.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.23.1/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.23.1 branch from 9501687 to b7dcaba Compare January 28, 2025 10:15
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.

0 participants