Skip to content

Commit 4388ed2

Browse files
author
Lexical GitHub Actions Bot
committed
v0.14.4
1 parent 6602ab5 commit 4388ed2

File tree

31 files changed

+163
-127
lines changed

31 files changed

+163
-127
lines changed

CHANGELOG.md

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

339
- fix removed overwrite of copyright (#5811) Sven ani

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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lexical/monorepo",
33
"description": "Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.",
4-
"version": "0.14.3",
4+
"version": "0.14.4",
55
"license": "MIT",
66
"private": true,
77
"workspaces": [

packages/lexical-clipboard/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"paste"
1010
],
1111
"license": "MIT",
12-
"version": "0.14.3",
12+
"version": "0.14.4",
1313
"main": "LexicalClipboard.js",
1414
"types": "index.d.ts",
1515
"dependencies": {
16-
"@lexical/html": "0.14.3",
17-
"@lexical/list": "0.14.3",
18-
"@lexical/selection": "0.14.3",
19-
"@lexical/utils": "0.14.3",
20-
"lexical": "0.14.3"
16+
"@lexical/html": "0.14.4",
17+
"@lexical/list": "0.14.4",
18+
"@lexical/selection": "0.14.4",
19+
"@lexical/utils": "0.14.4",
20+
"lexical": "0.14.4"
2121
},
2222
"repository": {
2323
"type": "git",

packages/lexical-code/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"code"
99
],
1010
"license": "MIT",
11-
"version": "0.14.3",
11+
"version": "0.14.4",
1212
"main": "LexicalCode.js",
1313
"types": "index.d.ts",
1414
"dependencies": {
15-
"@lexical/utils": "0.14.3",
16-
"lexical": "0.14.3",
15+
"@lexical/utils": "0.14.4",
16+
"lexical": "0.14.4",
1717
"prismjs": "^1.27.0"
1818
},
1919
"repository": {

packages/lexical-dragon/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"accessibility"
1010
],
1111
"license": "MIT",
12-
"version": "0.14.3",
12+
"version": "0.14.4",
1313
"main": "LexicalDragon.js",
1414
"types": "index.d.ts",
1515
"repository": {
@@ -37,6 +37,6 @@
3737
}
3838
},
3939
"dependencies": {
40-
"lexical": "0.14.3"
40+
"lexical": "0.14.4"
4141
}
4242
}

packages/lexical-file/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"export"
1111
],
1212
"license": "MIT",
13-
"version": "0.14.3",
13+
"version": "0.14.4",
1414
"main": "LexicalFile.js",
1515
"types": "index.d.ts",
1616
"repository": {
@@ -38,6 +38,6 @@
3838
}
3939
},
4040
"dependencies": {
41-
"lexical": "0.14.3"
41+
"lexical": "0.14.4"
4242
}
4343
}

packages/lexical-hashtag/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"hashtag"
99
],
1010
"license": "MIT",
11-
"version": "0.14.3",
11+
"version": "0.14.4",
1212
"main": "LexicalHashtag.js",
1313
"types": "index.d.ts",
1414
"dependencies": {
15-
"@lexical/utils": "0.14.3",
16-
"lexical": "0.14.3"
15+
"@lexical/utils": "0.14.4",
16+
"lexical": "0.14.4"
1717
},
1818
"repository": {
1919
"type": "git",

packages/lexical-headless/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"headless"
99
],
1010
"license": "MIT",
11-
"version": "0.14.3",
11+
"version": "0.14.4",
1212
"main": "LexicalHeadless.js",
1313
"types": "index.d.ts",
1414
"repository": {
@@ -36,6 +36,6 @@
3636
}
3737
},
3838
"dependencies": {
39-
"lexical": "0.14.3"
39+
"lexical": "0.14.4"
4040
}
4141
}

