Skip to content

Commit 000d254

Browse files
author
Lexical GitHub Actions Bot
committed
v0.17.1
1 parent 36b8eab commit 000d254

File tree

42 files changed

+426
-381
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

+426
-381
lines changed

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## v0.17.1 (2024-08-26)
2+
3+
- lexical-playground Bug Fix fix comment timestamps (#6555) Ira Hopkinson
4+
- lexical Add tests for HTMLConfig (#5507) wnhlee
5+
- lexical-table Bug Fix Append a ParagraphNode to each cell when unmerging (#6556) Minseo Kang
6+
- lexical-table Fix table selection paste as plain text (#6548) Ivaylo Pavlov
7+
- lexical-tablelexical-clipboard Bug Fix Race condition in table CUTCOMMAND (#6550) Bob Ippolito
8+
- lexical-playground Bug Fix Fix firefox e2e test regression in Selection.spec.mjs (#6546) Bob Ippolito
9+
- Bug Fix Fix issue where triple-clicking a cell would dangerously select entire document (#6542) Mo
10+
- lexical-playground Fix in playground show component-menu when scroll (#6510) keiseiTi
11+
- lexical-react Fix multiple node selection deletion (#6538) Ivaylo Pavlov
12+
- lexical-yjs Bug Fix Properly sync when emptying document via undo (#6523) Mo
13+
- lexical-table Stop selecting the whole table after pasting cells (#6539) Ivaylo Pavlov
14+
- lexical-table Fix a number of table Cut command scenarios (#6528) Ivaylo Pavlov
15+
- Chore change className props in TreeView component to optional (#6531) Mingxuan Wang
16+
- lexical-list Bug Fix handle non-integer numbers in setIndent (#6522) jrfitzsimmons
17+
- Chore Mark additional tests as flaky from #6535 test runs (#6536) Bob Ippolito
18+
- lexical-table Bug Fix Selection in tables with merged cells (#6529) Botho
19+
- Revert Fix OverflowNode configuration (#6535) Bob Ippolito
20+
- lexical-react Fix Fix React.startTransition on Webpack React 17 (#6517) Turner
21+
- Fix OverflowNode configuration (#6027) Gerard Rovira
22+
- lexical-react remove editorDEPRECATED that has been deprecated for two years (#6494) Bob Ippolito
23+
- lexical Refactor RFC LexicalNode.afterCloneFrom to simplify clone implementation (#6505) Bob Ippolito
24+
- lexicalselection Feature yield target to style patch fn (#6472) Divyansh Kumar
25+
- lexical surface more error details in reconciler (#6511) Sherry
26+
- lexical Bug Fix Fix decorator selection regression with short-circuiting (#6508) Bob Ippolito
27+
- Fix splitText when detached (#6501) Gerard Rovira
28+
- Flow add more HTMLDivElementDOMProps (#6500) Gerard Rovira
29+
- lexical-playground Bug Fix Update tooltip for redo button with correct macOS shortcut (#6497) Bob Ippolito
30+
- lexical Feature Add version identifier to LexicalEditor constructor (#6488) Bob Ippolito
31+
- docs prevent automatic p tag wrapping (#6491) Devy
32+
- Revert lexicalplayground fix block cursor show horizontal (#6490) Bob Ippolito
33+
- When creating a new check list, set the checked value of the list item to false instead of undefined (#5978) Aman Harwara
34+
- lexicalplayground fix block cursor show horizontal (#6486) keiseiTi
35+
- lexical Bug Fix Merge pasted paragraph into empty quote (#6367) wnhlee
36+
- lexical-table Bug Fix Enable observer updates on table elements attributes change (#6479) Evgeny Vorobyev
37+
- v0.17.0 (#6487) Sherry
38+
- v0.17.0 Lexical GitHub Actions Bot
39+
140
## v0.17.0 (2024-07-31)
241

342
- LexicaCI run extended tests for safari in mac-os and chromefirefox in linuxwindows (#6466) Sahejkm

examples/react-plain-text/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@lexical/react-plain-text-example",
33
"private": true,
4-
"version": "0.17.0",
4+
"version": "0.17.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@lexical/react": "0.17.0",
13-
"lexical": "0.17.0",
12+
"@lexical/react": "0.17.1",
13+
"lexical": "0.17.1",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

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.17.0",
4+
"version": "0.17.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -12,9 +12,9 @@
1212
"server:webrtc": "cross-env HOST=localhost PORT=1235 npx y-webrtc"
1313
},
1414
"dependencies": {
15-
"@lexical/react": "0.17.0",
16-
"@lexical/yjs": "0.17.0",
17-
"lexical": "0.17.0",
15+
"@lexical/react": "0.17.1",
16+
"@lexical/yjs": "0.17.1",
17+
"lexical": "0.17.1",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0",
2020
"y-webrtc": "^10.3.0",

examples/react-rich/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@lexical/react-rich-example",
33
"private": true,
4-
"version": "0.17.0",
4+
"version": "0.17.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@lexical/react": "0.17.0",
13-
"lexical": "0.17.0",
12+
"@lexical/react": "0.17.1",
13+
"lexical": "0.17.1",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

examples/react-table/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@lexical/react-table-example",
33
"private": true,
4-
"version": "0.17.0",
4+
"version": "0.17.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@lexical/react": "0.17.0",
13-
"lexical": "0.17.0",
12+
"@lexical/react": "0.17.1",
13+
"lexical": "0.17.1",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

examples/vanilla-js-plugin/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "@lexical/vanilla-js-plugin-example",
33
"private": true,
4-
"version": "0.17.0",
4+
"version": "0.17.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@lexical/dragon": "0.17.0",
13-
"@lexical/history": "0.17.0",
14-
"@lexical/rich-text": "0.17.0",
15-
"@lexical/utils": "0.17.0",
12+
"@lexical/dragon": "0.17.1",
13+
"@lexical/history": "0.17.1",
14+
"@lexical/rich-text": "0.17.1",
15+
"@lexical/utils": "0.17.1",
1616
"emoji-datasource-facebook": "15.1.2",
17-
"lexical": "0.17.0"
17+
"lexical": "0.17.1"
1818
},
1919
"devDependencies": {
2020
"typescript": "^5.2.2",

examples/vanilla-js/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "@lexical/vanilla-js-example",
33
"private": true,
4-
"version": "0.17.0",
4+
"version": "0.17.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@lexical/dragon": "0.17.0",
13-
"@lexical/history": "0.17.0",
14-
"@lexical/rich-text": "0.17.0",
15-
"@lexical/utils": "0.17.0",
16-
"lexical": "0.17.0"
12+
"@lexical/dragon": "0.17.1",
13+
"@lexical/history": "0.17.1",
14+
"@lexical/rich-text": "0.17.1",
15+
"@lexical/utils": "0.17.1",
16+
"lexical": "0.17.1"
1717
},
1818
"devDependencies": {
1919
"typescript": "^5.2.2",

0 commit comments

Comments
 (0)