From 77ccc19b1e65dbd8a7a2e1c6f5628ee84551b0ef Mon Sep 17 00:00:00 2001 From: Lexical GitHub Actions Bot <> Date: Thu, 9 Jul 2026 19:12:18 +0000 Subject: [PATCH] v0.47.0 --- CHANGELOG.md | 62 +++++++++++++++++++ examples/agent-example/package.json | 16 ++--- examples/extension-react-table/package.json | 18 +++--- .../package.json | 26 ++++---- .../package.json | 18 +++--- .../extension-vanilla-tailwind/package.json | 16 ++--- examples/markdown-editor/package.json | 20 +++--- examples/nextjs-code-shiki/package.json | 18 +++--- examples/node-replacement/package.json | 8 +-- examples/node-state-style/package.json | 18 +++--- examples/react-plain-text/package.json | 6 +- examples/react-rich-collab/package.json | 10 +-- examples/react-rich/package.json | 8 +-- examples/react-table/package.json | 10 +-- examples/vanilla-js-iframe/package.json | 12 ++-- examples/vanilla-js-plugin/package.json | 12 ++-- examples/vanilla-js/package.json | 12 ++-- examples/website-chat/package.json | 12 ++-- examples/website-notion/package.json | 18 +++--- examples/website-rich-input/package.json | 14 ++--- examples/website-toolbar/package.json | 16 ++--- package.json | 2 +- packages/lexical-a11y/package.json | 2 +- packages/lexical-clipboard/package.json | 2 +- packages/lexical-code-core/package.json | 2 +- packages/lexical-code-prism/package.json | 2 +- packages/lexical-code-shiki/package.json | 2 +- packages/lexical-code/package.json | 2 +- packages/lexical-devtools-core/package.json | 2 +- packages/lexical-devtools/package.json | 2 +- packages/lexical-dragon/package.json | 2 +- .../package.json | 2 +- packages/lexical-eslint-plugin/package.json | 2 +- packages/lexical-extension/package.json | 2 +- packages/lexical-file/package.json | 2 +- packages/lexical-hashtag/package.json | 2 +- packages/lexical-headless/package.json | 2 +- packages/lexical-history/package.json | 2 +- packages/lexical-html/package.json | 2 +- packages/lexical-internal/package.json | 2 +- packages/lexical-link/package.json | 2 +- packages/lexical-list/package.json | 2 +- packages/lexical-mark/package.json | 2 +- packages/lexical-markdown/package.json | 2 +- packages/lexical-mdast/package.json | 2 +- packages/lexical-offset/package.json | 2 +- packages/lexical-overflow/package.json | 2 +- packages/lexical-plain-text/package.json | 2 +- packages/lexical-playground/package.json | 2 +- packages/lexical-react/package.json | 2 +- packages/lexical-rich-text/package.json | 2 +- packages/lexical-selection/package.json | 2 +- packages/lexical-table/package.json | 2 +- packages/lexical-tailwind/package.json | 2 +- packages/lexical-text/package.json | 2 +- packages/lexical-utils/package.json | 2 +- packages/lexical-website/package.json | 2 +- packages/lexical-yjs/package.json | 2 +- packages/lexical/package.json | 2 +- .../lexical-esm-astro-react/package.json | 8 +-- .../lexical-link-source-mode/package.json | 2 +- scripts/error-codes/codes.json | 5 +- 62 files changed, 253 insertions(+), 188 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b555748f3..c6837d48851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,65 @@ +## v0.47.0 (2026-07-10) + +- lexicallexical-rich-text Bug Fix Fix formatText toggle direction and add SETTEXTFORMATCOMMAND (#8807) mayrang +- scripts Bug Fix Let npm prompt for OTP when publishing bootstrap stubs (#8820) Bob Ippolito +- lexical-playground Bug Fix Clear inline font-size when converting to heading (#8800) mayrang +- lexical-tablelexical-playground Feature setTableRowIsHeader and setTableColumnIsHeader utilities (#8815) mayrang +- lexical-website Documentation Update Rewrite testing guide (#8811) mayrang +- lexical-mdastlexical-rich-text Feature lexicalmdast, a micromarkmdast-based alternative to lexicalmarkdown (#8794) Bob Ippolito +- Make dependency-check resilient to transient registry errors (#8818) Gerard Rovira +- lexical Refactor Move event module globals into per-editor InputState (#8809) mayrang +- lexical Bug Fix getDocument() should fall back to the global document when there is no active editor (#8813) Sherry +- lexical-playground Bug Fix Keep cell background color modal open on first click (#8806) sahir +- lexical-playground Bug Fix Use consistent default maxWidth for markdown-imported images (#8810) mayrang +- lexical-devtoolslexical-playground Chore Update flow, hermes, and babel packages to latest (#8795) Bob Ippolito +- Add a 7-day pnpm minimumReleaseAge to match the Dependabot cooldown (#8808) Gerard Rovira +- lexical Chore Fix tmp package dependency vulnerability (#8802) vijay ojha +- lexical Chore Add missing Flow type declarations (#8799) mayrang +- lexical-markdown Feature Add generateNodesFromMarkdownString (#8789) mayrang +- lexicallexical-playground Chore Refactor IME composition test infrastructure and add browser-level coverage (#8793) mayrang +- lexical-playground Bug Fix Use viewBox dimensions for unsized Excalidraw output (#8798) mayrang +- lexical-table Bug Fix Export insertTableRowAtNode and insertTableColumnAtNode (#8791) +- lexical-playgroundlexical-website Feature Add Vercel Analytics and Speed Insights (#8796) Gerard Rovira +- lexicallexical-eslint-plugin Feature Add getDocument() API and Shadow DOM lint enforcement (#8788) mayrang +- scripts Bug Fix strip misplaced pure annotations from prod builds (#8786) Bob Ippolito +- lexical Bug Fix deleteCharacter overwrites X11 PRIMARY selection via Selection.modify (#8774) Bob Ippolito +- lexical-playground Bug Fix Support Unicode URLs in autolink matcher (#8787) mayrang +- lexical-table Feature Spread pasted TSV text across table cells (#8780) mayrang +- Breaking Changelexical Bug Fix Preserve DOM element when composing on segmented TextNode middle (#8784) mayrang +- Breaking Changelexical-reactlexical-devtools-core Chore Drop React 17 support, baseline is now React 18 (#8782) Bob Ippolito +- lexical-playgroundlexical Feature Ruby annotation node with floating editor (#8741) mayrang +- lexical-playground Feature Find and Replace (#8779) mayrang +- lexical-playground Bug Fix restore RTL checkbox position in checklist (#8783) Aldo Ryanda +- lexical-rich-text Bug Fix Stop ArrowUpDown from skipping block decorators (#8775) mayrang +- lexical-playground Bug Fix Convert remaining icon glyphs to mask-image for forced-colors support (#8781) mayrang +- fix(lexical) use extends for type parameter bound in registerEventListeners flow type (#8778) Sherry +- lexical Bug Fix Keep selection inside single-child inline elements (#8772) mayrang +- lexical Feature registerEventListener registerEventListeners DOM helpers (#8767) Bob Ippolito +- lexical-playground Bug Fix Restore floating toolbar comment icon after mask-image conversion (#8773) mayrang +- lexical Bug Fix Skip ZWSP insertion for format mismatch on Android Chrome (#8769) mayrang +- lexical-a11ylexical-reactlexical-playgroundlexical-website Feature lexicala11y framework-agnostic accessibility helpers WCAG AA reference adoption (#8591) mayrang +- Add missing copyright headers to 4 source files (#8768) xiezhenjia-meta +- lexical-website Bug Fix Remove horizontal scroll on homepage hero (#8760) Bakhtiyar +- lexical-selection Bug Fix re-resolve detached firstBlock in insert (#8764) Olivier Chevallier +- lexical Modernize InlineFormattableNode Flow stub syntax rejected by fb-www flow strict (#8763) Sherry +- lexical-utils Bug Fix positionNodeOnRange leaking orphan rect nodes when rects shrink (#8762) Durvesh Pilankar +- docs fix duplicated words in comments and docs (#8761) Durvesh Pilankar +- lexical-selection Bug Fix Properly handle block end focus in backward selections during setBlocksType (#8753) Olivier Chevallier +- lexicallexical-extension Bug Fix Align DecoratorTextNode format with TextNode in mixed selections (#8737) sahir +- lexical Bug Fix Clean up trailing shadow root after select-all delete (#8751) mayrang +- lexicallexical-rich-text Bug Fix Place block cursor between decorators and shadow roots (#8758) mayrang +- lexical-playground Bug Fix Deduplicate speech-to-text insertion on Android Chrome (#8759) mayrang +- lexical Bug Fix Prevent deleteLine from removing adjacent block decorators (#8744) mayrang +- build(deps) bump actionscheckout from 6 to 7 in the github-actions group (#8757) dependabotbot +- ci Add internal-registry dependency availability check (#8756) Gerard Rovira +- lexical Bug Fix Prevent text duplication on iOS Safari when formatting during composition (#8755) mayrang +- lexical-codelexical-playground Bug Fix Prevent formatting on TabNode inside code blocks (#8752) mayrang +- lexical Bug Fix Defer onUpdate callbacks during nested commits (#8672) Rohith Matam +- lexical-extensionlexical-playground Chore Some cleanups (#8732) Sergey Gorbachev +- lexical-markdown Bug Fix keep fence-like lines inside a code block as content (#8734) German Jablonski +- v0.46.0 (#8748) Bob Ippolito +- v0.46.0 Lexical GitHub Actions Bot + ## v0.46.0 (2026-06-25) - lexical Bug Fix Ignore beforeinput and input events in captured decorators (#8740) Bob Ippolito diff --git a/examples/agent-example/package.json b/examples/agent-example/package.json index 801fc3c88f3..89d1e0ba5b4 100644 --- a/examples/agent-example/package.json +++ b/examples/agent-example/package.json @@ -1,7 +1,7 @@ { "name": "@lexical/agent-example", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "vite", @@ -14,13 +14,13 @@ }, "dependencies": { "@huggingface/transformers": "^4.0.1", - "@lexical/extension": "0.46.0", - "@lexical/history": "0.46.0", - "@lexical/react": "0.46.0", - "@lexical/rich-text": "0.46.0", - "@lexical/selection": "0.46.0", - "@lexical/utils": "0.46.0", - "lexical": "0.46.0", + "@lexical/extension": "0.47.0", + "@lexical/history": "0.47.0", + "@lexical/react": "0.47.0", + "@lexical/rich-text": "0.47.0", + "@lexical/selection": "0.47.0", + "@lexical/utils": "0.47.0", + "lexical": "0.47.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, diff --git a/examples/extension-react-table/package.json b/examples/extension-react-table/package.json index 4c3671bf6ab..e8ec10d80cd 100644 --- a/examples/extension-react-table/package.json +++ b/examples/extension-react-table/package.json @@ -1,7 +1,7 @@ { "name": "@lexical/extension-react-table-example", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "vite", @@ -10,14 +10,14 @@ "preview": "vite preview" }, "dependencies": { - "@lexical/extension": "0.46.0", - "@lexical/history": "0.46.0", - "@lexical/react": "0.46.0", - "@lexical/rich-text": "0.46.0", - "@lexical/table": "0.46.0", - "@lexical/tailwind": "0.46.0", - "@lexical/utils": "0.46.0", - "lexical": "0.46.0", + "@lexical/extension": "0.47.0", + "@lexical/history": "0.47.0", + "@lexical/react": "0.47.0", + "@lexical/rich-text": "0.47.0", + "@lexical/table": "0.47.0", + "@lexical/tailwind": "0.47.0", + "@lexical/utils": "0.47.0", + "lexical": "0.47.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/extension-sveltekit-ssr-hydration/package.json b/examples/extension-sveltekit-ssr-hydration/package.json index 6aadd0b0da4..b9e83534212 100644 --- a/examples/extension-sveltekit-ssr-hydration/package.json +++ b/examples/extension-sveltekit-ssr-hydration/package.json @@ -1,7 +1,7 @@ { "name": "extension-sveltekit-ssr-hydration", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "vite dev", @@ -17,17 +17,17 @@ "devDependencies": { "@eslint/compat": "^2.0.2", "@eslint/js": "^10.0.1", - "@lexical/clipboard": "0.46.0", - "@lexical/extension": "0.46.0", - "@lexical/headless": "0.46.0", - "@lexical/history": "0.46.0", - "@lexical/html": "0.46.0", - "@lexical/link": "0.46.0", - "@lexical/list": "0.46.0", - "@lexical/rich-text": "0.46.0", - "@lexical/table": "0.46.0", - "@lexical/tailwind": "0.46.0", - "@lexical/utils": "0.46.0", + "@lexical/clipboard": "0.47.0", + "@lexical/extension": "0.47.0", + "@lexical/headless": "0.47.0", + "@lexical/history": "0.47.0", + "@lexical/html": "0.47.0", + "@lexical/link": "0.47.0", + "@lexical/list": "0.47.0", + "@lexical/rich-text": "0.47.0", + "@lexical/table": "0.47.0", + "@lexical/tailwind": "0.47.0", + "@lexical/utils": "0.47.0", "@playwright/test": "^1.60.0", "@sveltejs/adapter-auto": "^6.1.1", "@sveltejs/kit": "^2.53.3", @@ -39,7 +39,7 @@ "eslint-config-prettier": "^10.1.8", "eslint-plugin-svelte": "^3.15.0", "globals": "^16.5.0", - "lexical": "0.46.0", + "lexical": "0.47.0", "playwright": "^1.60.0", "prettier": "^3.8.1", "prettier-plugin-svelte": "^3.5.0", diff --git a/examples/extension-vanilla-react-plugin-host/package.json b/examples/extension-vanilla-react-plugin-host/package.json index 6e12969b84c..33d5984e65f 100644 --- a/examples/extension-vanilla-react-plugin-host/package.json +++ b/examples/extension-vanilla-react-plugin-host/package.json @@ -1,7 +1,7 @@ { "name": "@lexical/extension-vanilla-react-plugin-host", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "vite", @@ -13,14 +13,14 @@ "startCommand": "npm i && npm run monorepo:dev" }, "dependencies": { - "@lexical/extension": "0.46.0", - "@lexical/history": "0.46.0", - "@lexical/list": "0.46.0", - "@lexical/react": "0.46.0", - "@lexical/rich-text": "0.46.0", - "@lexical/tailwind": "0.46.0", - "@lexical/utils": "0.46.0", - "lexical": "0.46.0" + "@lexical/extension": "0.47.0", + "@lexical/history": "0.47.0", + "@lexical/list": "0.47.0", + "@lexical/react": "0.47.0", + "@lexical/rich-text": "0.47.0", + "@lexical/tailwind": "0.47.0", + "@lexical/utils": "0.47.0", + "lexical": "0.47.0" }, "devDependencies": { "@tailwindcss/vite": "^4.2.1", diff --git a/examples/extension-vanilla-tailwind/package.json b/examples/extension-vanilla-tailwind/package.json index de02a30372a..53e61becd4f 100644 --- a/examples/extension-vanilla-tailwind/package.json +++ b/examples/extension-vanilla-tailwind/package.json @@ -1,7 +1,7 @@ { "name": "@lexical/extension-vanilla-example", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "vite", @@ -13,13 +13,13 @@ "startCommand": "npm i && npm run monorepo:dev" }, "dependencies": { - "@lexical/extension": "0.46.0", - "@lexical/history": "0.46.0", - "@lexical/list": "0.46.0", - "@lexical/rich-text": "0.46.0", - "@lexical/tailwind": "0.46.0", - "@lexical/utils": "0.46.0", - "lexical": "0.46.0" + "@lexical/extension": "0.47.0", + "@lexical/history": "0.47.0", + "@lexical/list": "0.47.0", + "@lexical/rich-text": "0.47.0", + "@lexical/tailwind": "0.47.0", + "@lexical/utils": "0.47.0", + "lexical": "0.47.0" }, "devDependencies": { "@tailwindcss/vite": "^4.2.1", diff --git a/examples/markdown-editor/package.json b/examples/markdown-editor/package.json index 0adbf1eb6b1..e66f9fb6f30 100644 --- a/examples/markdown-editor/package.json +++ b/examples/markdown-editor/package.json @@ -1,7 +1,7 @@ { "name": "@lexical/markdown-editor-example", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "vite", @@ -12,15 +12,15 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@lexical/extension": "0.46.0", - "@lexical/history": "0.46.0", - "@lexical/list": "0.46.0", - "@lexical/markdown": "0.46.0", - "@lexical/react": "0.46.0", - "@lexical/rich-text": "0.46.0", - "@lexical/selection": "0.46.0", - "@lexical/utils": "0.46.0", - "lexical": "0.46.0", + "@lexical/extension": "0.47.0", + "@lexical/history": "0.47.0", + "@lexical/list": "0.47.0", + "@lexical/markdown": "0.47.0", + "@lexical/react": "0.47.0", + "@lexical/rich-text": "0.47.0", + "@lexical/selection": "0.47.0", + "@lexical/utils": "0.47.0", + "lexical": "0.47.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, diff --git a/examples/nextjs-code-shiki/package.json b/examples/nextjs-code-shiki/package.json index ef98ab8749e..7803cca68a0 100644 --- a/examples/nextjs-code-shiki/package.json +++ b/examples/nextjs-code-shiki/package.json @@ -1,6 +1,6 @@ { "name": "@lexical/nextjs-code-shiki-example", - "version": "0.46.0", + "version": "0.47.0", "private": true, "scripts": { "dev": "next dev", @@ -9,14 +9,14 @@ "test": "playwright test" }, "dependencies": { - "@lexical/code-core": "0.46.0", - "@lexical/code-shiki": "0.46.0", - "@lexical/extension": "0.46.0", - "@lexical/headless": "0.46.0", - "@lexical/history": "0.46.0", - "@lexical/react": "0.46.0", - "@lexical/rich-text": "0.46.0", - "lexical": "0.46.0", + "@lexical/code-core": "0.47.0", + "@lexical/code-shiki": "0.47.0", + "@lexical/extension": "0.47.0", + "@lexical/headless": "0.47.0", + "@lexical/history": "0.47.0", + "@lexical/react": "0.47.0", + "@lexical/rich-text": "0.47.0", + "lexical": "0.47.0", "next": "^15.5.14", "react": "^19", "react-dom": "^19" diff --git a/examples/node-replacement/package.json b/examples/node-replacement/package.json index 9c88a7470fb..a8620a9d6a3 100644 --- a/examples/node-replacement/package.json +++ b/examples/node-replacement/package.json @@ -1,7 +1,7 @@ { "name": "@lexical/node-replacement-example", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "vite", @@ -10,9 +10,9 @@ "preview": "vite preview" }, "dependencies": { - "@lexical/react": "0.46.0", - "@lexical/utils": "0.46.0", - "lexical": "0.46.0", + "@lexical/react": "0.47.0", + "@lexical/utils": "0.47.0", + "lexical": "0.47.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, diff --git a/examples/node-state-style/package.json b/examples/node-state-style/package.json index a7322976f84..1830c1b25df 100644 --- a/examples/node-state-style/package.json +++ b/examples/node-state-style/package.json @@ -1,7 +1,7 @@ { "name": "@lexical/node-state-style-example", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "vite", @@ -11,17 +11,17 @@ }, "dependencies": { "@ark-ui/react": ">=5.6.0 <5.37.1 || >5.37.1 <6.0.0", - "@lexical/extension": "0.46.0", - "@lexical/history": "0.46.0", - "@lexical/html": "0.46.0", - "@lexical/react": "0.46.0", - "@lexical/rich-text": "0.46.0", - "@lexical/selection": "0.46.0", - "@lexical/utils": "0.46.0", + "@lexical/extension": "0.47.0", + "@lexical/history": "0.47.0", + "@lexical/html": "0.47.0", + "@lexical/react": "0.47.0", + "@lexical/rich-text": "0.47.0", + "@lexical/selection": "0.47.0", + "@lexical/utils": "0.47.0", "@shikijs/langs": "^4.2.0", "@shikijs/themes": "^4.2.0", "@zag-js/combobox": "^1.9.2", - "lexical": "0.46.0", + "lexical": "0.47.0", "lucide-react": "^1.17.0", "prettier": "^3.5.3", "react": "^19.1.0", diff --git a/examples/react-plain-text/package.json b/examples/react-plain-text/package.json index 8bb5ecf9eab..6f4e4627947 100644 --- a/examples/react-plain-text/package.json +++ b/examples/react-plain-text/package.json @@ -1,7 +1,7 @@ { "name": "@lexical/react-plain-text-example", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "vite", @@ -10,8 +10,8 @@ "preview": "vite preview" }, "dependencies": { - "@lexical/react": "0.46.0", - "lexical": "0.46.0", + "@lexical/react": "0.47.0", + "lexical": "0.47.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, diff --git a/examples/react-rich-collab/package.json b/examples/react-rich-collab/package.json index caa528b955b..4ffb7ed841f 100644 --- a/examples/react-rich-collab/package.json +++ b/examples/react-rich-collab/package.json @@ -1,7 +1,7 @@ { "name": "@lexical/react-rich-collab-example", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "vite", @@ -14,10 +14,10 @@ "server:webrtc": "cross-env HOST=localhost PORT=1235 npx y-webrtc" }, "dependencies": { - "@lexical/react": "0.46.0", - "@lexical/utils": "0.46.0", - "@lexical/yjs": "0.46.0", - "lexical": "0.46.0", + "@lexical/react": "0.47.0", + "@lexical/utils": "0.47.0", + "@lexical/yjs": "0.47.0", + "lexical": "0.47.0", "react": "^19.2.5", "react-dom": "^19.2.5", "y-webrtc": "^10.3.0", diff --git a/examples/react-rich/package.json b/examples/react-rich/package.json index 90161ac976f..42115c4c3b1 100644 --- a/examples/react-rich/package.json +++ b/examples/react-rich/package.json @@ -1,7 +1,7 @@ { "name": "@lexical/react-rich-example", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "vite", @@ -10,9 +10,9 @@ "preview": "vite preview" }, "dependencies": { - "@lexical/react": "0.46.0", - "@lexical/utils": "0.46.0", - "lexical": "0.46.0", + "@lexical/react": "0.47.0", + "@lexical/utils": "0.47.0", + "lexical": "0.47.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, diff --git a/examples/react-table/package.json b/examples/react-table/package.json index dba404d3c4b..bcc38a9a3cb 100644 --- a/examples/react-table/package.json +++ b/examples/react-table/package.json @@ -1,7 +1,7 @@ { "name": "@lexical/react-table-example", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "vite", @@ -10,10 +10,10 @@ "preview": "vite preview" }, "dependencies": { - "@lexical/react": "0.46.0", - "@lexical/table": "0.46.0", - "@lexical/utils": "0.46.0", - "lexical": "0.46.0", + "@lexical/react": "0.47.0", + "@lexical/table": "0.47.0", + "@lexical/utils": "0.47.0", + "lexical": "0.47.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, diff --git a/examples/vanilla-js-iframe/package.json b/examples/vanilla-js-iframe/package.json index 64bda454e3b..b4432ac3c6e 100644 --- a/examples/vanilla-js-iframe/package.json +++ b/examples/vanilla-js-iframe/package.json @@ -1,7 +1,7 @@ { "name": "@lexical/vanilla-js-iframe-example", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "vite", @@ -10,11 +10,11 @@ "preview": "vite preview" }, "dependencies": { - "@lexical/dragon": "0.46.0", - "@lexical/history": "0.46.0", - "@lexical/rich-text": "0.46.0", - "@lexical/utils": "0.46.0", - "lexical": "0.46.0" + "@lexical/dragon": "0.47.0", + "@lexical/history": "0.47.0", + "@lexical/rich-text": "0.47.0", + "@lexical/utils": "0.47.0", + "lexical": "0.47.0" }, "devDependencies": { "cross-env": "^7.0.3", diff --git a/examples/vanilla-js-plugin/package.json b/examples/vanilla-js-plugin/package.json index c01e7fcd03c..d2f4ea771a4 100644 --- a/examples/vanilla-js-plugin/package.json +++ b/examples/vanilla-js-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@lexical/vanilla-js-plugin-example", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "vite", @@ -10,12 +10,12 @@ "preview": "vite preview" }, "dependencies": { - "@lexical/dragon": "0.46.0", - "@lexical/history": "0.46.0", - "@lexical/rich-text": "0.46.0", - "@lexical/utils": "0.46.0", + "@lexical/dragon": "0.47.0", + "@lexical/history": "0.47.0", + "@lexical/rich-text": "0.47.0", + "@lexical/utils": "0.47.0", "emoji-datasource-facebook": "15.1.2", - "lexical": "0.46.0" + "lexical": "0.47.0" }, "devDependencies": { "cross-env": "^7.0.3", diff --git a/examples/vanilla-js/package.json b/examples/vanilla-js/package.json index cb79304db1b..00d60833c88 100644 --- a/examples/vanilla-js/package.json +++ b/examples/vanilla-js/package.json @@ -1,7 +1,7 @@ { "name": "@lexical/vanilla-js-example", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "vite", @@ -10,11 +10,11 @@ "preview": "vite preview" }, "dependencies": { - "@lexical/dragon": "0.46.0", - "@lexical/history": "0.46.0", - "@lexical/rich-text": "0.46.0", - "@lexical/utils": "0.46.0", - "lexical": "0.46.0" + "@lexical/dragon": "0.47.0", + "@lexical/history": "0.47.0", + "@lexical/rich-text": "0.47.0", + "@lexical/utils": "0.47.0", + "lexical": "0.47.0" }, "devDependencies": { "cross-env": "^7.0.3", diff --git a/examples/website-chat/package.json b/examples/website-chat/package.json index ce8e95bfbe1..cf8f51152f1 100644 --- a/examples/website-chat/package.json +++ b/examples/website-chat/package.json @@ -1,7 +1,7 @@ { "name": "@lexical/website-chat-example", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "vite", @@ -9,11 +9,11 @@ "preview": "vite preview" }, "dependencies": { - "@lexical/extension": "0.46.0", - "@lexical/history": "0.46.0", - "@lexical/react": "0.46.0", - "@lexical/rich-text": "0.46.0", - "lexical": "0.46.0", + "@lexical/extension": "0.47.0", + "@lexical/history": "0.47.0", + "@lexical/react": "0.47.0", + "@lexical/rich-text": "0.47.0", + "lexical": "0.47.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, diff --git a/examples/website-notion/package.json b/examples/website-notion/package.json index 75d08b9cafb..3cd6d59027c 100644 --- a/examples/website-notion/package.json +++ b/examples/website-notion/package.json @@ -1,7 +1,7 @@ { "name": "@lexical/website-notion-example", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "vite", @@ -9,14 +9,14 @@ "preview": "vite preview" }, "dependencies": { - "@lexical/extension": "0.46.0", - "@lexical/history": "0.46.0", - "@lexical/list": "0.46.0", - "@lexical/react": "0.46.0", - "@lexical/rich-text": "0.46.0", - "@lexical/selection": "0.46.0", - "@lexical/utils": "0.46.0", - "lexical": "0.46.0", + "@lexical/extension": "0.47.0", + "@lexical/history": "0.47.0", + "@lexical/list": "0.47.0", + "@lexical/react": "0.47.0", + "@lexical/rich-text": "0.47.0", + "@lexical/selection": "0.47.0", + "@lexical/utils": "0.47.0", + "lexical": "0.47.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, diff --git a/examples/website-rich-input/package.json b/examples/website-rich-input/package.json index 97ae8594977..ce8e7965db4 100644 --- a/examples/website-rich-input/package.json +++ b/examples/website-rich-input/package.json @@ -1,7 +1,7 @@ { "name": "@lexical/website-rich-input-example", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "vite", @@ -9,12 +9,12 @@ "preview": "vite preview" }, "dependencies": { - "@lexical/extension": "0.46.0", - "@lexical/hashtag": "0.46.0", - "@lexical/history": "0.46.0", - "@lexical/react": "0.46.0", - "@lexical/rich-text": "0.46.0", - "lexical": "0.46.0", + "@lexical/extension": "0.47.0", + "@lexical/hashtag": "0.47.0", + "@lexical/history": "0.47.0", + "@lexical/react": "0.47.0", + "@lexical/rich-text": "0.47.0", + "lexical": "0.47.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, diff --git a/examples/website-toolbar/package.json b/examples/website-toolbar/package.json index 7598f18f2ff..d9dd081be64 100644 --- a/examples/website-toolbar/package.json +++ b/examples/website-toolbar/package.json @@ -1,7 +1,7 @@ { "name": "@lexical/website-toolbar-example", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "vite", @@ -11,13 +11,13 @@ "test:watch": "vitest" }, "dependencies": { - "@lexical/extension": "0.46.0", - "@lexical/history": "0.46.0", - "@lexical/react": "0.46.0", - "@lexical/rich-text": "0.46.0", - "@lexical/selection": "0.46.0", - "@lexical/utils": "0.46.0", - "lexical": "0.46.0", + "@lexical/extension": "0.47.0", + "@lexical/history": "0.47.0", + "@lexical/react": "0.47.0", + "@lexical/rich-text": "0.47.0", + "@lexical/selection": "0.47.0", + "@lexical/utils": "0.47.0", + "lexical": "0.47.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, diff --git a/package.json b/package.json index 550285c05b3..75d58f21d18 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lexical/monorepo", "description": "Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.", - "version": "0.46.0", + "version": "0.47.0", "license": "MIT", "private": true, "packageManager": "pnpm@10.34.1", diff --git a/packages/lexical-a11y/package.json b/packages/lexical-a11y/package.json index 5862afb19df..2ff25950fd8 100644 --- a/packages/lexical-a11y/package.json +++ b/packages/lexical-a11y/package.json @@ -9,7 +9,7 @@ "aria" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalA11y.js", "types": "./dist/typescript-too-old.d.ts", "repository": { diff --git a/packages/lexical-clipboard/package.json b/packages/lexical-clipboard/package.json index 87e4eff0c41..8d7ebdeba75 100644 --- a/packages/lexical-clipboard/package.json +++ b/packages/lexical-clipboard/package.json @@ -9,7 +9,7 @@ "paste" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalClipboard.js", "types": "./dist/typescript-too-old.d.ts", "dependencies": { diff --git a/packages/lexical-code-core/package.json b/packages/lexical-code-core/package.json index 2de8a064b57..d2d88662e6c 100644 --- a/packages/lexical-code-core/package.json +++ b/packages/lexical-code-core/package.json @@ -8,7 +8,7 @@ "code" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalCodeCore.js", "types": "./dist/typescript-too-old.d.ts", "dependencies": { diff --git a/packages/lexical-code-prism/package.json b/packages/lexical-code-prism/package.json index e5f0ac2304c..0d8068b1ab4 100644 --- a/packages/lexical-code-prism/package.json +++ b/packages/lexical-code-prism/package.json @@ -8,7 +8,7 @@ "code" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalCodePrism.js", "types": "./dist/typescript-too-old.d.ts", "dependencies": { diff --git a/packages/lexical-code-shiki/package.json b/packages/lexical-code-shiki/package.json index e21bbfc8395..f58069765f9 100644 --- a/packages/lexical-code-shiki/package.json +++ b/packages/lexical-code-shiki/package.json @@ -8,7 +8,7 @@ "code" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalCodeShiki.js", "types": "./dist/typescript-too-old.d.ts", "dependencies": { diff --git a/packages/lexical-code/package.json b/packages/lexical-code/package.json index 87bf8f415d6..178a86bcffc 100644 --- a/packages/lexical-code/package.json +++ b/packages/lexical-code/package.json @@ -8,7 +8,7 @@ "code" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalCode.js", "types": "./dist/typescript-too-old.d.ts", "dependencies": { diff --git a/packages/lexical-devtools-core/package.json b/packages/lexical-devtools-core/package.json index ba8cb1d45db..6a4dd45f741 100644 --- a/packages/lexical-devtools-core/package.json +++ b/packages/lexical-devtools-core/package.json @@ -8,7 +8,7 @@ "utils" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalDevtoolsCore.js", "types": "./dist/typescript-too-old.d.ts", "dependencies": { diff --git a/packages/lexical-devtools/package.json b/packages/lexical-devtools/package.json index e4233e096c2..668d17ee7c8 100644 --- a/packages/lexical-devtools/package.json +++ b/packages/lexical-devtools/package.json @@ -2,7 +2,7 @@ "name": "@lexical/devtools", "description": "Lexical DevTools browser extension", "private": true, - "version": "0.46.0", + "version": "0.47.0", "type": "module", "scripts": { "dev": "wxt", diff --git a/packages/lexical-dragon/package.json b/packages/lexical-dragon/package.json index 6bbc33af4f4..f1a2ff7cdbc 100644 --- a/packages/lexical-dragon/package.json +++ b/packages/lexical-dragon/package.json @@ -9,7 +9,7 @@ "accessibility" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalDragon.js", "types": "./dist/typescript-too-old.d.ts", "repository": { diff --git a/packages/lexical-eslint-plugin-internal/package.json b/packages/lexical-eslint-plugin-internal/package.json index c013e0e42f8..1c3655c0cb3 100644 --- a/packages/lexical-eslint-plugin-internal/package.json +++ b/packages/lexical-eslint-plugin-internal/package.json @@ -1,6 +1,6 @@ { "name": "@lexical/eslint-plugin-internal", - "version": "0.46.0", + "version": "0.47.0", "description": "Internal ESLint plugin for the lexical monorepo", "type": "module", "main": "src/index.js", diff --git a/packages/lexical-eslint-plugin/package.json b/packages/lexical-eslint-plugin/package.json index 9f3b2b9c6ab..296fbf07e28 100644 --- a/packages/lexical-eslint-plugin/package.json +++ b/packages/lexical-eslint-plugin/package.json @@ -8,7 +8,7 @@ "lexical", "editor" ], - "version": "0.46.0", + "version": "0.47.0", "license": "MIT", "repository": { "type": "git", diff --git a/packages/lexical-extension/package.json b/packages/lexical-extension/package.json index 59e7db6fe28..f88663f4f4e 100644 --- a/packages/lexical-extension/package.json +++ b/packages/lexical-extension/package.json @@ -6,7 +6,7 @@ "extension", "plugin" ], - "version": "0.46.0", + "version": "0.47.0", "license": "MIT", "repository": { "type": "git", diff --git a/packages/lexical-file/package.json b/packages/lexical-file/package.json index d256c04ce68..b85fe0faec6 100644 --- a/packages/lexical-file/package.json +++ b/packages/lexical-file/package.json @@ -10,7 +10,7 @@ "export" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalFile.js", "types": "./dist/typescript-too-old.d.ts", "repository": { diff --git a/packages/lexical-hashtag/package.json b/packages/lexical-hashtag/package.json index 76d78555575..3aa8c42f23a 100644 --- a/packages/lexical-hashtag/package.json +++ b/packages/lexical-hashtag/package.json @@ -8,7 +8,7 @@ "hashtag" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalHashtag.js", "types": "./dist/typescript-too-old.d.ts", "dependencies": { diff --git a/packages/lexical-headless/package.json b/packages/lexical-headless/package.json index ff51b7be01d..8aaea6aa134 100644 --- a/packages/lexical-headless/package.json +++ b/packages/lexical-headless/package.json @@ -8,7 +8,7 @@ "headless" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "repository": { "type": "git", "url": "git+https://github.com/facebook/lexical.git", diff --git a/packages/lexical-history/package.json b/packages/lexical-history/package.json index afef7aaef2f..9a0b17d13ab 100644 --- a/packages/lexical-history/package.json +++ b/packages/lexical-history/package.json @@ -8,7 +8,7 @@ "history" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalHistory.js", "types": "./dist/typescript-too-old.d.ts", "dependencies": { diff --git a/packages/lexical-html/package.json b/packages/lexical-html/package.json index 827f18d8434..4040dcfb2d0 100644 --- a/packages/lexical-html/package.json +++ b/packages/lexical-html/package.json @@ -8,7 +8,7 @@ "html" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalHtml.js", "types": "./dist/typescript-too-old.d.ts", "repository": { diff --git a/packages/lexical-internal/package.json b/packages/lexical-internal/package.json index a619b85c77a..6ea125b9fe9 100644 --- a/packages/lexical-internal/package.json +++ b/packages/lexical-internal/package.json @@ -8,7 +8,7 @@ "internal" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "repository": { "type": "git", "url": "git+https://github.com/facebook/lexical.git", diff --git a/packages/lexical-link/package.json b/packages/lexical-link/package.json index d9d92e23b31..d6d3fbef607 100644 --- a/packages/lexical-link/package.json +++ b/packages/lexical-link/package.json @@ -8,7 +8,7 @@ "link" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalLink.js", "types": "./dist/typescript-too-old.d.ts", "dependencies": { diff --git a/packages/lexical-list/package.json b/packages/lexical-list/package.json index 08b27d276be..e1a54f02ed0 100644 --- a/packages/lexical-list/package.json +++ b/packages/lexical-list/package.json @@ -8,7 +8,7 @@ "list" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalList.js", "types": "./dist/typescript-too-old.d.ts", "dependencies": { diff --git a/packages/lexical-mark/package.json b/packages/lexical-mark/package.json index c515872332c..eab4764792f 100644 --- a/packages/lexical-mark/package.json +++ b/packages/lexical-mark/package.json @@ -8,7 +8,7 @@ "mark" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalMark.js", "types": "./dist/typescript-too-old.d.ts", "dependencies": { diff --git a/packages/lexical-markdown/package.json b/packages/lexical-markdown/package.json index 4ca77d7e970..445123946c2 100644 --- a/packages/lexical-markdown/package.json +++ b/packages/lexical-markdown/package.json @@ -8,7 +8,7 @@ "markdown" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalMarkdown.js", "types": "./dist/typescript-too-old.d.ts", "dependencies": { diff --git a/packages/lexical-mdast/package.json b/packages/lexical-mdast/package.json index 354e370e68c..dc21dcc8e92 100644 --- a/packages/lexical-mdast/package.json +++ b/packages/lexical-mdast/package.json @@ -10,7 +10,7 @@ "micromark" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalMdast.js", "types": "./dist/typescript-too-old.d.ts", "dependencies": { diff --git a/packages/lexical-offset/package.json b/packages/lexical-offset/package.json index 7c013c788d3..9d9a591056a 100644 --- a/packages/lexical-offset/package.json +++ b/packages/lexical-offset/package.json @@ -8,7 +8,7 @@ "offset" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalOffset.js", "types": "./dist/typescript-too-old.d.ts", "repository": { diff --git a/packages/lexical-overflow/package.json b/packages/lexical-overflow/package.json index 1b387168a7a..9fe081bd69d 100644 --- a/packages/lexical-overflow/package.json +++ b/packages/lexical-overflow/package.json @@ -8,7 +8,7 @@ "overflow" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalOverflow.js", "types": "./dist/typescript-too-old.d.ts", "repository": { diff --git a/packages/lexical-plain-text/package.json b/packages/lexical-plain-text/package.json index 176f808b314..5f955fe9296 100644 --- a/packages/lexical-plain-text/package.json +++ b/packages/lexical-plain-text/package.json @@ -7,7 +7,7 @@ "plain-text" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalPlainText.js", "types": "./dist/typescript-too-old.d.ts", "repository": { diff --git a/packages/lexical-playground/package.json b/packages/lexical-playground/package.json index 1b71c635733..d2a5dd95e3c 100644 --- a/packages/lexical-playground/package.json +++ b/packages/lexical-playground/package.json @@ -1,6 +1,6 @@ { "name": "lexical-playground", - "version": "0.46.0", + "version": "0.47.0", "private": true, "type": "module", "scripts": { diff --git a/packages/lexical-react/package.json b/packages/lexical-react/package.json index 9f38386f8f3..f3ea7c6ec5b 100644 --- a/packages/lexical-react/package.json +++ b/packages/lexical-react/package.json @@ -8,7 +8,7 @@ "rich-text" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "dependencies": { "@floating-ui/react": "^0.27.19", "@lexical/a11y": "workspace:*", diff --git a/packages/lexical-rich-text/package.json b/packages/lexical-rich-text/package.json index b91b7a95664..b6d7a83107e 100644 --- a/packages/lexical-rich-text/package.json +++ b/packages/lexical-rich-text/package.json @@ -7,7 +7,7 @@ "rich-text" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalRichText.js", "types": "./dist/typescript-too-old.d.ts", "repository": { diff --git a/packages/lexical-selection/package.json b/packages/lexical-selection/package.json index da51fcc10eb..41195874886 100644 --- a/packages/lexical-selection/package.json +++ b/packages/lexical-selection/package.json @@ -9,7 +9,7 @@ "selection" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalSelection.js", "types": "./dist/typescript-too-old.d.ts", "repository": { diff --git a/packages/lexical-table/package.json b/packages/lexical-table/package.json index 19b11ea7388..1b859f4c7c0 100644 --- a/packages/lexical-table/package.json +++ b/packages/lexical-table/package.json @@ -8,7 +8,7 @@ "table" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalTable.js", "types": "./dist/typescript-too-old.d.ts", "dependencies": { diff --git a/packages/lexical-tailwind/package.json b/packages/lexical-tailwind/package.json index d3a37c31486..1405080cf70 100644 --- a/packages/lexical-tailwind/package.json +++ b/packages/lexical-tailwind/package.json @@ -7,7 +7,7 @@ "theme", "css" ], - "version": "0.46.0", + "version": "0.47.0", "license": "MIT", "repository": { "type": "git", diff --git a/packages/lexical-text/package.json b/packages/lexical-text/package.json index a3d74478c8d..5e7d6a4626d 100644 --- a/packages/lexical-text/package.json +++ b/packages/lexical-text/package.json @@ -9,7 +9,7 @@ "text" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalText.js", "types": "./dist/typescript-too-old.d.ts", "repository": { diff --git a/packages/lexical-utils/package.json b/packages/lexical-utils/package.json index 54f183bfba9..66e6b65a5ec 100644 --- a/packages/lexical-utils/package.json +++ b/packages/lexical-utils/package.json @@ -8,7 +8,7 @@ "utils" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalUtils.js", "types": "./dist/typescript-too-old.d.ts", "dependencies": { diff --git a/packages/lexical-website/package.json b/packages/lexical-website/package.json index c0239179879..ad2c3be62bd 100644 --- a/packages/lexical-website/package.json +++ b/packages/lexical-website/package.json @@ -1,6 +1,6 @@ { "name": "@lexical/website", - "version": "0.46.0", + "version": "0.47.0", "private": true, "scripts": { "docusaurus": "cross-env IGNORE_PEER_DEPENDENCIES=react docusaurus", diff --git a/packages/lexical-yjs/package.json b/packages/lexical-yjs/package.json index 63e6df86357..862bc0158ea 100644 --- a/packages/lexical-yjs/package.json +++ b/packages/lexical-yjs/package.json @@ -11,7 +11,7 @@ "crdt" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/LexicalYjs.js", "types": "./dist/typescript-too-old.d.ts", "dependencies": { diff --git a/packages/lexical/package.json b/packages/lexical/package.json index f8cf63d3dc0..a3ca47e380c 100644 --- a/packages/lexical/package.json +++ b/packages/lexical/package.json @@ -9,7 +9,7 @@ "rich-text" ], "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "main": "./dist/Lexical.js", "types": "./dist/typescript-too-old.d.ts", "repository": { diff --git a/scripts/__tests__/integration/fixtures/lexical-esm-astro-react/package.json b/scripts/__tests__/integration/fixtures/lexical-esm-astro-react/package.json index 029f0417e3e..fa86fb35b6c 100644 --- a/scripts/__tests__/integration/fixtures/lexical-esm-astro-react/package.json +++ b/scripts/__tests__/integration/fixtures/lexical-esm-astro-react/package.json @@ -2,7 +2,7 @@ "name": "lexical-esm-astro-react", "private": true, "type": "module", - "version": "0.46.0", + "version": "0.47.0", "scripts": { "dev": "astro dev", "start": "astro dev", @@ -13,12 +13,12 @@ "dependencies": { "@astrojs/check": "^0.9.9", "@astrojs/react": "^5.0.5", - "@lexical/code": "0.46.0", - "@lexical/react": "0.46.0", + "@lexical/code": "0.47.0", + "@lexical/react": "0.47.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.1.9", "astro": "^6.1.10", - "lexical": "0.46.0", + "lexical": "0.47.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, diff --git a/scripts/__tests__/integration/fixtures/lexical-link-source-mode/package.json b/scripts/__tests__/integration/fixtures/lexical-link-source-mode/package.json index d9f3daa0949..59e95115670 100644 --- a/scripts/__tests__/integration/fixtures/lexical-link-source-mode/package.json +++ b/scripts/__tests__/integration/fixtures/lexical-link-source-mode/package.json @@ -2,7 +2,7 @@ "name": "lexical-link-source-mode", "private": true, "type": "module", - "version": "0.46.0", + "version": "0.47.0", "description": "Integration fixture: consume lexical, @lexical/rich-text and @lexical/extension via pnpm's link: protocol and the `source` export condition (TypeScript source, no build required, and no consumer-side aliases). Importing several packages confirms source-mode resolution links every package (and their transitive @lexical/* deps) against each other.", "scripts": { "build": "vite build", diff --git a/scripts/error-codes/codes.json b/scripts/error-codes/codes.json index 1f9ca5c3858..6b6c607751f 100644 --- a/scripts/error-codes/codes.json +++ b/scripts/error-codes/codes.json @@ -393,5 +393,8 @@ "391": "Expected parent to be a collab element node, or a collab decorator node hosting this shared type as a named slot", "392": "Expected parent of a text or linebreak node to be a collab element node", "393": "Expected a decorator node for a collab decorator node", - "394": "getOffset: expected parent to be a collab element node" + "394": "getOffset: expected parent to be a collab element node", + "395": "insertText: lastNode is not a TextNode", + "396": "Table row index %s out of range", + "397": "Table column index %s out of range" }