Skip to content

Commit

Permalink
v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexical GitHub Actions Bot committed Nov 7, 2024
1 parent 76f8569 commit 17816f3
Show file tree
Hide file tree
Showing 41 changed files with 405 additions and 387 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v0.20.0 (2024-11-07)

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

## v0.19.0 (2024-10-28)

- lexical Add missing commands to Lexical.js.flow (#6769) Sherry
Expand Down
6 changes: 3 additions & 3 deletions examples/react-plain-text/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@lexical/react-plain-text-example",
"private": true,
"version": "0.19.0",
"version": "0.20.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@lexical/react": "0.19.0",
"lexical": "0.19.0",
"@lexical/react": "0.20.0",
"lexical": "0.20.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/react-rich-collab/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lexical/react-rich-collab-example",
"private": true,
"version": "0.19.0",
"version": "0.20.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -12,9 +12,9 @@
"server:webrtc": "cross-env HOST=localhost PORT=1235 npx y-webrtc"
},
"dependencies": {
"@lexical/react": "0.19.0",
"@lexical/yjs": "0.19.0",
"lexical": "0.19.0",
"@lexical/react": "0.20.0",
"@lexical/yjs": "0.20.0",
"lexical": "0.20.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"y-webrtc": "^10.3.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react-rich/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@lexical/react-rich-example",
"private": true,
"version": "0.19.0",
"version": "0.20.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@lexical/react": "0.19.0",
"lexical": "0.19.0",
"@lexical/react": "0.20.0",
"lexical": "0.20.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@lexical/react-table-example",
"private": true,
"version": "0.19.0",
"version": "0.20.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@lexical/react": "0.19.0",
"lexical": "0.19.0",
"@lexical/react": "0.20.0",
"lexical": "0.20.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
12 changes: 6 additions & 6 deletions examples/vanilla-js-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@lexical/vanilla-js-plugin-example",
"private": true,
"version": "0.19.0",
"version": "0.20.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@lexical/dragon": "0.19.0",
"@lexical/history": "0.19.0",
"@lexical/rich-text": "0.19.0",
"@lexical/utils": "0.19.0",
"@lexical/dragon": "0.20.0",
"@lexical/history": "0.20.0",
"@lexical/rich-text": "0.20.0",
"@lexical/utils": "0.20.0",
"emoji-datasource-facebook": "15.1.2",
"lexical": "0.19.0"
"lexical": "0.20.0"
},
"devDependencies": {
"typescript": "^5.2.2",
Expand Down
12 changes: 6 additions & 6 deletions examples/vanilla-js/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@lexical/vanilla-js-example",
"private": true,
"version": "0.19.0",
"version": "0.20.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@lexical/dragon": "0.19.0",
"@lexical/history": "0.19.0",
"@lexical/rich-text": "0.19.0",
"@lexical/utils": "0.19.0",
"lexical": "0.19.0"
"@lexical/dragon": "0.20.0",
"@lexical/history": "0.20.0",
"@lexical/rich-text": "0.20.0",
"@lexical/utils": "0.20.0",
"lexical": "0.20.0"
},
"devDependencies": {
"typescript": "^5.2.2",
Expand Down
Loading

0 comments on commit 17816f3

Please sign in to comment.