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 from 0.11.3 to 0.29.0 in /catalog/ui #2464

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2025

Bumps lexical from 0.11.3 to 0.29.0.

Release notes

Sourced from lexical's releases.

v0.29.0

Breaking Changes

facebook/lexical#7351 : Only select RootNode on removal of last child if there was an existing selection facebook/lexical#7353: Support escaping markdown characters facebook/lexical#7357: Refactor: LexicalNestedComposer add skipEditableListener prop and deprecate initialNodes prop and implicit namespace setting facebook/lexical#7372: Set tableFrozenColumn and tableFrozenRow classes only on the scrollable table wrapper

Highlights

React: 🆕 facebook/lexical#7357: LexicalNestedComposer add skipEditableListener prop and deprecate initialNodes prop and implicit namespace setting

Table: ✅facebook/lexical#7372: Set tableFrozenColumn and tableFrozenRow classes only on the scrollable table wrapper ✅facebook/lexical#7316: Add fallback selection to InsertTableCommand

Core editor: ✅facebook/lexical#7351: Only select RootNode on removal of last child if there was an existing selection ✅facebook/lexical#7354: Ignore input event from inside decorators

Markdown: 🆕 facebook/lexical#7353: Feature: Support escaping markdown characters

Playground: 🆕 facebook/lexical#7352 : Chore: Improve accessibility of DraggableBlockPlugin add block button ✅facebook/lexical#7334: Table action menu visibility with cell overflow ✅facebook/lexical#7362: Fix equation rendering in Safari 🆕 facebook/lexical#7371: Chore: Update excalidraw to v0.18.0 Doc: ✅facebook/lexical#7365: Update react.md, fix typo

What's Changed

New Contributors

Full Changelog: facebook/lexical@v0.28.0...v0.29.0

v0.28.0

Ad-hoc minor release with important bug fixes and some enabling features. The most important fix is in #7341 - where under certain conditions nodes may not be updated in the DOM at all (this bug is rarely triggered and has been around for 3+ years).

... (truncated)

Changelog

Sourced from lexical's changelog.

v0.29.0 (2025-03-24)

  • Breaking Changelexical-tablelexical-playground Bug Fix Set tableFrozenColumn and tableFrozenRow classes only on the scrollable table wrapper (#7372) Bob Ippolito
  • lexical Bug Fix Ignore input event from inside decorators (#7354) Bob Ippolito
  • Breaking Changelexical-react Refactor LexicalNestedComposer add skipEditableListener prop and deprecate initialNodes prop and implicit namespace setting (#7357) Bob Ippolito
  • lexical-playground Bug Fix Fix equation rendering in Safari (#7362) Kiran Dash
  • Update react.md, fix typo (#7365) Bohdan Ptyts
  • lexical-table Bug Fix Add fallback selection to InsertTableCommand (#7316) Patrick Moody
  • Breaking Changelexical-markdown Feature Support escaping markdown characters (#7353) Alessio Gravili
  • lexical-playground Bug Fix Table action menu visibility with cell overflow (#7334) Kiran Dash
  • Breaking Changelexical Bug Fix Only select RootNode on removal of last child if there was an existing selection (#7351) Bob Ippolito
  • lexical-playground Chore Improve accessibility of DraggableBlockPlugin add block button (#7352) Bob Ippolito
  • v0.28.0 (#7348) Bob Ippolito
  • v0.28.0 Lexical GitHub Actions Bot

v0.28.0 (2025-03-18)

  • lexical-website Docs Fix broken links to React Rich Collab Example (#7347) Bob Ippolito
  • lexical-playgroundlexical-react Feature Push Draggable Element to Parent (#7338) Stphane
  • Breaking Changelexicallexical-utils Bug Fix Handle canBeEmpty in splitNodes (#7342) Bob Ippolito
  • Breaking Changelexical-table Bug Fix Table cell line breaks behave differently from the intended HTML behavior. (#7318) SeungHwan-Lee
  • Breaking Changelexical Bug Fix Fix bug in transformer loop that would cause nodes not to get reconciled (#7341) Bob Ippolito
  • lexical-utils Feature Add type predicate to objectKlassEquals (#7340) wnhlee
  • lexical-playground Table actions should clear selection instead of moving it to the beginning (#7337) Bob Ippolito
  • Breaking Changelexicallexical-playground Feature Add a default delete handler for NodeSelection (#7323) Bob Ippolito
  • Breaking Changelexical-list Bug Fix Move ListItemNode text style inheritance to custom properties and CSS (#7325) Bob Ippolito
  • lexical Feature Add mutatedNodes to UpdateListener payload (#7321) Bob Ippolito
  • Breaking Changelexicallexical-table Bug Fix Scrollable TableNode updateDOM fixes and getDOMSlot type refactoring (#7336) Bob Ippolito
  • lexical-editorBug fix Add LexicalEditor.hasNode to flow typing to match typescript (#7320) Alex Zhang
  • lexical-react Chore remove unused dependencies from lexicalreact (#7315) Alessio Gravili
  • v0.27.2 (#7314) Bob Ippolito
  • v0.27.2 Lexical GitHub Actions Bot

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

... (truncated)

Commits
  • 998f1fb v0.29.0
  • ce86638 [lexical] Bug Fix: Ignore input event from inside decorators (#7354)
  • d6d9b3c [Breaking Change][lexical-react] Refactor: LexicalNestedComposer add skipEdit...
  • 9a851da [Breaking Change][lexical] Bug Fix: Only select RootNode on removal of last c...
  • 934e3c3 v0.28.0 (#7348)
  • fa73579 [lexical] Feature: Apply RootNode transforms last (#7344)
  • 3a52948 [Breaking Change][lexical][lexical-utils]: Bug Fix: Handle canBeEmpty in $spl...
  • 867937f [Breaking Change][lexical] Bug Fix: Fix bug in transformer loop that would ca...
  • 5bb4f75 [Breaking Change][lexical][lexical-playground] Feature: Add a default delete ...
  • e819c8b [lexical] Feature: Add mutatedNodes to UpdateListener payload (#7321)
  • 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](https://github.com/facebook/lexical/tree/HEAD/packages/lexical) from 0.11.3 to 0.29.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.29.0/packages/lexical)

---
updated-dependencies:
- dependency-name: lexical
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/catalog/ui/lexical-0.29.0 branch March 31, 2025 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant