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.11.0 #4539

Merged
merged 2 commits into from
May 24, 2023
Merged

v0.11.0 #4539

Show file tree
Hide file tree
Changes from 1 commit
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
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
## 0.11.0 (2023-05-23)

- Tame wild white spaces (#4467) Gerard Rovira
- Auto embed fix #4530 (#4535) Maksim Horbachevsky
- Basic Context Menu (behind Switch) (#4285) Tyler Bainbridge
- Allow importing width and height from table cell and DOM nodes (#4521) Kristian Ignatov
- Add HTML deserialization recipe to docs (#4432) Ivaylo Pavlov
- Fix clickable link plugin #4514 (#4519) Maksim Horbachevsky
- Allow arbitrary awareness fields in Collaboration plugin (#4507) Attila
- Make tabs flexible in code (#4520) Gerard Rovira
- Fix GC memory leak (2) (#4513) Gerard Rovira
- Adjust selection after triple click (#4512) Maksim Horbachevsky
- Fix GC memory leak (#4510) Gerard Rovira
- TypeAheadMenu and TableActionMenu rendered off screen fixed. (#4301) Shubhankerism
- Fix Flow types (#4485) Gerard Rovira
- Add texturi-list support in clipboard. (#4478) xinyuan0801
- Sanitize url (#4483) Acy Watson
- exportDOM methods for HeadingNode, QuoteNode (#4445) Ivaylo Pavlov
- Tests for inserting text either side of an inline element (#4346) Jamie Birch
- Improve rect deduplication (#4471) Acy Watson
- Sanitize floatingLinkEditor (#4462) Acy Watson
- Generalize Menu Logic (#4284) Tyler Bainbridge
- Event delegation for NoteEventPlugin (#4424) Maksim Horbachevsky
- Tab support (#4436) Gerard Rovira
- Handle empty element deletion (#4380) Maksim Horbachevsky
- Select all adjustments (#4425) Maksim Horbachevsky
- Add documentation for TabIndentationPlugin (#4453) Filip Palmqvist
- Disable flaky test (#4455) Gerard Rovira
- fix attach event listeners to initial nodes (#4454) Ante Sepic
- Revisit touch devices (#4441) Gerard Rovira
- Allow to pass all possible attributes to a content editable div (#4450) Leks Kazimirchuk
- Fix text click selection on touch devices #3098 (#4395) Ibrahim El-bastawisi
- Updated Toolbar Plugin to Add keyboard shortcut for adding hyperlinks (#4413) AnuragBalhra
- simplify logic for the fix Improve responsiveness of the floating text format toolbar buttons (#4431) Alessio Gravili
- Remove unused styles (#4426) Georgii Dolzhykov
- Fix HistoryPlugin selection out of sync (#4390) Gerard Rovira
- Split test files and skip flaky tests in linux collab (#4394) Acy Watson
- Optional colrowSpan serialization (#4344) Gerard Rovira
- Fix list merging (#4386) Acy Watson
- Fix markdown list merging (#4387) Acy Watson
- Use provided selection when serializing to HTML (#4392) Acy Watson
- Flow table bg color types (#4400) Gerard Rovira
- Add docs for list package (#4393) Acy Watson
- Make DecoratorBlockNode.isInline return false (#4383) EgonBolton
- Setting initial state of isSmallWidthViewport (#4398) Ebad
- Improve responsiveness of the floating text format toolbar buttons (#4298) Brandon
- Collapsible enhancements (#4257) Maksim Horbachevsky
- Inherit format for text entity node (#4382) Maksim Horbachevsky
- Fall back to url if parser fails (#4364) Acy Watson
- Change MarkNodeclone node arg type to this (#4363) Giovanni Cappellotto
- 0.10.0 (#4349) Acy Watson

## 0.10.0 (2023-04-18)

### Breaking Changes
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.10.0",
"version": "0.11.0",
"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,16 +9,16 @@
"paste"
],
"license": "MIT",
"version": "0.10.0",
"version": "0.11.0",
"main": "LexicalClipboard.js",
"peerDependencies": {
"lexical": "0.10.0"
"lexical": "0.11.0"
},
"dependencies": {
"@lexical/utils": "0.10.0",
"@lexical/list": "0.10.0",
"@lexical/selection": "0.10.0",
"@lexical/html": "0.10.0"
"@lexical/utils": "0.11.0",
"@lexical/list": "0.11.0",
"@lexical/selection": "0.11.0",
"@lexical/html": "0.11.0"
},
"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,13 +8,13 @@
"code"
],
"license": "MIT",
"version": "0.10.0",
"version": "0.11.0",
"main": "LexicalCode.js",
"peerDependencies": {
"lexical": "0.10.0"
"lexical": "0.11.0"
},
"dependencies": {
"@lexical/utils": "0.10.0",
"@lexical/utils": "0.11.0",
"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,10 +9,10 @@
"accessibility"
],
"license": "MIT",
"version": "0.10.0",
"version": "0.11.0",
"main": "LexicalDragon.js",
"peerDependencies": {
"lexical": "0.10.0"
"lexical": "0.11.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/lexical-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"export"
],
"license": "MIT",
"version": "0.10.0",
"version": "0.11.0",
"main": "LexicalFile.js",
"peerDependencies": {
"lexical": "0.10.0"
"lexical": "0.11.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/lexical-hashtag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"hashtag"
],
"license": "MIT",
"version": "0.10.0",
"version": "0.11.0",
"main": "LexicalHashtag.js",
"peerDependencies": {
"lexical": "0.10.0"
"lexical": "0.11.0"
},
"dependencies": {
"@lexical/utils": "0.10.0"
"@lexical/utils": "0.11.0"
},
"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,10 +8,10 @@
"headless"
],
"license": "MIT",
"version": "0.10.0",
"version": "0.11.0",
"main": "LexicalHeadless.js",
"peerDependencies": {
"lexical": "0.10.0"
"lexical": "0.11.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/lexical-history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"history"
],
"license": "MIT",
"version": "0.10.0",
"version": "0.11.0",
"main": "LexicalHistory.js",
"peerDependencies": {
"lexical": "0.10.0"
"lexical": "0.11.0"
},
"dependencies": {
"@lexical/utils": "0.10.0"
"@lexical/utils": "0.11.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/lexical-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"html"
],
"license": "MIT",
"version": "0.10.0",
"version": "0.11.0",
"main": "LexicalHtml.js",
"peerDependencies": {
"lexical": "0.10.0"
"lexical": "0.11.0"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/lexical",
"directory": "packages/lexical-html"
},
"dependencies": {
"@lexical/selection": "0.10.0"
"@lexical/selection": "0.11.0"
}
}
6 changes: 3 additions & 3 deletions packages/lexical-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"link"
],
"license": "MIT",
"version": "0.10.0",
"version": "0.11.0",
"main": "LexicalLink.js",
"peerDependencies": {
"lexical": "0.10.0"
"lexical": "0.11.0"
},
"dependencies": {
"@lexical/utils": "0.10.0"
"@lexical/utils": "0.11.0"
},
"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,13 +8,13 @@
"list"
],
"license": "MIT",
"version": "0.10.0",
"version": "0.11.0",
"main": "LexicalList.js",
"peerDependencies": {
"lexical": "0.10.0"
"lexical": "0.11.0"
},
"dependencies": {
"@lexical/utils": "0.10.0"
"@lexical/utils": "0.11.0"
},
"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,13 +8,13 @@
"mark"
],
"license": "MIT",
"version": "0.10.0",
"version": "0.11.0",
"main": "LexicalMark.js",
"peerDependencies": {
"lexical": "0.10.0"
"lexical": "0.11.0"
},
"dependencies": {
"@lexical/utils": "0.10.0"
"@lexical/utils": "0.11.0"
},
"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,18 +8,18 @@
"markdown"
],
"license": "MIT",
"version": "0.10.0",
"version": "0.11.0",
"main": "LexicalMarkdown.js",
"peerDependencies": {
"lexical": "0.10.0"
"lexical": "0.11.0"
},
"dependencies": {
"@lexical/utils": "0.10.0",
"@lexical/code": "0.10.0",
"@lexical/text": "0.10.0",
"@lexical/rich-text": "0.10.0",
"@lexical/list": "0.10.0",
"@lexical/link": "0.10.0"
"@lexical/utils": "0.11.0",
"@lexical/code": "0.11.0",
"@lexical/text": "0.11.0",
"@lexical/rich-text": "0.11.0",
"@lexical/list": "0.11.0",
"@lexical/link": "0.11.0"
},
"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,10 +8,10 @@
"offset"
],
"license": "MIT",
"version": "0.10.0",
"version": "0.11.0",
"main": "LexicalOffset.js",
"peerDependencies": {
"lexical": "0.10.0"
"lexical": "0.11.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/lexical-overflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"overflow"
],
"license": "MIT",
"version": "0.10.0",
"version": "0.11.0",
"main": "LexicalOverflow.js",
"peerDependencies": {
"lexical": "0.10.0"
"lexical": "0.11.0"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions packages/lexical-plain-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"plain-text"
],
"license": "MIT",
"version": "0.10.0",
"version": "0.11.0",
"main": "LexicalPlainText.js",
"peerDependencies": {
"lexical": "0.10.0",
"@lexical/utils": "0.10.0",
"@lexical/selection": "0.10.0",
"@lexical/clipboard": "0.10.0"
"lexical": "0.11.0",
"@lexical/utils": "0.11.0",
"@lexical/selection": "0.11.0",
"@lexical/clipboard": "0.11.0"
},
"repository": {
"type": "git",
Expand Down
32 changes: 16 additions & 16 deletions packages/lexical-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lexical-playground",
"version": "0.10.0",
"version": "0.11.0",
"private": true,
"scripts": {
"dev": "vite --host",
Expand All @@ -11,22 +11,22 @@
},
"dependencies": {
"@excalidraw/excalidraw": "^0.14.2",
"@lexical/clipboard": "0.10.0",
"@lexical/code": "0.10.0",
"@lexical/file": "0.10.0",
"@lexical/hashtag": "0.10.0",
"@lexical/link": "0.10.0",
"@lexical/list": "0.10.0",
"@lexical/mark": "0.10.0",
"@lexical/overflow": "0.10.0",
"@lexical/plain-text": "0.10.0",
"@lexical/react": "0.10.0",
"@lexical/rich-text": "0.10.0",
"@lexical/selection": "0.10.0",
"@lexical/table": "0.10.0",
"@lexical/utils": "0.10.0",
"@lexical/clipboard": "0.11.0",
"@lexical/code": "0.11.0",
"@lexical/file": "0.11.0",
"@lexical/hashtag": "0.11.0",
"@lexical/link": "0.11.0",
"@lexical/list": "0.11.0",
"@lexical/mark": "0.11.0",
"@lexical/overflow": "0.11.0",
"@lexical/plain-text": "0.11.0",
"@lexical/react": "0.11.0",
"@lexical/rich-text": "0.11.0",
"@lexical/selection": "0.11.0",
"@lexical/table": "0.11.0",
"@lexical/utils": "0.11.0",
"katex": "^0.15.2",
"lexical": "0.10.0",
"lexical": "0.11.0",
"lodash-es": "^4.17.21",
"prettier": "^2.3.2",
"react": "^18.2.0",
Expand Down
Loading