Skip to content

Commit 998f1fb

Browse files
author
Lexical GitHub Actions Bot
committed
v0.29.0
1 parent 0f9de4c commit 998f1fb

File tree

42 files changed

+402
-387
lines changed

Some content is hidden

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

42 files changed

+402
-387
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v0.29.0 (2025-03-24)
2+
3+
- Breaking Changelexical-tablelexical-playground Bug Fix Set tableFrozenColumn and tableFrozenRow classes only on the scrollable table wrapper (#7372) Bob Ippolito
4+
- lexical Bug Fix Ignore input event from inside decorators (#7354) Bob Ippolito
5+
- Breaking Changelexical-react Refactor LexicalNestedComposer add skipEditableListener prop and deprecate initialNodes prop and implicit namespace setting (#7357) Bob Ippolito
6+
- lexical-playground Bug Fix Fix equation rendering in Safari (#7362) Kiran Dash
7+
- Update react.md, fix typo (#7365) Bohdan Ptyts
8+
- lexical-table Bug Fix Add fallback selection to InsertTableCommand (#7316) Patrick Moody
9+
- Breaking Changelexical-markdown Feature Support escaping markdown characters (#7353) Alessio Gravili
10+
- lexical-playground Bug Fix Table action menu visibility with cell overflow (#7334) Kiran Dash
11+
- Breaking Changelexical Bug Fix Only select RootNode on removal of last child if there was an existing selection (#7351) Bob Ippolito
12+
- lexical-playground Chore Improve accessibility of DraggableBlockPlugin add block button (#7352) Bob Ippolito
13+
- v0.28.0 (#7348) Bob Ippolito
14+
- v0.28.0 Lexical GitHub Actions Bot
15+
116
## v0.28.0 (2025-03-18)
217

318
- lexical-website Docs Fix broken links to React Rich Collab Example (#7347) Bob Ippolito

examples/react-plain-text/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lexical/react-plain-text-example",
33
"private": true,
4-
"version": "0.28.0",
4+
"version": "0.29.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,8 +10,8 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@lexical/react": "0.28.0",
14-
"lexical": "0.28.0",
13+
"@lexical/react": "0.29.0",
14+
"lexical": "0.29.0",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"
1717
},

examples/react-rich-collab/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lexical/react-rich-collab-example",
33
"private": true,
4-
"version": "0.28.0",
4+
"version": "0.29.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -14,9 +14,9 @@
1414
"server:webrtc": "cross-env HOST=localhost PORT=1235 npx y-webrtc"
1515
},
1616
"dependencies": {
17-
"@lexical/react": "0.28.0",
18-
"@lexical/yjs": "0.28.0",
19-
"lexical": "0.28.0",
17+
"@lexical/react": "0.29.0",
18+
"@lexical/yjs": "0.29.0",
19+
"lexical": "0.29.0",
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0",
2222
"y-webrtc": "^10.3.0",

examples/react-rich/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lexical/react-rich-example",
33
"private": true,
4-
"version": "0.28.0",
4+
"version": "0.29.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,8 +10,8 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@lexical/react": "0.28.0",
14-
"lexical": "0.28.0",
13+
"@lexical/react": "0.29.0",
14+
"lexical": "0.29.0",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"
1717
},

examples/react-table/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lexical/react-table-example",
33
"private": true,
4-
"version": "0.28.0",
4+
"version": "0.29.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,8 +10,8 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@lexical/react": "0.28.0",
14-
"lexical": "0.28.0",
13+
"@lexical/react": "0.29.0",
14+
"lexical": "0.29.0",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"
1717
},

examples/vanilla-js-iframe/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lexical/vanilla-js-iframe-example",
33
"private": true,
4-
"version": "0.28.0",
4+
"version": "0.29.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,11 +10,11 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@lexical/dragon": "0.28.0",
14-
"@lexical/history": "0.28.0",
15-
"@lexical/rich-text": "0.28.0",
16-
"@lexical/utils": "0.28.0",
17-
"lexical": "0.28.0"
13+
"@lexical/dragon": "0.29.0",
14+
"@lexical/history": "0.29.0",
15+
"@lexical/rich-text": "0.29.0",
16+
"@lexical/utils": "0.29.0",
17+
"lexical": "0.29.0"
1818
},
1919
"devDependencies": {
2020
"cross-env": "^7.0.3",

examples/vanilla-js-plugin/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lexical/vanilla-js-plugin-example",
33
"private": true,
4-
"version": "0.28.0",
4+
"version": "0.29.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,12 +10,12 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@lexical/dragon": "0.28.0",
14-
"@lexical/history": "0.28.0",
15-
"@lexical/rich-text": "0.28.0",
16-
"@lexical/utils": "0.28.0",
13+
"@lexical/dragon": "0.29.0",
14+
"@lexical/history": "0.29.0",
15+
"@lexical/rich-text": "0.29.0",
16+
"@lexical/utils": "0.29.0",
1717
"emoji-datasource-facebook": "15.1.2",
18-
"lexical": "0.28.0"
18+
"lexical": "0.29.0"
1919
},
2020
"devDependencies": {
2121
"cross-env": "^7.0.3",

examples/vanilla-js/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lexical/vanilla-js-example",
33
"private": true,
4-
"version": "0.28.0",
4+
"version": "0.29.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,11 +10,11 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@lexical/dragon": "0.28.0",
14-
"@lexical/history": "0.28.0",
15-
"@lexical/rich-text": "0.28.0",
16-
"@lexical/utils": "0.28.0",
17-
"lexical": "0.28.0"
13+
"@lexical/dragon": "0.29.0",
14+
"@lexical/history": "0.29.0",
15+
"@lexical/rich-text": "0.29.0",
16+
"@lexical/utils": "0.29.0",
17+
"lexical": "0.29.0"
1818
},
1919
"devDependencies": {
2020
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)