Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.14.4 #5900

Merged
merged 1 commit into from
Apr 16, 2024
Merged

v0.14.4 #5900

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
## v0.14.4 (2024-04-16)

- chore(lexicalplayground) Remove unnecessary type assertions from useReport.ts (#5884) wnhlee
- fix(lexical) avoid implicit any type by explicitly setting variable type (#5889) Xuan
- fix(lexical-reactLexicalClearEditorPlugin) Fix #3456 stale selection state after clear format (#5896) Sahejkm
- feat(lexicaldevtools) Extracted storemessaging implementation to the separate packages (#5894) Vlad Fedosov
- Remove a special case in table deleteTextHandler (#5891) Alex Reznik
- Bump publish scripts to v4 (#5817) Ivaylo Pavlov
- docs Fix broken style for node overrides example on docs (#5890) wnhlee
- chore Fix nested typo in README (#5892) Zach Heckert
- docs fix typedoc links and add missing packages (#5850) Bob Ippolito
- feat use devprod conditions instead of webpack in exports (#5858) Bob Ippolito
- fix(playground) wrong logic for FloatingLinkEditorPlugin bad node (#5814) Aron Griffis
- fix #4468 Preserv elemement text align format on new paragraph creation (#5878) Sahejkm
- fix test failing after rebase on bug fix for multiple text nodes styles in a cell node (#5872) Sahejkm
- Fix #5663 styling from td not persisted on copy paste (#5855) Sahejkm
- Replace async arrow with function (#5870) Gerard Rovira
- TextNode support font-weight bold (#5852) Gerard Rovira
- Add missing rewrite of utils import (#5866) John Flockton
- Revert Revert feat(lexicaldevtools) Added TreeView rendering instead of a simple textarea (#5864) John Flockton
- Revert feat(lexicaldevtools) Added TreeView rendering instead of a simple textarea (#5861) John Flockton
- Fix bug with typeahead positioning (#5859) John Flockton
- feat(lexicaldevtools) Added TreeView rendering instead of a simple textarea (#5830) Vlad Fedosov
- fix Clear Formatting (#5849) Manuel Ojeda
- Fix issue with removeing selectionchange correctly (#5848) John Flockton
- Fix #5620 Persist format at paragraph level for new line (#5822) Sahejkm
- Use updated docRoot count in removeRootElementEvents (#5847) John Flockton
- chore upgrade to docusaurus 3 (#5838) Bob Ippolito
- Use unnamed ESM imports for Prism modules (#5828) John Flockton
- fix webpack needs its own export condition (#5833) Bob Ippolito
- Add missing flow type parameters for insertNewAfter (#5832) Sahejkm
- feat export IS and CAN environment constants from lexicalutils (#5831) Bob Ippolito
- Fix failing WWW build (#5826) John Flockton
- v0.14.3 (#5816) Ivaylo Pavlov
- v0.14.3 Lexical GitHub Actions Bot

## v0.14.3 (2024-04-03)

- fix removed overwrite of copyright (#5811) Sven ani
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.14.3",
"version": "0.14.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@lexical/react": "0.14.3",
"lexical": "0.14.3",
"@lexical/react": "0.14.4",
"lexical": "0.14.4",
"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.14.3",
"version": "0.14.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@lexical/dragon": "0.14.3",
"@lexical/history": "0.14.3",
"@lexical/rich-text": "0.14.3",
"@lexical/utils": "0.14.3",
"@lexical/dragon": "0.14.4",
"@lexical/history": "0.14.4",
"@lexical/rich-text": "0.14.4",
"@lexical/utils": "0.14.4",
"emoji-datasource-facebook": "15.1.2",
"lexical": "0.14.3"
"lexical": "0.14.4"
},
"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.14.3",
"version": "0.14.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@lexical/dragon": "0.14.3",
"@lexical/history": "0.14.3",
"@lexical/rich-text": "0.14.3",
"@lexical/utils": "0.14.3",
"lexical": "0.14.3"
"@lexical/dragon": "0.14.4",
"@lexical/history": "0.14.4",
"@lexical/rich-text": "0.14.4",
"@lexical/utils": "0.14.4",
"lexical": "0.14.4"
},
"devDependencies": {
"typescript": "^5.2.2",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lexical/monorepo",
"description": "Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.",
"version": "0.14.3",
"version": "0.14.4",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
12 changes: 6 additions & 6 deletions packages/lexical-clipboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"paste"
],
"license": "MIT",
"version": "0.14.3",
"version": "0.14.4",
"main": "LexicalClipboard.js",
"types": "index.d.ts",
"dependencies": {
"@lexical/html": "0.14.3",
"@lexical/list": "0.14.3",
"@lexical/selection": "0.14.3",
"@lexical/utils": "0.14.3",
"lexical": "0.14.3"
"@lexical/html": "0.14.4",
"@lexical/list": "0.14.4",
"@lexical/selection": "0.14.4",
"@lexical/utils": "0.14.4",
"lexical": "0.14.4"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/lexical-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"code"
],
"license": "MIT",
"version": "0.14.3",
"version": "0.14.4",
"main": "LexicalCode.js",
"types": "index.d.ts",
"dependencies": {
"@lexical/utils": "0.14.3",
"lexical": "0.14.3",
"@lexical/utils": "0.14.4",
"lexical": "0.14.4",
"prismjs": "^1.27.0"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/lexical-dragon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"accessibility"
],
"license": "MIT",
"version": "0.14.3",
"version": "0.14.4",
"main": "LexicalDragon.js",
"types": "index.d.ts",
"repository": {
Expand Down Expand Up @@ -37,6 +37,6 @@
}
},
"dependencies": {
"lexical": "0.14.3"
"lexical": "0.14.4"
}
}
4 changes: 2 additions & 2 deletions packages/lexical-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"export"
],
"license": "MIT",
"version": "0.14.3",
"version": "0.14.4",
"main": "LexicalFile.js",
"types": "index.d.ts",
"repository": {
Expand Down Expand Up @@ -38,6 +38,6 @@
}
},
"dependencies": {
"lexical": "0.14.3"
"lexical": "0.14.4"
}
}
6 changes: 3 additions & 3 deletions packages/lexical-hashtag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"hashtag"
],
"license": "MIT",
"version": "0.14.3",
"version": "0.14.4",
"main": "LexicalHashtag.js",
"types": "index.d.ts",
"dependencies": {
"@lexical/utils": "0.14.3",
"lexical": "0.14.3"
"@lexical/utils": "0.14.4",
"lexical": "0.14.4"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/lexical-headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"headless"
],
"license": "MIT",
"version": "0.14.3",
"version": "0.14.4",
"main": "LexicalHeadless.js",
"types": "index.d.ts",
"repository": {
Expand Down Expand Up @@ -36,6 +36,6 @@
}
},
"dependencies": {
"lexical": "0.14.3"
"lexical": "0.14.4"
}
}
6 changes: 3 additions & 3 deletions packages/lexical-history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"history"
],
"license": "MIT",
"version": "0.14.3",
"version": "0.14.4",
"main": "LexicalHistory.js",
"types": "index.d.ts",
"dependencies": {
"@lexical/utils": "0.14.3",
"lexical": "0.14.3"
"@lexical/utils": "0.14.4",
"lexical": "0.14.4"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/lexical-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"html"
],
"license": "MIT",
"version": "0.14.3",
"version": "0.14.4",
"main": "LexicalHtml.js",
"types": "index.d.ts",
"repository": {
Expand All @@ -17,9 +17,9 @@
"directory": "packages/lexical-html"
},
"dependencies": {
"@lexical/selection": "0.14.3",
"@lexical/utils": "0.14.3",
"lexical": "0.14.3"
"@lexical/selection": "0.14.4",
"@lexical/utils": "0.14.4",
"lexical": "0.14.4"
},
"module": "LexicalHtml.mjs",
"sideEffects": false,
Expand Down
6 changes: 3 additions & 3 deletions packages/lexical-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"link"
],
"license": "MIT",
"version": "0.14.3",
"version": "0.14.4",
"main": "LexicalLink.js",
"types": "index.d.ts",
"dependencies": {
"@lexical/utils": "0.14.3",
"lexical": "0.14.3"
"@lexical/utils": "0.14.4",
"lexical": "0.14.4"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/lexical-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"list"
],
"license": "MIT",
"version": "0.14.3",
"version": "0.14.4",
"main": "LexicalList.js",
"types": "index.d.ts",
"dependencies": {
"@lexical/utils": "0.14.3",
"lexical": "0.14.3"
"@lexical/utils": "0.14.4",
"lexical": "0.14.4"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/lexical-mark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"mark"
],
"license": "MIT",
"version": "0.14.3",
"version": "0.14.4",
"main": "LexicalMark.js",
"types": "index.d.ts",
"dependencies": {
"@lexical/utils": "0.14.3",
"lexical": "0.14.3"
"@lexical/utils": "0.14.4",
"lexical": "0.14.4"
},
"repository": {
"type": "git",
Expand Down
16 changes: 8 additions & 8 deletions packages/lexical-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"markdown"
],
"license": "MIT",
"version": "0.14.3",
"version": "0.14.4",
"main": "LexicalMarkdown.js",
"types": "index.d.ts",
"dependencies": {
"@lexical/code": "0.14.3",
"@lexical/link": "0.14.3",
"@lexical/list": "0.14.3",
"@lexical/rich-text": "0.14.3",
"@lexical/text": "0.14.3",
"@lexical/utils": "0.14.3",
"lexical": "0.14.3"
"@lexical/code": "0.14.4",
"@lexical/link": "0.14.4",
"@lexical/list": "0.14.4",
"@lexical/rich-text": "0.14.4",
"@lexical/text": "0.14.4",
"@lexical/utils": "0.14.4",
"lexical": "0.14.4"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/lexical-offset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"offset"
],
"license": "MIT",
"version": "0.14.3",
"version": "0.14.4",
"main": "LexicalOffset.js",
"types": "index.d.ts",
"repository": {
Expand Down Expand Up @@ -36,6 +36,6 @@
}
},
"dependencies": {
"lexical": "0.14.3"
"lexical": "0.14.4"
}
}
4 changes: 2 additions & 2 deletions packages/lexical-overflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"overflow"
],
"license": "MIT",
"version": "0.14.3",
"version": "0.14.4",
"main": "LexicalOverflow.js",
"types": "index.d.ts",
"repository": {
Expand Down Expand Up @@ -36,6 +36,6 @@
}
},
"dependencies": {
"lexical": "0.14.3"
"lexical": "0.14.4"
}
}
Loading
Loading