Skip to content

Commit 0cfcc16

Browse files
author
Lexical GitHub Actions Bot
committed
v0.45.0
1 parent d2cb77b commit 0cfcc16

61 files changed

Lines changed: 328 additions & 187 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎CHANGELOG.md‎

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,122 @@
1+
## v0.45.0 (2026-05-29)
2+
3+
- cilexical Bug Fix Upgrade playwrighttest to 1.60.0 (#8582) Bob Ippolito
4+
- lexical-htmllexical-playground Feature Conditional DOM render overrides (disabledForEditordisabledForSession) (#8575) Bob Ippolito
5+
- fix prevent MOVETOENDMOVETOSTART crash on decorator-only elements (#8577) Sherry
6+
- Refactor Publish packages from their root directory (#8554) Bob Ippolito
7+
- lexical-website Documentation Tuning HistoryExtension for long sessions (#8546) Bob Ippolito
8+
- lexical-html Feature DOMImportExtension - replacement for importDOM (#8528) Bob Ippolito
9+
- lexical-website Feature Server-rendered Copy page Markdown button (#8570) Bob Ippolito
10+
- ci Use playwright install-deps instead of apt-get (#8572) Bob Ippolito
11+
- lexical-website Bug Fix Fix crash on docserror page from undefined process (#8557) Bob Ippolito
12+
- lexical Bug Fix Correct children fast-path text size for cross-parent-moved elements (#8569) Bob Ippolito
13+
- Breaking Changelexicallexical-htmllexical-selectionlexical-utilslexical-playground Feature Generalize DOMSlot and add DOMRenderExtension override surface (#8519) mayrang
14+
- lexical-playground Bug Fix Build dev playground in development mode (#8565) Bob Ippolito
15+
- lexical Bug Fix Skip reconcileChildren fast path during full reconcile (#8564) Bob Ippolito
16+
- lexicallexical-rich-textlexical-code-core Bug Fix Cursor stuck before leading inline DecoratorNode (#8558) mayrang
17+
- lexical-code-prismlexical-code-shikilexical-playground Feature Allow null Tokenizer.defaultLanguage to preserve markdown round-trip (#8553) mayrang
18+
- lexical-extensionlexical-playground Feature Insert paragraph on click after the last block (#8549) mayrang
19+
- lexical-playground Bug Fix Normalize collapsible content children (#8539) Rohan Patnaik
20+
- lexical Bug Fix Cache last-child kind for trailing-br reconcile (#8548) mayrang
21+
- lexical-markdown Chore Cover bold italic markdown round trip (#8541) Rohan Patnaik
22+
- lexical-extensionlexical-htmllexical-utilslexical Chore Migrate away from legacy flow syntax (#8547) Sam Zhou
23+
- lexical Feature Detect infinite recursion in update listeners (#8542) mayrang
24+
- lexical-playground Bug Fix EquationNode click NodeSelection empty-input Backspace removes (#8534) mayrang
25+
- build(deps) bump serialize-javascript from 6.0.2 to 7.0.4 (#8540) dependabotbot
26+
- lexical-history Feature Add maxDepth option to HistoryExtension (#8537) Bob Ippolito
27+
- lexical Feature ElementNode importexport support for data-lexical-indent (#8536) Bob Ippolito
28+
- lexical-markdown Bug Fix Fix Markdown import with Unicode whitespace (#8535) Rodrigo Lungui
29+
- lexical-website Bug Fix Remove embed1 from non-iframe StackBlitz links (#8531) Bob Ippolito
30+
- lexical Bug Fix handle triple-click overselection in setBlocksType (#8517) Mike Dalessio
31+
- Breaking Changelexicallexical-extensionlexical-rich-textlexical-plain-text Feature Move triple click selection handling to NormalizeTripleClickSelectionExtension (#8520) Bob Ippolito
32+
- lexical-rich-text Bug Fix Insert paragraph on Enter for a block DecoratorNode NodeSelection (#8526) mayrang
33+
- lexical-yjs Chore Fix RenderSnapshot comment typo (#8527) Shaurya Singh
34+
- lexical-playground Bug Fix Fix unawaited playwright promises in e2e test suite (#8521) Bob Ippolito
35+
- ci Chore pin Windows e2e runners to windows-2022 (#8522) Bob Ippolito
36+
- lexicallexical-yjslexical-playground Chore Respect browserslist (#8512) Sergey Gorbachev
37+
- lexical-react Feature optional async onClose for LexicalTypeaheadMenuPlugin (#8489) Abhinav Gautam
38+
- lexical-markdown Bug Fix run element markdown shortcuts on Enter (#8488) Abhinav Gautam
39+
- lexical-website Bug Fix Correct links to included extensions (#8523) duyda
40+
- lexical-code-shikinextjs-code-shiki Bug Fix Externalize shiki dependencies in the published bundle (#8514) Bob Ippolito
41+
- lexical-website Bug Fix Drop Vercel Analytics inject and unwrap chat input from flex parent (#8509) mayrang
42+
- lexical-website Refactor Drop docusaurus-plugin-internaldocs-fb preset (#8516) Gerard Rovira
43+
- ci Refactor Use composite actions to simplify github workflows (#8504) Bob Ippolito
44+
- lexical-extension Bug Fix Set the correct default canIndent (#8510) Sergey Gorbachev
45+
- lexicallexical-listlexical-selectionlexical-link Refactor Centralize replace-area selection mapping bulk splice (#8505) mayrang
46+
- lexical-table Bug Fix prevent crash when moving selection with arrow key outside of nested table (#8502) Randal
47+
- Breaking Changelexical-extensionlexical-rich-textlexical-plain-text Feature Remove empty inline elements (#8497) Sergey Gorbachev
48+
- Breaking Changelexical-markdown Bug Fix Apply markdown shortcuts on composition-committed triggers (#8503) mayrang
49+
- lexical-playground Chore Drop FIXME #8348 Firefox ArrowDown workaround in Tables.spec.mjs (#8508) Mark Feng
50+
- lexical Perf Children fast path with suffix-incremental cache update in reconcileChildren (#8482) mayrang
51+
- Breaking Changelexical Bug Fix Adjust selection when removeFromParent callers move a node out of its parent (#8501) mayrang
52+
- lexical-playground Bug Fix Set font-size for h2 (#8496) Sergey Gorbachev
53+
- ci Bug Fix Run extended tests on new commits to approved PRs (#8499) Bob Ippolito
54+
- build(deps) bump mermaid from 11.14.0 to 11.15.0 (#8500) dependabotbot
55+
- lexical-website Chore pnpm run update-team-data (#8498) Bob Ippolito
56+
- lexical Bug Fix Handle iOS 10-key Korean IME deleteContentBackward with targetRange (#8475) kotom320
57+
- Breaking Changelexical Bug Fix Backspace at block start preserves the current block (#8493) mayrang
58+
- ci Bug Fix Only cancel in-progress workflows on newer commits (#8494) Bob Ippolito
59+
- exampleslexical-website Feature Add markdown-editor split-view example (#8464) Bob Ippolito
60+
- lexical-table Bug Fix Attach window pointerdown handler when root element is set after register (#8492) Bob Ippolito
61+
- lexical-react Chore Make onOpenEmbedModalForConfig prop optional in LexicalAutoEmbedPlugin (#8485) Sergey Gorbachev
62+
- lexical-code-core Bug Fix detect nested br elements in pasted code (#8487) Danyal Ahmed
63+
- lexical Bug Fix keep caret above the on-screen keyboard after Enter (#8486) jWA
64+
- lexical-playground Fix Prevent auto-zoom when focusing in the editor in iOS Safari (#8480) Sergey Gorbachev
65+
- Breaking Changelexical Bug Fix Include shadow root in getReconciledDirection (#8479) Ibrahim El-bastawisi
66+
- Fix Copyright statement to match OSS automated checkup regex (#8483) Sherry
67+
- lexical Bug Fix Preserve queued updates and tags through setRootElement (#8470) mayrang
68+
- lexical Perf Adopt GenMap copy-on-write for NodeMap and reconciler keyToDOMMap (#8481) mayrang
69+
- lexical-react Bug Fix ExtensionComponent support for output Components with required props (#8472) Bob Ippolito
70+
- lexical-history Feature Add canUndo and canRedo ReadonlySignals to HistoryExtension output (#8465) Bob Ippolito
71+
- lexical Documentation Add TSDoc for LexicalNodeReplacement and withKlass (#8471) Mark Feng
72+
- examples Chore Disable skipLibCheck in react-rich for lib-types regression coverage (#7093) (#8473) Mark Feng
73+
- lexical Refactor Cache RangeSelection.isBackward() result on the instance (#8474) mayrang
74+
- lexical-website Documentation Add missing lexicalreact plugin docs (#8476) abhishekvishwakarma007
75+
- lexical-website Documentation Update Document NodeState in config JSON serialization (#8467) Mark Feng
76+
- lexical Bug Fix Resolve --lexical-indent-base-value via CSS var() instead of pre-computing in JS (#8466) mayrang
77+
- lexical-website Fix copyright statement to pass OSS automated checkup (#8463) Sherry
78+
- build(deps) bump chakra-uireact from 2.10.9 to 3.35.0 (#8457) dependabotbot
79+
- lexicallexical-list Feature Add setFormatFromDOM function and use it to import alignment for ListItem (#8460) Sergey Gorbachev
80+
- examples Docs Add the missing links to the sandbox (#8462) Sergey Gorbachev
81+
- lexical-yjs Bug Fix Handle node state being removed on non-TextNodes in collab v2 (#8461) James Fitzsimmons
82+
- build(deps) bump react-error-boundary from 6.0.0 to 6.1.1 (#8456) dependabotbot
83+
- build(deps) bump react-day-picker from 9.12.0 to 9.14.0 (#8458) dependabotbot
84+
- build(deps-dev) bump typesjsdom from 21.1.6 to 28.0.1 in the dev-dependencies group (#8455) dependabotbot
85+
- build(deps) bump yjs from 13.6.27 to 13.6.30 (#8449) dependabotbot
86+
- build(deps-dev) bump the dev-dependencies group across 1 directory with 30 updates (#8447) dependabotbot
87+
- lexical-playground Bug Fix Convert selection to a code block in place (#8453) mayrang
88+
- lexical-code-corelexical-code-shikilexical-code-prism Feature Outdent space-indented code lines (#8445) mayrang
89+
- build(deps) bump happy-dom from 20.8.9 to 20.9.0 (#8451) dependabotbot
90+
- build(deps) bump floating-uireact from 0.27.16 to 0.27.19 (#8448) dependabotbot
91+
- lexical-rich-text Feature Add EscapeFormatAtBoundaryExtension for opt-in format escape at text node boundaries (#8383) Vishisht Maroria
92+
- lexical-list Feature Add the createListItemNode method to the ListNode and use it for children normalization (#8427) Sergey Gorbachev
93+
- lexical-playground Bug Fix Allow PagesExtension to be disabled by ActionsPlugin (html markdown mode) (#8444) Bob Ippolito
94+
- lexical-playground Bug Fix Prevent crash importing details with loose body content (#8442) Mark Feng
95+
- lexicallexical-list Bug Fix Reuse DOM when reconciling cross-parent node moves (#8441) mayrang
96+
- lexical-markdown Bug Fix Preserve hard line breaks in default markdown import (#8402) Provi
97+
- lexicallexical-playground Bug Fix Add workarounds for buggy browser behavior around macOS text replacements (#8417) Noah Gregory
98+
- lexical-clipboard Chore Export GetClipboardDataExtension (#8431) Ibrahim El-bastawisi
99+
- lexical-playground Bug Fix Prevent FloatingLinkEditor toolbar from being clipped near the editors bottom edge (#8432) mayrang
100+
- lexical Bug Fix Respect CSS display style in isBlockDomNode and isInlineDomNode (#8428) abhishekvishwakarma007
101+
- lexical-websitelexical-react Documentation Update Clarify editorState null vs undefined and empty-state pitfall (#8429) Mark Feng
102+
- Chore Inline toolbar SVG icons in examples via Vite asset handling (#8430) Mark Feng
103+
- lexical-playground Bug Fix Position FloatingLinkEditor below the entire link for multi-line and decorator-only links (#8419) mayrang
104+
- lexical perf defer DOM Selection property reads in updateDOMSelection (#8422) Royi Hagigi
105+
- lexical-markdown Feature Add convertSelectionToMarkdownString API (#8395) mayrang
106+
- lexical-utils Bug Fix Pass editor context to editorState.read() in markSelection (#8411) Sherry
107+
- lexicallexical-rich-textlexical-list Bug Fix Import dir attribute in importDOM (#8412) mayrang
108+
- lexical Chore Fix path-to-regexp dependency vulnerability (#8415) Vishisht Maroria
109+
- lexical Chore Fix immutable dependency vulnerability (#8409) Vishisht Maroria
110+
- lexical Chore Fix eslint dependency vulnerability (#8408) Vishisht Maroria
111+
- examples Chore Merge dev-node-state-style into examplesnode-state-style (#8403) Bob Ippolito
112+
- lexical Chore Fix astro dependency vulnerability (#8406) Vishisht Maroria
113+
- lexical Chore Fix postcss dependency vulnerability (#8405) Vishisht Maroria
114+
- lexical Chore Fix dompurify dependency vulnerability (#8404) Vishisht Maroria
115+
- lexical Chore Fix protobufjs dependency vulnerability (#8401) Vishisht Maroria
116+
- Bug Fix Fix release workflows missing rename from release.js to release.mjs (#8400) Bob Ippolito
117+
- v0.44.0 (#8394) Bob Ippolito
118+
- v0.44.0 Lexical GitHub Actions Bot
119+
1120
## v0.44.0 (2026-04-27)
2121

3122
- lexical Chore Fix uuid dependency vulnerability (#8399) Vishisht Maroria

‎examples/agent-example/package.json‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lexical/agent-example",
33
"private": true,
4-
"version": "0.44.0",
4+
"version": "0.45.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -14,13 +14,13 @@
1414
},
1515
"dependencies": {
1616
"@huggingface/transformers": "^4.0.1",
17-
"@lexical/extension": "0.44.0",
18-
"@lexical/history": "0.44.0",
19-
"@lexical/react": "0.44.0",
20-
"@lexical/rich-text": "0.44.0",
21-
"@lexical/selection": "0.44.0",
22-
"@lexical/utils": "0.44.0",
23-
"lexical": "0.44.0",
17+
"@lexical/extension": "0.45.0",
18+
"@lexical/history": "0.45.0",
19+
"@lexical/react": "0.45.0",
20+
"@lexical/rich-text": "0.45.0",
21+
"@lexical/selection": "0.45.0",
22+
"@lexical/utils": "0.45.0",
23+
"lexical": "0.45.0",
2424
"react": "^19.2.5",
2525
"react-dom": "^19.2.5"
2626
},

‎examples/extension-react-table/package.json‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lexical/extension-react-table-example",
33
"private": true,
4-
"version": "0.44.0",
4+
"version": "0.45.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,14 +10,14 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@lexical/extension": "0.44.0",
14-
"@lexical/history": "0.44.0",
15-
"@lexical/react": "0.44.0",
16-
"@lexical/rich-text": "0.44.0",
17-
"@lexical/table": "0.44.0",
18-
"@lexical/tailwind": "0.44.0",
19-
"@lexical/utils": "0.44.0",
20-
"lexical": "0.44.0",
13+
"@lexical/extension": "0.45.0",
14+
"@lexical/history": "0.45.0",
15+
"@lexical/react": "0.45.0",
16+
"@lexical/rich-text": "0.45.0",
17+
"@lexical/table": "0.45.0",
18+
"@lexical/tailwind": "0.45.0",
19+
"@lexical/utils": "0.45.0",
20+
"lexical": "0.45.0",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0"
2323
},

‎examples/extension-sveltekit-ssr-hydration/package.json‎

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "extension-sveltekit-ssr-hydration",
33
"private": true,
4-
"version": "0.44.0",
4+
"version": "0.45.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",
@@ -17,17 +17,17 @@
1717
"devDependencies": {
1818
"@eslint/compat": "^2.0.2",
1919
"@eslint/js": "^10.0.1",
20-
"@lexical/clipboard": "0.44.0",
21-
"@lexical/extension": "0.44.0",
22-
"@lexical/headless": "0.44.0",
23-
"@lexical/history": "0.44.0",
24-
"@lexical/html": "0.44.0",
25-
"@lexical/link": "0.44.0",
26-
"@lexical/list": "0.44.0",
27-
"@lexical/rich-text": "0.44.0",
28-
"@lexical/table": "0.44.0",
29-
"@lexical/tailwind": "0.44.0",
30-
"@lexical/utils": "0.44.0",
20+
"@lexical/clipboard": "0.45.0",
21+
"@lexical/extension": "0.45.0",
22+
"@lexical/headless": "0.45.0",
23+
"@lexical/history": "0.45.0",
24+
"@lexical/html": "0.45.0",
25+
"@lexical/link": "0.45.0",
26+
"@lexical/list": "0.45.0",
27+
"@lexical/rich-text": "0.45.0",
28+
"@lexical/table": "0.45.0",
29+
"@lexical/tailwind": "0.45.0",
30+
"@lexical/utils": "0.45.0",
3131
"@playwright/test": "^1.60.0",
3232
"@sveltejs/adapter-auto": "^6.1.1",
3333
"@sveltejs/kit": "^2.53.3",
@@ -39,7 +39,7 @@
3939
"eslint-config-prettier": "^10.1.8",
4040
"eslint-plugin-svelte": "^3.15.0",
4141
"globals": "^16.5.0",
42-
"lexical": "0.44.0",
42+
"lexical": "0.45.0",
4343
"playwright": "^1.60.0",
4444
"prettier": "^3.8.1",
4545
"prettier-plugin-svelte": "^3.5.0",

‎examples/extension-vanilla-react-plugin-host/package.json‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lexical/extension-vanilla-react-plugin-host",
33
"private": true,
4-
"version": "0.44.0",
4+
"version": "0.45.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -13,14 +13,14 @@
1313
"startCommand": "npm i && npm run monorepo:dev"
1414
},
1515
"dependencies": {
16-
"@lexical/extension": "0.44.0",
17-
"@lexical/history": "0.44.0",
18-
"@lexical/list": "0.44.0",
19-
"@lexical/react": "0.44.0",
20-
"@lexical/rich-text": "0.44.0",
21-
"@lexical/tailwind": "0.44.0",
22-
"@lexical/utils": "0.44.0",
23-
"lexical": "0.44.0"
16+
"@lexical/extension": "0.45.0",
17+
"@lexical/history": "0.45.0",
18+
"@lexical/list": "0.45.0",
19+
"@lexical/react": "0.45.0",
20+
"@lexical/rich-text": "0.45.0",
21+
"@lexical/tailwind": "0.45.0",
22+
"@lexical/utils": "0.45.0",
23+
"lexical": "0.45.0"
2424
},
2525
"devDependencies": {
2626
"@tailwindcss/vite": "^4.2.1",

‎examples/extension-vanilla-tailwind/package.json‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lexical/extension-vanilla-example",
33
"private": true,
4-
"version": "0.44.0",
4+
"version": "0.45.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -13,13 +13,13 @@
1313
"startCommand": "npm i && npm run monorepo:dev"
1414
},
1515
"dependencies": {
16-
"@lexical/extension": "0.44.0",
17-
"@lexical/history": "0.44.0",
18-
"@lexical/list": "0.44.0",
19-
"@lexical/rich-text": "0.44.0",
20-
"@lexical/tailwind": "0.44.0",
21-
"@lexical/utils": "0.44.0",
22-
"lexical": "0.44.0"
16+
"@lexical/extension": "0.45.0",
17+
"@lexical/history": "0.45.0",
18+
"@lexical/list": "0.45.0",
19+
"@lexical/rich-text": "0.45.0",
20+
"@lexical/tailwind": "0.45.0",
21+
"@lexical/utils": "0.45.0",
22+
"lexical": "0.45.0"
2323
},
2424
"devDependencies": {
2525
"@tailwindcss/vite": "^4.2.1",

‎examples/markdown-editor/package.json‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lexical/markdown-editor-example",
33
"private": true,
4-
"version": "0.44.0",
4+
"version": "0.45.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -12,15 +12,15 @@
1212
"typecheck": "tsc --noEmit"
1313
},
1414
"dependencies": {
15-
"@lexical/extension": "0.44.0",
16-
"@lexical/history": "0.44.0",
17-
"@lexical/list": "0.44.0",
18-
"@lexical/markdown": "0.44.0",
19-
"@lexical/react": "0.44.0",
20-
"@lexical/rich-text": "0.44.0",
21-
"@lexical/selection": "0.44.0",
22-
"@lexical/utils": "0.44.0",
23-
"lexical": "0.44.0",
15+
"@lexical/extension": "0.45.0",
16+
"@lexical/history": "0.45.0",
17+
"@lexical/list": "0.45.0",
18+
"@lexical/markdown": "0.45.0",
19+
"@lexical/react": "0.45.0",
20+
"@lexical/rich-text": "0.45.0",
21+
"@lexical/selection": "0.45.0",
22+
"@lexical/utils": "0.45.0",
23+
"lexical": "0.45.0",
2424
"react": "^19.2.5",
2525
"react-dom": "^19.2.5"
2626
},

‎examples/nextjs-code-shiki/package.json‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lexical/nextjs-code-shiki-example",
3-
"version": "0.44.0",
3+
"version": "0.45.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,14 +9,14 @@
99
"test": "playwright test"
1010
},
1111
"dependencies": {
12-
"@lexical/code-core": "0.44.0",
13-
"@lexical/code-shiki": "0.44.0",
14-
"@lexical/extension": "0.44.0",
15-
"@lexical/headless": "0.44.0",
16-
"@lexical/history": "0.44.0",
17-
"@lexical/react": "0.44.0",
18-
"@lexical/rich-text": "0.44.0",
19-
"lexical": "0.44.0",
12+
"@lexical/code-core": "0.45.0",
13+
"@lexical/code-shiki": "0.45.0",
14+
"@lexical/extension": "0.45.0",
15+
"@lexical/headless": "0.45.0",
16+
"@lexical/history": "0.45.0",
17+
"@lexical/react": "0.45.0",
18+
"@lexical/rich-text": "0.45.0",
19+
"lexical": "0.45.0",
2020
"next": "^15.5.14",
2121
"react": "^19",
2222
"react-dom": "^19"

‎examples/node-replacement/package.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lexical/node-replacement-example",
33
"private": true,
4-
"version": "0.44.0",
4+
"version": "0.45.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,9 +10,9 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@lexical/react": "0.44.0",
14-
"@lexical/utils": "0.44.0",
15-
"lexical": "0.44.0",
13+
"@lexical/react": "0.45.0",
14+
"@lexical/utils": "0.45.0",
15+
"lexical": "0.45.0",
1616
"react": "^19.2.5",
1717
"react-dom": "^19.2.5"
1818
},

0 commit comments

Comments
 (0)