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.27.0 #4689

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

Bumps @lexical/html from 0.11.2 to 0.27.0.

Release notes

Sourced from @​lexical/html's releases.

v0.27.0 ad-hoc release to address v0.26.0 regressions.

Breaking Changes

Core:

  • #7270 - To handle platform differences and avoid piercing shadow roots, arrow key navigation for RangeSelection is now handled by lexical in more scenarios when crossing the boundaries of elements. This should only affect "exotic" custom element nodes such as TableNode. All code in @​lexical/table has been updated accordingly, but if you have something like a custom table implementation then it may require additional updates (probably in the direction of removing workarounds rather than adding them).

Highlights

Core:

  • #7271 Fix invalid import from self
  • #7270 Address deleteLine regression in #7248

Playground:

  • #7273 Apply correct column headers when column contains vertically merged cells
  • 🆕 #7279 Add HR theme config for selected state

Utils:

  • #7275 Don't include parent's siblings when starting $dfs at last child

Collab/Table:

  • #7277 TableCellNode vertical align not syncing

What's Changed

New Contributors

Full Changelog: facebook/lexical@v0.26.0...v0.27.0

v0.26.0 is a monthly release packed with bug fixes and a major new experimental feature, the NodeState API (#7117).

Breaking Changes

Core:

  • #7248 As a follow-up to facebook/lexical#7180 the collapseAtStart logic now continues through both inline and non-inline nodes so long as there are no previous siblings, roots, or shadow roots encountered. This is because nodes such as CollapsibleTitleNode had a collapseAtStart that returns true but contain nodes that are not inline and have a collapseAtStart that returns false (e.g. ParagraphNode).

... (truncated)

Changelog

Sourced from @​lexical/html's changelog.

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
  • lexical-playground Refactor Image component rerenders on every editor update (#7233) Jash Vithlani
  • Feature Add linter to check that flow types are consistent with typescript types (#7230) Bob Ippolito
  • lexical-playground fix hard coded theme classes for table hover actions (#7182) Syed Umar Anis
  • lexical-list Bug Fix retain selection styling when exiting nested list (#7225) Divyansh Kumar
  • lexicallist Feature export ListNodeTagType (#7228) Dani Guardiola
  • lexical-table Docs Fix lexicaltable README.md (#7224) Bob Ippolito
  • lexical-yjs Bug Fix Normalize multiple adjacent merge conflicts in one block (#7217) James Fitzsimmons
  • Breaking Changelexicalreact Chore Remove deprecated default exports (#7219) Kiran Dash
  • v0.25.0 (#7221) Bob Ippolito
  • 2024 recap shortcut (#7223) Gerard Rovira
  • v0.25.0 Lexical GitHub Actions Bot

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

... (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.27.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.27.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 March 4, 2025 10:18
@dependabot dependabot bot added the no-jira label Mar 4, 2025
Copy link

changeset-bot bot commented Mar 4, 2025

⚠️ No Changeset found

Latest commit: 698e369

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