mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
v0.11.2 (#4767)
This commit is contained in:
61
CHANGELOG.md
61
CHANGELOG.md
@ -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)
|
## 0.11.1 (2023-05-26)
|
||||||
|
|
||||||
- Fire selection change on decorator delete (#4555) Acy Watson
|
- Fire selection change on decorator delete (#4555) Acy Watson
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@lexical/monorepo",
|
"name": "@lexical/monorepo",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@lexical/monorepo",
|
"name": "@lexical/monorepo",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@lexical/monorepo",
|
"name": "@lexical/monorepo",
|
||||||
"description": "Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.",
|
"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",
|
"license": "MIT",
|
||||||
"private": true,
|
"private": true,
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
|
@ -9,16 +9,16 @@
|
|||||||
"paste"
|
"paste"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalClipboard.js",
|
"main": "LexicalClipboard.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1"
|
"lexical": "0.11.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.11.1",
|
"@lexical/utils": "0.11.2",
|
||||||
"@lexical/list": "0.11.1",
|
"@lexical/list": "0.11.2",
|
||||||
"@lexical/selection": "0.11.1",
|
"@lexical/selection": "0.11.2",
|
||||||
"@lexical/html": "0.11.1"
|
"@lexical/html": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"code"
|
"code"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalCode.js",
|
"main": "LexicalCode.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1"
|
"lexical": "0.11.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.11.1",
|
"@lexical/utils": "0.11.2",
|
||||||
"prismjs": "^1.27.0"
|
"prismjs": "^1.27.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -9,10 +9,10 @@
|
|||||||
"accessibility"
|
"accessibility"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalDragon.js",
|
"main": "LexicalDragon.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1"
|
"lexical": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -10,10 +10,10 @@
|
|||||||
"export"
|
"export"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalFile.js",
|
"main": "LexicalFile.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1"
|
"lexical": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"hashtag"
|
"hashtag"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalHashtag.js",
|
"main": "LexicalHashtag.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1"
|
"lexical": "0.11.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.11.1"
|
"@lexical/utils": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
"headless"
|
"headless"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalHeadless.js",
|
"main": "LexicalHeadless.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1"
|
"lexical": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"history"
|
"history"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalHistory.js",
|
"main": "LexicalHistory.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1"
|
"lexical": "0.11.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.11.1"
|
"@lexical/utils": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
"html"
|
"html"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalHtml.js",
|
"main": "LexicalHtml.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1"
|
"lexical": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -19,6 +19,6 @@
|
|||||||
"directory": "packages/lexical-html"
|
"directory": "packages/lexical-html"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/selection": "0.11.1"
|
"@lexical/selection": "0.11.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"link"
|
"link"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalLink.js",
|
"main": "LexicalLink.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1"
|
"lexical": "0.11.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.11.1"
|
"@lexical/utils": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"list"
|
"list"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalList.js",
|
"main": "LexicalList.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1"
|
"lexical": "0.11.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.11.1"
|
"@lexical/utils": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"mark"
|
"mark"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalMark.js",
|
"main": "LexicalMark.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1"
|
"lexical": "0.11.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.11.1"
|
"@lexical/utils": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,18 +8,18 @@
|
|||||||
"markdown"
|
"markdown"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalMarkdown.js",
|
"main": "LexicalMarkdown.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1"
|
"lexical": "0.11.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.11.1",
|
"@lexical/utils": "0.11.2",
|
||||||
"@lexical/code": "0.11.1",
|
"@lexical/code": "0.11.2",
|
||||||
"@lexical/text": "0.11.1",
|
"@lexical/text": "0.11.2",
|
||||||
"@lexical/rich-text": "0.11.1",
|
"@lexical/rich-text": "0.11.2",
|
||||||
"@lexical/list": "0.11.1",
|
"@lexical/list": "0.11.2",
|
||||||
"@lexical/link": "0.11.1"
|
"@lexical/link": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
"offset"
|
"offset"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalOffset.js",
|
"main": "LexicalOffset.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1"
|
"lexical": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
"overflow"
|
"overflow"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalOverflow.js",
|
"main": "LexicalOverflow.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1"
|
"lexical": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -7,13 +7,13 @@
|
|||||||
"plain-text"
|
"plain-text"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalPlainText.js",
|
"main": "LexicalPlainText.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1",
|
"lexical": "0.11.2",
|
||||||
"@lexical/utils": "0.11.1",
|
"@lexical/utils": "0.11.2",
|
||||||
"@lexical/selection": "0.11.1",
|
"@lexical/selection": "0.11.2",
|
||||||
"@lexical/clipboard": "0.11.1"
|
"@lexical/clipboard": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lexical-playground",
|
"name": "lexical-playground",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --host",
|
"dev": "vite --host",
|
||||||
@ -11,22 +11,22 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@excalidraw/excalidraw": "^0.14.2",
|
"@excalidraw/excalidraw": "^0.14.2",
|
||||||
"@lexical/clipboard": "0.11.1",
|
"@lexical/clipboard": "0.11.2",
|
||||||
"@lexical/code": "0.11.1",
|
"@lexical/code": "0.11.2",
|
||||||
"@lexical/file": "0.11.1",
|
"@lexical/file": "0.11.2",
|
||||||
"@lexical/hashtag": "0.11.1",
|
"@lexical/hashtag": "0.11.2",
|
||||||
"@lexical/link": "0.11.1",
|
"@lexical/link": "0.11.2",
|
||||||
"@lexical/list": "0.11.1",
|
"@lexical/list": "0.11.2",
|
||||||
"@lexical/mark": "0.11.1",
|
"@lexical/mark": "0.11.2",
|
||||||
"@lexical/overflow": "0.11.1",
|
"@lexical/overflow": "0.11.2",
|
||||||
"@lexical/plain-text": "0.11.1",
|
"@lexical/plain-text": "0.11.2",
|
||||||
"@lexical/react": "0.11.1",
|
"@lexical/react": "0.11.2",
|
||||||
"@lexical/rich-text": "0.11.1",
|
"@lexical/rich-text": "0.11.2",
|
||||||
"@lexical/selection": "0.11.1",
|
"@lexical/selection": "0.11.2",
|
||||||
"@lexical/table": "0.11.1",
|
"@lexical/table": "0.11.2",
|
||||||
"@lexical/utils": "0.11.1",
|
"@lexical/utils": "0.11.2",
|
||||||
"katex": "^0.15.2",
|
"katex": "^0.15.2",
|
||||||
"lexical": "0.11.1",
|
"lexical": "0.11.2",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"prettier": "^2.3.2",
|
"prettier": "^2.3.2",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
|
@ -8,29 +8,29 @@
|
|||||||
"rich-text"
|
"rich-text"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/clipboard": "0.11.1",
|
"@lexical/clipboard": "0.11.2",
|
||||||
"@lexical/code": "0.11.1",
|
"@lexical/code": "0.11.2",
|
||||||
"@lexical/dragon": "0.11.1",
|
"@lexical/dragon": "0.11.2",
|
||||||
"@lexical/hashtag": "0.11.1",
|
"@lexical/hashtag": "0.11.2",
|
||||||
"@lexical/history": "0.11.1",
|
"@lexical/history": "0.11.2",
|
||||||
"@lexical/link": "0.11.1",
|
"@lexical/link": "0.11.2",
|
||||||
"@lexical/list": "0.11.1",
|
"@lexical/list": "0.11.2",
|
||||||
"@lexical/mark": "0.11.1",
|
"@lexical/mark": "0.11.2",
|
||||||
"@lexical/markdown": "0.11.1",
|
"@lexical/markdown": "0.11.2",
|
||||||
"@lexical/overflow": "0.11.1",
|
"@lexical/overflow": "0.11.2",
|
||||||
"@lexical/plain-text": "0.11.1",
|
"@lexical/plain-text": "0.11.2",
|
||||||
"@lexical/rich-text": "0.11.1",
|
"@lexical/rich-text": "0.11.2",
|
||||||
"@lexical/selection": "0.11.1",
|
"@lexical/selection": "0.11.2",
|
||||||
"@lexical/table": "0.11.1",
|
"@lexical/table": "0.11.2",
|
||||||
"@lexical/text": "0.11.1",
|
"@lexical/text": "0.11.2",
|
||||||
"@lexical/utils": "0.11.1",
|
"@lexical/utils": "0.11.2",
|
||||||
"@lexical/yjs": "0.11.1",
|
"@lexical/yjs": "0.11.2",
|
||||||
"react-error-boundary": "^3.1.4"
|
"react-error-boundary": "^3.1.4"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1",
|
"lexical": "0.11.2",
|
||||||
"react": ">=17.x",
|
"react": ">=17.x",
|
||||||
"react-dom": ">=17.x"
|
"react-dom": ">=17.x"
|
||||||
},
|
},
|
||||||
|
@ -7,13 +7,13 @@
|
|||||||
"rich-text"
|
"rich-text"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalRichText.js",
|
"main": "LexicalRichText.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1",
|
"lexical": "0.11.2",
|
||||||
"@lexical/selection": "0.11.1",
|
"@lexical/selection": "0.11.2",
|
||||||
"@lexical/clipboard": "0.11.1",
|
"@lexical/clipboard": "0.11.2",
|
||||||
"@lexical/utils": "0.11.1"
|
"@lexical/utils": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -9,10 +9,10 @@
|
|||||||
"selection"
|
"selection"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalSelection.js",
|
"main": "LexicalSelection.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1"
|
"lexical": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"table"
|
"table"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalTable.js",
|
"main": "LexicalTable.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1"
|
"lexical": "0.11.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.11.1"
|
"@lexical/utils": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -9,10 +9,10 @@
|
|||||||
"text"
|
"text"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalText.js",
|
"main": "LexicalText.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1"
|
"lexical": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,15 +8,15 @@
|
|||||||
"utils"
|
"utils"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalUtils.js",
|
"main": "LexicalUtils.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1"
|
"lexical": "0.11.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/list": "0.11.1",
|
"@lexical/list": "0.11.2",
|
||||||
"@lexical/table": "0.11.1",
|
"@lexical/table": "0.11.2",
|
||||||
"@lexical/selection": "0.11.1"
|
"@lexical/selection": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -11,13 +11,13 @@
|
|||||||
"crdt"
|
"crdt"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "LexicalYjs.js",
|
"main": "LexicalYjs.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/offset": "0.11.1"
|
"@lexical/offset": "0.11.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.11.1",
|
"lexical": "0.11.2",
|
||||||
"yjs": ">=13.5.22"
|
"yjs": ">=13.5.22"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"rich-text"
|
"rich-text"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"main": "Lexical.js",
|
"main": "Lexical.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,9 +8,9 @@
|
|||||||
"rich-text"
|
"rich-text"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lexical": "0.11.1"
|
"lexical": "0.11.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Reference in New Issue
Block a user