Skip to content

Commit bb8f25b

Browse files
author
Lexical GitHub Actions Bot
committed
v0.19.0
1 parent c892d55 commit bb8f25b

File tree

42 files changed

+428
-386
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

+428
-386
lines changed

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## v0.19.0 (2024-10-28)
2+
3+
- lexical Add missing commands to Lexical.js.flow (#6769) Sherry
4+
- lexical-react Feature add attributes in LinkPlugin (#6760) Taro Shono
5+
- lexical-react replace abstract component (#6752) Sherry
6+
- Trust HTML for rich text clipboard (#6755) Gerard Rovira
7+
- lexical-playground Bug Fix Disable editing of Excalidraw Component in Read-Only Mode (#6704) Neysan Foo
8+
- lexical-playground Bug Fix Disable table hover actions in read-only mode (#6706) Neysan Foo
9+
- lexical-table lexical-selection Try to fix calling split on undefined (#6746) Ivaylo Pavlov
10+
- Add ariaErrorMessage and ariaInvalid to Flow type (#6751) EJ Hammond
11+
- lexical-react Feature Add aria-errormessage and aria-invalid support to LexicalContentEditable (#6745) EJ Hammond
12+
- lexical-table Return inserted node from insertTableRowEXPERIMENTAL and insertTableColumnEXPERIMENTAL (#6741) Aman Harwara
13+
- Bug Fix Shiftdown selects an extra subsequent element for Table selection (#6679) Katsia
14+
- lexical-playground Bug Fix Disable equation editing in read-only mode (#6707) Neysan Foo
15+
- lexical-markdown Feature add ability to hook into the import process for multiline element transformers (#6682) Alessio Gravili
16+
- lexical-playground Bug Fix Disable image and inline focusing, adding caption and editing in read-only mode (#6705) Neysan Foo
17+
- lexical-code Bug Fix Add global type declarations for Prism (#6736) Bob Ippolito
18+
- Chore Disable react-beta test job for now (#6738) Bob Ippolito
19+
- lexical-playground Table Hover Actions Layout Fixes (#6725) Ivaylo Pavlov
20+
- lexical Bug Fix lines were being deleted with deleteLine (#6719) Taro Shono
21+
- lexical-table Bug Fix colWidths not imported from DOM for TableNode (#6731) cwstra
22+
- Chore add workflow to auto close stale pr based on label (#6732) Sherry
23+
- lexical-playground Bug Fix match toolbar font size input with the rest of toolbar items in Read-Only mode (#6698) Bedru Umer
24+
- lexical-playground Remove unused command (#6726) Ivaylo Pavlov
25+
- fix preserve custom fields in Lexical-Yjs sync (#6724) Vadim Nicolaev
26+
- lexicallexical-listlexical-rich-text Fix Preserve indentation when serializing to and from HTML (#6693) Germn Jabloski
27+
- lexicallexical-list Bug Fix Retain indentation when list format is removed and reapplied (#6684) Sebastian Arrazola
28+
- lexical Bug Fix Insertion into inline ElementNode should not crash (#6703) Bob Ippolito
29+
- lexical-playground Bug Fix Track Resizing Actions for Excalidraw in History Stack (#6696) Neysan Foo
30+
- lexical-playground Bug Fix toolbar font size input keyboard accessibility (#6695) Riley Pearce
31+
- lexical-playground 3 Bug Fixes, 1 UX Improvement All Regarding Excalidraw Node (#6666) Neysan Foo
32+
- lexical Bug Fix TextNode in token mode should not be split by removeText (#6690) Bob Ippolito
33+
- lexical-yjs Bug Fix Add missing setLocalStateField method to ProviderAwareness type (#6683) Vadim Nicolaev
34+
- lexical Bug Fix Fix Table formatting when no TextNodes present (#6675) Katsia
35+
- lexical-tablelexical-playground Bug Fix Make style buttons in toolbar respect table selection (#6678) Katsia
36+
- Support backward selection in rows deletion (#6680) Maksim Horbachevsky
37+
- v0.18.0 (#6676) Sherry
38+
- v0.18.0 Lexical GitHub Actions Bot
39+
140
## v0.18.0 (2024-09-26)
241

342
- lexical-markdown set shouldMergeAdjacentLines default to be false (#6660) Sherry

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.18.0",
4+
"version": "0.19.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@lexical/react": "0.18.0",
13-
"lexical": "0.18.0",
12+
"@lexical/react": "0.19.0",
13+
"lexical": "0.19.0",
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.18.0",
4+
"version": "0.19.0",
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.18.0",
16-
"@lexical/yjs": "0.18.0",
17-
"lexical": "0.18.0",
15+
"@lexical/react": "0.19.0",
16+
"@lexical/yjs": "0.19.0",
17+
"lexical": "0.19.0",
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.18.0",
4+
"version": "0.19.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@lexical/react": "0.18.0",
13-
"lexical": "0.18.0",
12+
"@lexical/react": "0.19.0",
13+
"lexical": "0.19.0",
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.18.0",
4+
"version": "0.19.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@lexical/react": "0.18.0",
13-
"lexical": "0.18.0",
12+
"@lexical/react": "0.19.0",
13+
"lexical": "0.19.0",
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.18.0",
4+
"version": "0.19.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@lexical/dragon": "0.18.0",
13-
"@lexical/history": "0.18.0",
14-
"@lexical/rich-text": "0.18.0",
15-
"@lexical/utils": "0.18.0",
12+
"@lexical/dragon": "0.19.0",
13+
"@lexical/history": "0.19.0",
14+
"@lexical/rich-text": "0.19.0",
15+
"@lexical/utils": "0.19.0",
1616
"emoji-datasource-facebook": "15.1.2",
17-
"lexical": "0.18.0"
17+
"lexical": "0.19.0"
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.18.0",
4+
"version": "0.19.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@lexical/dragon": "0.18.0",
13-
"@lexical/history": "0.18.0",
14-
"@lexical/rich-text": "0.18.0",
15-
"@lexical/utils": "0.18.0",
16-
"lexical": "0.18.0"
12+
"@lexical/dragon": "0.19.0",
13+
"@lexical/history": "0.19.0",
14+
"@lexical/rich-text": "0.19.0",
15+
"@lexical/utils": "0.19.0",
16+
"lexical": "0.19.0"
1717
},
1818
"devDependencies": {
1919
"typescript": "^5.2.2",

0 commit comments

Comments
 (0)