Skip to content

Commit 4c81617

Browse files
author
Lexical GitHub Actions Bot
committed
v0.20.2
1 parent b4260a6 commit 4c81617

File tree

41 files changed

+428
-385
lines changed

Some content is hidden

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

41 files changed

+428
-385
lines changed

CHANGELOG.md

+43
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
## v0.20.2 (2024-11-30)
2+
3+
- lexicallexical-playground Bug Fix Allow setEditorState to work correctly inside of an update (#6876) Bob Ippolito
4+
- lexical-playground Fix CSS property (#6886) Ivaylo Pavlov
5+
- v0.20.1 (#6887) Sherry
6+
- lexical-table Bug Fix Fix scrollable table exportDOM (#6884) Bob Ippolito
7+
- lexical-table Bug Fix Fix table tab navigation (#6880) Bob Ippolito
8+
- lexical-playground Feature Highlight special strings with format (#6860) C.
9+
- lexical-playground Fix Hidden comment button on narrow screens or vertical monitors (#6871) Oluwasanya Olaoluwa
10+
- lexical-table Bug Fix Fix left arrow key handling for table selection (#6875) Bob Ippolito
11+
- positionNodeOnRange fixes (#6873) Gerard Rovira
12+
- Add SelectionAlwaysOnDisplay plugin (#6872) Gerard Rovira
13+
- Allow passing params to run-all (#6874) Gerard Rovira
14+
- lexical-playground Bug Fix Preserve the selection using the link editor from a table (#6865) Bob Ippolito
15+
- lexical-playground Bug Fix autocomplete format before and after insertion (#6845) Bedru Umer
16+
- lexical-utils Bug Fix Add feature detection to calculateZoomLevel (#6864) Bob Ippolito
17+
- Add Documentation for RootNodes semantic and use case (#6869) C.
18+
- lexical-selection Bug Fix Wrong selection type in setBlocksType (#6867) Simon
19+
- lexical-table Bug Fix get table-cell background selection color from a class (#6658) Hamza
20+
- lexical-table Bug Fix Resolve table selection issue when the mouse crosses over a portal (#6834) Bob Ippolito
21+
- Lexical Chore Update default skipInitialization to false for registerMutationListener (#6857) Fadekemi Adebayo
22+
- tests npm upgrade cross-spawn (#6856) Sherry
23+
- Feature Deprecate nodesOfType function (#6855) Sachin Mahato
24+
- Lexical Bug Fix backspace bug when deleting nodes with canInsertTextAfter set to false (#6268) Dani Lauzurica
25+
- lexical-link Test Appending inline element nodes to ListNode (#6826) Fadekemi Adebayo
26+
- Chore npm upgrade cross-spawn (#6848) Sherry
27+
- Table Action Menu - fix UI issue with Merge Cells item (#6830) Syed Umar Anis
28+
- lexical-utils Bug Fix Add missing Flow type declarations (#6841) Hadi Hamid
29+
- lexical-react Fix(lexical-react) ContentEditable props type rename (#6837) (Ivan)
30+
- lexical-link Test Removing link from node(children) (#6817) Oluwasanya Olaoluwa
31+
- lexical-table Bug Fix Fix down arrow key handling in TableObserver (#6839) Bob Ippolito
32+
- Prevent initial value fn to be called on rerender (#6835) Maksim Horbachevsky
33+
- Link flow types (#6833) Gerard Rovira
34+
- lexical-examples Chore Add DOMExportOutputMap type to the exportMap (#6827) Ajaezo Kingsley
35+
- lexicallexical-table Feature Scrollable tables with experimental getDOMSlot API (#6759) Bob Ippolito
36+
- lexical-rich-textlexical-plain-text workaround for Korean IME issue on iOS (#6819) wnhlee
37+
- Fix Aria attributes for ContentEditable are ignored (#6814) Oluwasanya Olaoluwa
38+
- Mention nodes shouldnt be spellcheckd ) (#6788) Sevki
39+
- lexical-list Bug Fix Handle appending inline element nodes in ListNode.append (#6791) Aman Harwara
40+
- lexical-mark Bug Fix Stop MarkNode ids array deep copy in clone (#6810) Ebad
41+
- v0.20.0 (#6809) Bob Ippolito
42+
- v0.20.0 Lexical GitHub Actions Bot
43+
144
## v0.20.1 (2024-11-29)
245

346
- lexical-table Bug Fix Fix table tab navigation (#6880) Bob Ippolito

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

0 commit comments

Comments
 (0)