Skip to content

Commit

Permalink
v0.11.2 (facebook#4767)
Browse files Browse the repository at this point in the history
  • Loading branch information
zurfyx authored Jul 11, 2023
1 parent d535ec0 commit 970948c
Show file tree
Hide file tree
Showing 28 changed files with 172 additions and 111 deletions.
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,64 @@
## v0.11.2 (2023-07-11)

- Flow key down command (#4766) Gerard Rovira
- Fixes broken trunk (#4763) Maksim Horbachevsky
- Fix $transferStartingElementPointToTextPoint() (#4756) amyworrall
- Add video links to Getting Started docs (#4752) Acy Watson
- Fix missing token type (#4751) Maksim Horbachevsky
- Add selection adjustments for node removal (#4745) Maksim Horbachevsky
- Allow preventing text drag (#4749) Maksim Horbachevsky
- Add EditorRef plugin (#4747) Acy Watson
- Fix flowtypes for cut/copy commands (#4746) Maksim Horbachevsky
- Add RangeSelection docs (#4742) Acy Watson
- Fix multi-line token parsing (#4741) Maksim Horbachevsky
- Fix code block export (#4702) Maksim Horbachevsky
- Remove instanceof checks in onPasteForPlainText (#4737) Acy Watson
- Context Menu Options Added (#4713) Shubhankerism
- Show excalidraw edit button (#4731) Ibrahim El-bastawisi
- Fixed drop down buttons to prevent sumbit (#4727) Ou7law007
- Improve md error message (#4710) Acy Watson
- Fix: Use $createListItemNode within importJSON to override on deserialization (#4717) Kazu
- Image resizer fix (#4722) Maksim Horbachevsky
- Keeping local comments and sharedCommentsArray orders in sync (#4721) Ebad
- Table selection keyboard controls (#4689) Maksim Horbachevsky
- correction : line 47 - create -> update (#4704) Abhishek Kumar
- Allow table selection when cells are already selected (#4699) Peter Cook Bulukin
- Swap noopener for noreferrer (#4690) Adam Conrad
- Additional fix for editor._window in lexical-clipboard (#4686) Xinzi Zhou
- Preserving language and indentation of code block when serialized/deserialized (#4682) Ebad
- Remove outdated examples (#4684) John Flockton
- Remove delay from flakey E2E test (#4676) John Flockton
- Fix dropdown menu position in playground when scroll (#4496) Xinyuan Wang
- feat: playground inline image plugin (#4423) Anthony Bouch
- Override selectall on RangeSelection (#4671) Gerard Rovira
- Normalize select all on NodeSelection (#4664) Gerard Rovira
- Add columns next to selection (#4663) Peter Cook Bulukin
- Fix clipboard if content editable is in an iframe. (#4649) Xinzi Zhou
- Fix reconciler recovery listeners (#4654) Maksim Horbachevsky
- Check for specific excluded props (#4655) Maksim Horbachevsky
- Fix ContentEditable Flow types (#4652) Gerard Rovira
- Import alignment for Heading and Blockquote (#4625) Ivaylo Pavlov
- Add missing ExportDOM to CodeNode (#4637) Ivaylo Pavlov
- Add error formating params (#4629) Maksim Horbachevsky
- Add clipboard documentation (#4631) Acy Watson
- Add error formating params (#4627) Maksim Horbachevsky
- Fix issue with syncing yjs changes to Lexical (#4621) Ebad
- fix issue with dead keys (i.e. backticks) when converting markdown (#4620) Michel Bongard
- Don't throw error on format element (#4611) John Flockton
- fix: freeze get style object in DEV env to avoid mutations (#4616) Jatin Ranka
- TextNode docs (#4606) Acy Watson
- Fix iOS newline insertion (#4603) Maksim Horbachevsky
- Add vercel analytics script (#4604) Acy Watson
- mouseenter event typo fix (#4588) raghvendra
- Update nodes.md (#4598) navanshu
- Fix MenuTypeahead position (#4597) Aleksandr Kiliushin
- Fix uuid bug in `AutocompleteNode.clone()` (#4592) Scott Driggers
- use selection from state in insertNodeToNearestRoot and insertNodes (#4570) Calvin Leung
- Allow native shift+arrow selection work over decorator nodes (#4584) John Flockton
- Fix a11y for ContentEditable (#4580) Max Shypko
- Another approach to fixing the className cache (#4582) Acy Watson
- Better Error Message for exportJSON type (#4556) Hao Luo

## 0.11.1 (2023-05-26)

- Fire selection change on decorator delete (#4555) Acy Watson
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.11.1",
"version": "0.11.2",
"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.11.1",
"version": "0.11.2",
"main": "LexicalClipboard.js",
"peerDependencies": {
"lexical": "0.11.1"
"lexical": "0.11.2"
},
"dependencies": {
"@lexical/utils": "0.11.1",
"@lexical/list": "0.11.1",
"@lexical/selection": "0.11.1",
"@lexical/html": "0.11.1"
"@lexical/utils": "0.11.2",
"@lexical/list": "0.11.2",
"@lexical/selection": "0.11.2",
"@lexical/html": "0.11.2"
},
"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.11.1",
"version": "0.11.2",
"main": "LexicalCode.js",
"peerDependencies": {
"lexical": "0.11.1"
"lexical": "0.11.2"
},
"dependencies": {
"@lexical/utils": "0.11.1",
"@lexical/utils": "0.11.2",
"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.11.1",
"version": "0.11.2",
"main": "LexicalDragon.js",
"peerDependencies": {
"lexical": "0.11.1"
"lexical": "0.11.2"
},
"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.11.1",
"version": "0.11.2",
"main": "LexicalFile.js",
"peerDependencies": {
"lexical": "0.11.1"
"lexical": "0.11.2"
},
"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.11.1",
"version": "0.11.2",
"main": "LexicalHashtag.js",
"peerDependencies": {
"lexical": "0.11.1"
"lexical": "0.11.2"
},
"dependencies": {
"@lexical/utils": "0.11.1"
"@lexical/utils": "0.11.2"
},
"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.11.1",
"version": "0.11.2",
"main": "LexicalHeadless.js",
"peerDependencies": {
"lexical": "0.11.1"
"lexical": "0.11.2"
},
"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.11.1",
"version": "0.11.2",
"main": "LexicalHistory.js",
"peerDependencies": {
"lexical": "0.11.1"
"lexical": "0.11.2"
},
"dependencies": {
"@lexical/utils": "0.11.1"
"@lexical/utils": "0.11.2"
},
"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.11.1",
"version": "0.11.2",
"main": "LexicalHtml.js",
"peerDependencies": {
"lexical": "0.11.1"
"lexical": "0.11.2"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/lexical",
"directory": "packages/lexical-html"
},
"dependencies": {
"@lexical/selection": "0.11.1"
"@lexical/selection": "0.11.2"
}
}
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.11.1",
"version": "0.11.2",
"main": "LexicalLink.js",
"peerDependencies": {
"lexical": "0.11.1"
"lexical": "0.11.2"
},
"dependencies": {
"@lexical/utils": "0.11.1"
"@lexical/utils": "0.11.2"
},
"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.11.1",
"version": "0.11.2",
"main": "LexicalList.js",
"peerDependencies": {
"lexical": "0.11.1"
"lexical": "0.11.2"
},
"dependencies": {
"@lexical/utils": "0.11.1"
"@lexical/utils": "0.11.2"
},
"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.11.1",
"version": "0.11.2",
"main": "LexicalMark.js",
"peerDependencies": {
"lexical": "0.11.1"
"lexical": "0.11.2"
},
"dependencies": {
"@lexical/utils": "0.11.1"
"@lexical/utils": "0.11.2"
},
"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.11.1",
"version": "0.11.2",
"main": "LexicalMarkdown.js",
"peerDependencies": {
"lexical": "0.11.1"
"lexical": "0.11.2"
},
"dependencies": {
"@lexical/utils": "0.11.1",
"@lexical/code": "0.11.1",
"@lexical/text": "0.11.1",
"@lexical/rich-text": "0.11.1",
"@lexical/list": "0.11.1",
"@lexical/link": "0.11.1"
"@lexical/utils": "0.11.2",
"@lexical/code": "0.11.2",
"@lexical/text": "0.11.2",
"@lexical/rich-text": "0.11.2",
"@lexical/list": "0.11.2",
"@lexical/link": "0.11.2"
},
"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.11.1",
"version": "0.11.2",
"main": "LexicalOffset.js",
"peerDependencies": {
"lexical": "0.11.1"
"lexical": "0.11.2"
},
"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.11.1",
"version": "0.11.2",
"main": "LexicalOverflow.js",
"peerDependencies": {
"lexical": "0.11.1"
"lexical": "0.11.2"
},
"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.11.1",
"version": "0.11.2",
"main": "LexicalPlainText.js",
"peerDependencies": {
"lexical": "0.11.1",
"@lexical/utils": "0.11.1",
"@lexical/selection": "0.11.1",
"@lexical/clipboard": "0.11.1"
"lexical": "0.11.2",
"@lexical/utils": "0.11.2",
"@lexical/selection": "0.11.2",
"@lexical/clipboard": "0.11.2"
},
"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.11.1",
"version": "0.11.2",
"private": true,
"scripts": {
"dev": "vite --host",
Expand All @@ -11,22 +11,22 @@
},
"dependencies": {
"@excalidraw/excalidraw": "^0.14.2",
"@lexical/clipboard": "0.11.1",
"@lexical/code": "0.11.1",
"@lexical/file": "0.11.1",
"@lexical/hashtag": "0.11.1",
"@lexical/link": "0.11.1",
"@lexical/list": "0.11.1",
"@lexical/mark": "0.11.1",
"@lexical/overflow": "0.11.1",
"@lexical/plain-text": "0.11.1",
"@lexical/react": "0.11.1",
"@lexical/rich-text": "0.11.1",
"@lexical/selection": "0.11.1",
"@lexical/table": "0.11.1",
"@lexical/utils": "0.11.1",
"@lexical/clipboard": "0.11.2",
"@lexical/code": "0.11.2",
"@lexical/file": "0.11.2",
"@lexical/hashtag": "0.11.2",
"@lexical/link": "0.11.2",
"@lexical/list": "0.11.2",
"@lexical/mark": "0.11.2",
"@lexical/overflow": "0.11.2",
"@lexical/plain-text": "0.11.2",
"@lexical/react": "0.11.2",
"@lexical/rich-text": "0.11.2",
"@lexical/selection": "0.11.2",
"@lexical/table": "0.11.2",
"@lexical/utils": "0.11.2",
"katex": "^0.15.2",
"lexical": "0.11.1",
"lexical": "0.11.2",
"lodash-es": "^4.17.21",
"prettier": "^2.3.2",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit 970948c

Please sign in to comment.