Skip to content

Commit 17816f3

Browse files
author
Lexical GitHub Actions Bot
committed
v0.20.0
1 parent 76f8569 commit 17816f3

File tree

41 files changed

+405
-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.

41 files changed

+405
-387
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v0.20.0 (2024-11-07)
2+
3+
- Add optional selection argument to getHtmlContent flow type (#6803) Rajiv Anisetti
4+
- Fix importDOM for Layout plugin (#6799) Ivaylo Pavlov
5+
- lexical-playground Feature Add more keyboard shortcuts (#6754) Bedru Umer
6+
- lexical-website Documentation Update Add Documentation for html Property in Lexical Editor Configuration (#6770) Ajaezo Kingsley
7+
- lexical-yjs Bug Fix clean up dangling text after undo in collaboration (#6670) Michael Shafer
8+
- Lexical-website BugFix Change button text colour to improve visibility (#6796) Fadekemi Adebayo
9+
- lexical-markdown Feature add ability to control finding the end of a node matched by TextMatchTransformer (#6681) Alessio Gravili
10+
- lexical-react Bug Fix LexicalTypeaheadMenuPlugin SSR error ReferenceError document is not defined (#6794) Bedru Umer
11+
- lexical-website Chore upgrade to Docusaurus v3.6 - Docusaurus Faster (#6761) Sbastien Lorber
12+
- Bug Fix ContextMenu Paste option not preserving style (#6780) C.
13+
- lexical-playground Fix the placement of the fontSize button in the ToolbarPlugin and hide the vertical scroll (Bug Fix) (#6786) Oluwasanya Olaoluwa
14+
- #6768 fix to avoid infinite markdown shortcut matchers run (#6778) Maksim Horbachevsky
15+
- lexical Feature Add onUpdate function during update with onUpdate (correct baselline) (#6773) Michael Landis
16+
- v0.19.0 (#6774) Sherry
17+
- v0.19.0 Lexical GitHub Actions Bot
18+
119
## v0.19.0 (2024-10-28)
220

321
- lexical Add missing commands to Lexical.js.flow (#6769) 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.19.0",
4+
"version": "0.20.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.19.0",
13-
"lexical": "0.19.0",
12+
"@lexical/react": "0.20.0",
13+
"lexical": "0.20.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.19.0",
4+
"version": "0.20.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.19.0",
16-
"@lexical/yjs": "0.19.0",
17-
"lexical": "0.19.0",
15+
"@lexical/react": "0.20.0",
16+
"@lexical/yjs": "0.20.0",
17+
"lexical": "0.20.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.19.0",
4+
"version": "0.20.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.19.0",
13-
"lexical": "0.19.0",
12+
"@lexical/react": "0.20.0",
13+
"lexical": "0.20.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.19.0",
4+
"version": "0.20.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.19.0",
13-
"lexical": "0.19.0",
12+
"@lexical/react": "0.20.0",
13+
"lexical": "0.20.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.19.0",
4+
"version": "0.20.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.19.0",
13-
"@lexical/history": "0.19.0",
14-
"@lexical/rich-text": "0.19.0",
15-
"@lexical/utils": "0.19.0",
12+
"@lexical/dragon": "0.20.0",
13+
"@lexical/history": "0.20.0",
14+
"@lexical/rich-text": "0.20.0",
15+
"@lexical/utils": "0.20.0",
1616
"emoji-datasource-facebook": "15.1.2",
17-
"lexical": "0.19.0"
17+
"lexical": "0.20.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.19.0",
4+
"version": "0.20.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.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"
12+
"@lexical/dragon": "0.20.0",
13+
"@lexical/history": "0.20.0",
14+
"@lexical/rich-text": "0.20.0",
15+
"@lexical/utils": "0.20.0",
16+
"lexical": "0.20.0"
1717
},
1818
"devDependencies": {
1919
"typescript": "^5.2.2",

0 commit comments

Comments
 (0)