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.24.0 #4670

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

Bumps @lexical/html from 0.11.2 to 0.24.0.

Release notes

Sourced from @​lexical/html's releases.

v0.24.0

Breaking Changes

Build:

  • 🆕 #7047 All commonjs prod builds are now optimized with terser instead of the unmaintained closure compiler

Core editor:

  • #7037 editor.focus() now happens synchronously when called from inside of an update, as if it was implemented with a command dispatch. Previously it would defer which is confusing behavior because the expected side-effect is to change the selection which you really do want to happen synchronously.

Lexical List:

  • 🆕 #7037 insertList and removeList are now deprecated, use $insertList and $removeList instead
  • #7037 INSERT_CHECK_LIST_COMMAND, INSERT_ORDERED_LIST_COMMAND, INSERT_UNORDERED_LIST_COMMAND and REMOVE_LIST_COMMAND now update synchronously when dispatched from inside an update, rather than deferring a nested update (this is the expected behavior for commands)

Highlights

Core editor:

  • ✅ Fix: Infinite loop when splitting invalid ListItemNode #7037
  • ✅ Fix: Handle MutationObserver/input event re-ordering when using contentEditable inside of an iframe #7045
  • ✅ Fix: Normalize selection after applyDOMRange to account for Firefox differences #7050
  • ✅ Fix: triple click around inline elements (links) #7055
  • ✅ Fix: iOS Autocorrect strips formatting by reporting wrong dataType #5789
  • ✅ Fix: In the Safari browser, during the compositing event process, the delete key exhibits unexpected behavior #7061
  • ✅ Fix: Chrome on android deletion bugs #7122

Collab:

  • 🆕 Feature: Allow passing in custom syncCursorPositions function to collab hook #7053
  • ✅ Fix: handle text node being split by Yjs redo #7098

List:

  • ✅ Fix: Prevent error when calling formatList when selection is at root by #6994
  • ✅ Fix: ListItemNode serialization throws #7116

Mark:

  • 🆕 Feature: include inline decorator nodes in marks #7086
  • ✅ Fix: $wrapSelectionInMarkNode with element points #7132

Markdown:

  • ✅ Fix: support link and inline code text formats #7004

Playground:

  • ✅ Fix: Columns Layout Item Overflow #7066

... (truncated)

Changelog

Sourced from @​lexical/html's changelog.

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
  • Fix ListItemNode serialization throws (#7116) Gerard Rovira
  • lexical-mark Feature include inline decorator nodes in marks (#7086) James Fitzsimmons
  • lexical-utils Fix Modify reverseDfs to be a right-to-left variant of dfs (#7112) Bob Ippolito
  • lexical-utils Feature add reverse dfs iterator (#7107) Nigel Gutzmann
  • lexical-playground Bug Fix Ensure Delete Node handles all node types (#7096) mohammed shaheer kp
  • Listeners Lexical 3 updates to spelling and grammar - Update listeners.md (#7100) Adam Pugh
  • Lexical Docs 2 updates to spelling README.md (#7102) Adam Pugh
  • Selection Lexical 1 Spelling Update Update selection.md (#7103) Adam Pugh
  • Creating a React Plugin 1 Grammar Update - Update createplugin.md (#7104) Adam Pugh
  • Working with DOM Events 2 Spelling and Grammar Updates Update dom-ev (#7105) Adam Pugh
  • lexical-yjs Bug Fix handle text node being split by Yjs redo (#7098) James Fitzsimmons
  • lexical-react Bug Fix Import JSX type from React to prevent Cannot find namespace JSX-error when type-checking with React 19 (#7080) Torleif Berger
  • lexical Chore Rename variable and add comments for Safari compositing workaround (#7092) Tetsuya
  • Fix Use already defined RegisteredNodes type (#7085) Mateo Vukovi
  • playground Bug fix prevent growing whitespaces in markdown table toggle (#7041) Sherry
  • Unrevert Breaking Changelexical Bug Fix Commit updates on editor.setRootElement(null) #7023 (#7068) Sherry
  • lexical-playground plugins TableOfContent Scroll smooth behaviour A (#7069) mohammed shaheer kp
  • lexical-playground Fix Columns Layout Item Overflow (#7066) Ivaylo Pavlov
  • Change fork modules to use production only when NODEENV explicitly set to production (#7065) Bob Ippolito
  • lexical Bug Fix In the Safari browser, during the compositing event process, the delete key exhibits unexpected behavior. (#7061) CityHunter
  • docs Change here link to more descriptive text (#7058) Violet Rosenzweig
  • lexical-table Bug Fix Prevent error if pasted table has empty row (#7057) Aman Harwara
  • lexical-list Bug Fix Prevent error when calling formatList when selection is at root (#6994) Aman Harwara
  • fix iOS Autocorrect strips formatting by reporting wrong dataType (#5789) Brayden
  • lexical-yjs Feature Allow passing in custom syncCursorPositions function to collab hook (#7053) Aman Harwara
  • fix triple click around inline elements (links) (#7055) Maksim Horbachevsky
  • lexical-table Support table alignment (#7044) Ivaylo Pavlov
  • Revert Breaking Changelexical Bug Fix Commit updates on editorSetRootElement(null) (#7023) (#7052) Sherry
  • lexical Bug Fix Normalize selection after applyDOMRange to account for Firefox differences (#7050) Bob Ippolito
  • Bug Fix Use GITHUBOUTPUT instead of GITHUBENV for size-limit action (#7051) Bob Ippolito
  • Breaking Change Chore Use terser for optimizing cjs prod build (#7047) Bob Ippolito
  • lexical Bug Fix Handle MutationObserverinput event re-ordering when using contentEditable inside of an iframe (#7045) Bob Ippolito
  • Clean up nested editor update (#7039) Ivaylo Pavlov
  • Breaking Changelexicallexical-selectionlexical-list Bug Fix Fix infinite loop when splitting invalid ListItemNode (#7037) Bob Ippolito
  • v0.23.1 (#7035) Bob Ippolito
  • v0.23.1 Lexical GitHub Actions Bot

v0.23.1 (2025-01-09)

... (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)

Bumps [@lexical/html](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-html) from 0.11.2 to 0.24.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.24.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 requested a review from a team as a code owner February 17, 2025 07:53
@dependabot dependabot bot added the no-jira label Feb 17, 2025
Copy link

changeset-bot bot commented Feb 17, 2025

⚠️ No Changeset found

Latest commit: 0ebabcd

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