packages/lexical-history/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"history"
99
],
1010
"license": "MIT",
11-
"version": "0.14.3",
11+
"version": "0.14.4",
1212
"main": "LexicalHistory.js",
1313
"types": "index.d.ts",
1414
"dependencies": {
15-
"@lexical/utils": "0.14.3",
16-
"lexical": "0.14.3"
15+
"@lexical/utils": "0.14.4",
16+
"lexical": "0.14.4"
1717
},
1818
"repository": {
1919
"type": "git",

packages/lexical-html/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"html"
99
],
1010
"license": "MIT",
11-
"version": "0.14.3",
11+
"version": "0.14.4",
1212
"main": "LexicalHtml.js",
1313
"types": "index.d.ts",
1414
"repository": {
@@ -17,9 +17,9 @@
1717
"directory": "packages/lexical-html"
1818
},
1919
"dependencies": {
20-
"@lexical/selection": "0.14.3",
21-
"@lexical/utils": "0.14.3",
22-
"lexical": "0.14.3"
20+
"@lexical/selection": "0.14.4",
21+
"@lexical/utils": "0.14.4",
22+
"lexical": "0.14.4"
2323
},
2424
"module": "LexicalHtml.mjs",
2525
"sideEffects": false,

packages/lexical-link/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"link"
99
],
1010
"license": "MIT",
11-
"version": "0.14.3",
11+
"version": "0.14.4",
1212
"main": "LexicalLink.js",
1313
"types": "index.d.ts",
1414
"dependencies": {
15-
"@lexical/utils": "0.14.3",
16-
"lexical": "0.14.3"
15+
"@lexical/utils": "0.14.4",
16+
"lexical": "0.14.4"
1717
},
1818
"repository": {
1919
"type": "git",

packages/lexical-list/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"list"
99
],
1010
"license": "MIT",
11-
"version": "0.14.3",
11+
"version": "0.14.4",
1212
"main": "LexicalList.js",
1313
"types": "index.d.ts",
1414
"dependencies": {
15-
"@lexical/utils": "0.14.3",
16-
"lexical": "0.14.3"
15+
"@lexical/utils": "0.14.4",
16+
"lexical": "0.14.4"
1717
},
1818
"repository": {
1919
"type": "git",

packages/lexical-mark/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"mark"
99
],
1010
"license": "MIT",
11-
"version": "0.14.3",
11+
"version": "0.14.4",
1212
"main": "LexicalMark.js",
1313
"types": "index.d.ts",
1414
"dependencies": {
15-
"@lexical/utils": "0.14.3",
16-
"lexical": "0.14.3"
15+
"@lexical/utils": "0.14.4",
16+
"lexical": "0.14.4"
1717
},
1818
"repository": {
1919
"type": "git",

packages/lexical-markdown/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
"markdown"
99
],
1010
"license": "MIT",
11-
"version": "0.14.3",
11+
"version": "0.14.4",
1212
"main": "LexicalMarkdown.js",
1313
"types": "index.d.ts",
1414
"dependencies": {
15-
"@lexical/code": "0.14.3",
16-
"@lexical/link": "0.14.3",
17-
"@lexical/list": "0.14.3",
18-
"@lexical/rich-text": "0.14.3",
19-
"@lexical/text": "0.14.3",
20-
"@lexical/utils": "0.14.3",
21-
"lexical": "0.14.3"
15+
"@lexical/code": "0.14.4",
16+
"@lexical/link": "0.14.4",
17+
"@lexical/list": "0.14.4",
18+
"@lexical/rich-text": "0.14.4",
19+
"@lexical/text": "0.14.4",
20+
"@lexical/utils": "0.14.4",
21+
"lexical": "0.14.4"
2222
},
2323
"repository": {
2424
"type": "git",

packages/lexical-offset/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"offset"
99
],
1010
"license": "MIT",
11-
"version": "0.14.3",
11+
"version": "0.14.4",
1212
"main": "LexicalOffset.js",
1313
"types": "index.d.ts",
1414
"repository": {
@@ -36,6 +36,6 @@
3636
}
3737
},
3838
"dependencies": {
39-
"lexical": "0.14.3"
39+
"lexical": "0.14.4"
4040
}
4141
}

packages/lexical-overflow/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"overflow"
99
],
1010
"license": "MIT",
11-
"version": "0.14.3",
11+
"version": "0.14.4",
1212
"main": "LexicalOverflow.js",
1313
"types": "index.d.ts",
1414
"repository": {
@@ -36,6 +36,6 @@
3636
}
3737
},
3838
"dependencies": {
39-
"lexical": "0.14.3"
39+
"lexical": "0.14.4"
4040
}
4141
}

0 commit comments

Comments
 (0)