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

chore(deps): bump the lexical group with 7 updates #18780

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2025

Bumps the lexical group with 7 updates:

Package From To
@lexical/code 0.24.0 0.25.0
@lexical/history 0.24.0 0.25.0
@lexical/list 0.24.0 0.25.0
@lexical/markdown 0.24.0 0.25.0
@lexical/react 0.24.0 0.25.0
@lexical/rich-text 0.24.0 0.25.0
lexical 0.24.0 0.25.0

Updates @lexical/code from 0.24.0 to 0.25.0

Release notes

Sourced from @​lexical/code'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/code'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
Commits

Updates @lexical/history from 0.24.0 to 0.25.0

Release notes

Sourced from @​lexical/history'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/history'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
Commits

Updates @lexical/list from 0.24.0 to 0.25.0

Release notes

Sourced from @​lexical/list'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/list'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
Commits

Updates @lexical/markdown from 0.24.0 to 0.25.0

Release notes

Sourced from @​lexical/markdown'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/markdown'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
Commits

Updates @lexical/react from 0.24.0 to 0.25.0

Release notes

Sourced from @​lexical/react'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/react'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
Commits
  • 7ed7b4e v0.25.0
  • 25e5314 [lexical] Bug Fix: Workaround for delete character with emoji grapheme custom...
  • 4656ac1 Replace substr with substring (#7188)
  • 0e98db1 Documentation Update: move placeholder examples to ContentEditable (#7193)

Bumps the lexical group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@lexical/code](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-code) | `0.24.0` | `0.25.0` |
| [@lexical/history](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-history) | `0.24.0` | `0.25.0` |
| [@lexical/list](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-list) | `0.24.0` | `0.25.0` |
| [@lexical/markdown](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-markdown) | `0.24.0` | `0.25.0` |
| [@lexical/react](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-react) | `0.24.0` | `0.25.0` |
| [@lexical/rich-text](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-rich-text) | `0.24.0` | `0.25.0` |
| [lexical](https://github.com/facebook/lexical/tree/HEAD/packages/lexical) | `0.24.0` | `0.25.0` |


Updates `@lexical/code` from 0.24.0 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-code)

Updates `@lexical/history` from 0.24.0 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-history)

Updates `@lexical/list` from 0.24.0 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-list)

Updates `@lexical/markdown` from 0.24.0 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-markdown)

Updates `@lexical/react` from 0.24.0 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-react)

Updates `@lexical/rich-text` from 0.24.0 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-rich-text)

Updates `lexical` from 0.24.0 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)

---
updated-dependencies:
- dependency-name: "@lexical/code"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
- dependency-name: "@lexical/history"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
- dependency-name: "@lexical/list"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
- dependency-name: "@lexical/markdown"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
- dependency-name: "@lexical/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
- dependency-name: "@lexical/rich-text"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
- dependency-name: lexical
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lexical
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from otto-the-bot and a team as code owners February 23, 2025 15:41
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