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/html from 0.11.2 to 0.25.0 #4674

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 Feb 24, 2025

Bumps @lexical/html from 0.11.2 to 0.25.0.

Release notes

Sourced from @​lexical/html's releases.

v0.25.0 is an ad-hoc release targeted at addressing an input regression with Android Chrome (#7218) , but includes many other fixes (particularly around deleteCharacter) and several new features (such as the NodeCaret API).

Breaking Changes

Core:

  • #7180 ElementNode.collapseAtStart(range) would previously only be called on the direct parent of the anchor's node, so the presence of anything like a LinkNode would prevent a ListItemNode from collapsing. Now it will also be called on parents under certain conditions.

  • #7155 #7204 The heuristic used in RangeSelection.deleteCharacter to handle merging blocks and deleting decorators from a collapsed selection has been refactored for consistency. It now traverses the node tree directly instead of attempting to use browser selection APIs.

Tables:

  • #7192 It's no longer possible to create nested tables with normal UI actions. It's likely that this will change in the future when nested tables work correctly with the rest of the table infrastructure.

Highlights

Core:

  • 🆕 #7046 New NodeCaret API for traversal of the document tree
  • #7180 Collapse through inline elements in deleteCharacter
  • #7186 Highlight formatting now supported by TextNode importDOM (plus toolbar support in the playground)
  • #7175 Workaround for delete character with emoji grapheme customers that do not include non-BMP code points
  • #7155 Improve character deletion around shadow roots and decorators
  • #7218 Remove Android Chrome workaround

Tables:

  • 🆕 #7077 TableCell support for verticalAlign
  • 🆕 #7134 #7190 TableNode support for freezing the first column and row
  • #7161 Ensure rectangular table cell merge behavior
  • #7192 Nested tables are disabled
  • 🆕 #7205 TableNode support for style attribute

Code:

  • #7187 Fix selection boundaries in code block

React:

  • #7185 Typeahead menu now respects read-only mode

Playground:

  • #7194 Optimize table cell resizer event listeners
  • #7215 Remove redundant Suspense from node decorators

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/html's changelog.

v0.25.0 (2025-02-20)

  • lexical-playground Refactor Remove redundant Suspense from node decorators (#7215) Kiran Dash
  • lexical-playground Bug Fix Optimize table cell resizer event listeners (#7194) Kiran Dash
  • lexical-playground Chore Remove insertNodes workaround in ToolbarPlugin (#7206) Bob Ippolito
  • Breaking Changelexical-playground Refactor Remove special case for collapsible forward deletion (#7204) Bob Ippolito
  • ci Chore Upgrade astro to fix mysterious integration test failure (#7196) Bob Ippolito
  • lexical-table Feature Support TableNode.style in createDOM and updateDOM (#7205) Bob Ippolito
  • Breaking Changelexicallexical-playground Bug Fix Improve character deletion around shadow roots and decorators (#7155) Bob Ippolito
  • lexical Bug Fix Workaround for delete character with emoji grapheme customers that do not include non-BMP code points (#7175) Bob Ippolito
  • lexical Bug Fix catch setTimeout wrapped setBaseAndExtent call (#7202) Storm
  • Replace substr with substring (#7188) Ivaylo Pavlov
  • Breaking Changelexical-table Bug Fix Prevent nested tables (#7192) Kiran Dash
  • lexical-table Freeze top row using pure CSS (#7190) Ivaylo Pavlov
  • Documentation Update move placeholder examples to ContentEditable (#7193) Rob Hannay
  • Position menu immediately (#7181) Gerard Rovira
  • lexical-codelexical-playground Bug Fix Fix selection boundaries in code block (#7187) Kiran Dash
  • lexical-react Bug Fix Make typeahead menu respect read-only mode (#7185) Kiran Dash
  • lexicallexical-devtools-corelexical-playground Bug Fix fix TextNode importDom highlight formatting (#7186) Kiran Dash
  • lexical Bug Fix add missing flow type for getNearestEditorFromDOMNode (#7183) Kiran Dash
  • Breaking Changelexicallexical-link Bug Fix Collapse through inline elements in deleteCharacter (#7180) Bob Ippolito
  • fix DFS depths when starting from inline node (#7179) Maksim Horbachevsky
  • No forward slash in template (#7178) Gerard Rovira
  • lexical-react positionMenu on rendering typeahead mentions menu (#7164) Sherry
  • lexical-table Bug Fix Ensure rectangular table cell merge behavior (#7161) (#7170) Kiran Dash
  • fix dfs traversal from the middle of the tree leaves (#7174) Maksim Horbachevsky
  • lexical-table Support first column freeze (#7134) Ivaylo Pavlov
  • Update WWW build flag (#7169) Gerard Rovira
  • scripts add noEnforceES3 to build script (#7162) Sherry
  • lexical Chore Add more tests for RangeSelection.getNodes() (#7152) Bob Ippolito
  • fix Replace Twitter with X (#7118) Aaron Dewes
  • lexical-website Documentation Update CaretType has sibling and child. (#7159) Benjamin Gudehus
  • lexical Bug fix Fixes infinite loop in sibling traversal (#7157) Ivan Suslov
  • lexical-table Feature TableCellNode add verticalAlign attribute (#7077) liuwei
  • lexicallexical-utilslexical-selectionlexical-table Feature NodeCaret abstraction for traversals and ranges (#7046) Bob Ippolito
  • v0.24.0 (#7147) Bob Ippolito
  • v0.24.0 Lexical GitHub Actions Bot

v0.24.0 (2025-02-06)

  • ci Chore Remove SSHKEY secret (#7143) Bob Ippolito
  • bugfix Fix flow typedef for links plugin to include attributes (#7145) Maksim Horbachevsky
  • lexical Bug Fix Fix Chrome on android deletion bugs (#7122) Wayne
  • lexical-markdown Bug Fix support link and inline code text formats (#7004) Alessio Gravili
  • lexical-react Refactor Replace ReactContext with React.Context (#7137) Sam Zhou
  • lexicallexical-mark Bug Fix wrapSelectionInMarkNode with element points (#7132) Bob Ippolito
  • lexical-playground Fix Replace icon with Twitter with X (#7127) AW
  • cleanup size-limit (#7129) Sherry
  • workflow Delete size limit report (#7128) Sherry
  • workflow disable size-limit job (#7125) Sherry

... (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 requested a review from a team as a code owner February 24, 2025 07:41
@dependabot dependabot bot added the no-jira label Feb 24, 2025
Copy link

changeset-bot bot commented Feb 24, 2025

⚠️ No Changeset found

Latest commit: ff78bba

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-html-0.25.0 branch 2 times, most recently from c30eac4 to 8df661a Compare February 24, 2025 17:30
Bumps [@lexical/html](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-html) from 0.11.2 to 0.25.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.25.0/packages/lexical-html)

---
updated-dependencies:
- dependency-name: "@lexical/html"
  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-html-0.25.0 branch from 8df661a to ff78bba Compare February 24, 2025 19:26
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