mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
0.6.0 (#3296)
This commit is contained in:
116
CHANGELOG.md
116
CHANGELOG.md
@ -1,3 +1,119 @@
|
|||||||
|
## v0.6.0 (2022-10-31)
|
||||||
|
|
||||||
|
- [0.6] Make RichTextPlugin ErrorBoundary mandatory (#3295) Gerard Rovira
|
||||||
|
- Optional decorator nodes selection with keyboard navigation (#3292) Ruslan Piliuta
|
||||||
|
- Keep selection if state was not cloned (#3294) Maksim Horbachevsky
|
||||||
|
- Preserve selection for pending state (#3293) Maksim Horbachevsky
|
||||||
|
- Handle quotes in increment-version changelog (#3291) Gerard Rovira
|
||||||
|
- v0.5.1-next.2 (#3286) Acy Watson
|
||||||
|
- filter by branch (#3285) Acy Watson
|
||||||
|
- Release on matching tag push to main (#3284) Acy Watson
|
||||||
|
- Drag & drop & paste with precision (#3274) Gerard Rovira
|
||||||
|
- Fix initial content tables initialization (#3281) Maksim Horbachevsky
|
||||||
|
- selection.modify to respect ShadowRoot (#3279) Gerard Rovira
|
||||||
|
- Add root theme class (#3277) Maksim Horbachevsky
|
||||||
|
- Improve Collab cursor, add custom cursorColor (#3248) Dragoș Străinu
|
||||||
|
- fix nodesOfType return type (#3262) Acy Watson
|
||||||
|
- Copy styles to new object when patching (#3273) Acy Watson
|
||||||
|
- Revert "Select end if root has no children (#3254)" (#3276) Acy Watson
|
||||||
|
- Fix paste CodeNode leak and and empty links (#3194) Gerard Rovira
|
||||||
|
- Use set (#3258) John Flockton
|
||||||
|
- Do not reconcile terminating linebreak for inline elements (#3268) Maksim Horbachevsky
|
||||||
|
- Revert "v0.5.1-next.2 (#3269)" (#3272) Acy Watson
|
||||||
|
- v0.5.1-next.2 (#3269) Acy Watson
|
||||||
|
- Add inline plugin example for images (#3216) akmarzhan1
|
||||||
|
- Select end if root has no children (#3254) John Flockton
|
||||||
|
- Remove isHighlighting flag (#3256) John Flockton
|
||||||
|
- Allow clearing styles with $patchStyleText (#3247) Brian Birtles
|
||||||
|
- Improve logistics around table/grid selection (#3251) Tyler Bainbridge
|
||||||
|
- Fix error boundary fallback (#3249) Maksim Horbachevsky
|
||||||
|
- Allow skipping auto-scroll action on selection change (#3220) Ruslan Piliuta
|
||||||
|
- pref(lexical-playground): reduce rendering consumption by creating compositing layers (#3069) 子瞻 Luci
|
||||||
|
- chore: add new `eslint-plugin` with rule `no-optional-chaining` locally (#3233) Shanmughapriyan S
|
||||||
|
- Handle left part of match (#3245) Clément Bacouelle
|
||||||
|
- Expose Tokenizer interface to accept custom tokenizer other than Prism at @lexical/code (#3243) mizuno
|
||||||
|
- fix list paste issue (#3239) Acy Watson
|
||||||
|
- Fix typos in Markdown documentation (#3236) Mikko Tirronen
|
||||||
|
- allow overriding mark node create fn (#3229) Acy Watson
|
||||||
|
- Add SerializedMarkNode flow type (#3228) Acy Watson
|
||||||
|
- Handle bad list item children gracefully (#3226) Gerard Rovira
|
||||||
|
- Memoize ErrorBoundary (#3225) Gerard Rovira
|
||||||
|
- Fix TableSelection Mouse Up Propagation Bug (#3223) Tyler Bainbridge
|
||||||
|
- Don't apply element based offsets to text nodes in $patchStyleText (#3126) Brian Birtles
|
||||||
|
- fix: fixed dual text appearance problem and removed outline scrollbar (#3207) Karam Qaoud
|
||||||
|
- Safely remove parent elements when deleting at anchor offset 0 (#3213) Tyler Bainbridge
|
||||||
|
- Allow Block change with GridSelection (#3212) Tyler Bainbridge
|
||||||
|
- v0.5.1-next.1 (#3205) Acy Watson
|
||||||
|
- Fix frozen selection (#3204) Acy Watson
|
||||||
|
- fix: draggable block icon is invisible in read-only mode (#3198) Karam Qaoud
|
||||||
|
- Fix sample code (lexical-react) (#3206) Yuki Shindo
|
||||||
|
- chore: optimize svg (#3199) Strek
|
||||||
|
- Fix $patchStyleText when the selection is anchored to the end of a text node (#3116) Brian Birtles
|
||||||
|
- releases (#3203) Acy Watson
|
||||||
|
- v0.5.1-next.0 (#3201) Acy Watson
|
||||||
|
- fix: play `time travel` after reaching maximum range (#3197) Shanmughapriyan S
|
||||||
|
- Add type to commands for logging (#2942) John Flockton
|
||||||
|
- Built-in Error/SuspenseBoundaries for React DecoratorNodes (#3178) Gerard Rovira
|
||||||
|
- Add flushSync option to update() (#3119) Maksim Horbachevsky
|
||||||
|
- nightly and dev releases (#3192) Acy Watson
|
||||||
|
- Make the ComponentPicker independent of the Toolbar (#3142) EgonBolton
|
||||||
|
- docs: Fixed broken link (#3190) Simon Proper
|
||||||
|
- Fix insertNodes when replacing content adjacent to an inline element (#3137) Brian Birtles
|
||||||
|
- Fix nested editor cut (#3177) Maksim Horbachevsky
|
||||||
|
- Fix copy-paste CodeBlock with BR (#3174) Gerard Rovira
|
||||||
|
- TreeView editor basics (#3153) Gerard Rovira
|
||||||
|
- Remove development notice (#3171) Dominic Gannaway
|
||||||
|
- Fix flow types for root.select() (#3168) Maksim Horbachevsky
|
||||||
|
- Fix linting error (#3165) John Flockton
|
||||||
|
- Check if DOM is accessible when calling `getSelection` (#3162) Lee Sanghyeon
|
||||||
|
- ref(selection): separate @lexical/selection/index into multiple files (#3145) quochuy
|
||||||
|
- Ignore empty class names in addClassNamesToElement (#3159) Acy Watson
|
||||||
|
- remove repeated comments (#3154) Zuckjet
|
||||||
|
- FF Node/Grid copy-paste support (#3147) Gerard Rovira
|
||||||
|
- feat: add icons to extension and change build (#3140) Adithya Vardhan
|
||||||
|
- Add Emoji Picker to Playground (#3122) Tyler Bainbridge
|
||||||
|
- Ignore mutations which do not have target node (#3120) Ruslan Piliuta
|
||||||
|
- flow types (#3133) Acy Watson
|
||||||
|
- support multiple classes (#3134) Acy Watson
|
||||||
|
- Fix regex (#3132) Tyler Bainbridge
|
||||||
|
- Fix typeahead ref typedef (#3131) Maksim Horbachevsky
|
||||||
|
- Add className prop to typeahead plugin (#3124) Acy Watson
|
||||||
|
- Fix table paste (#3129) Gerard Rovira
|
||||||
|
- Fix GridSelection comparison (#3118) Gerard Rovira
|
||||||
|
- [0.6] More Typeahead Changes (#3112) Tyler Bainbridge
|
||||||
|
- Fix typeahead import (#3117) Maksim Horbachevsky
|
||||||
|
- Fix npm install on M1 macs (#3114) Nils Tijtgat
|
||||||
|
- Update createHeadlessEditor to match createEditor typedef (#3111) Maksim Horbachevsky
|
||||||
|
- fix(lexical-playground): draggable blockplugin uses unexposed apis (#3109) 子瞻 Luci
|
||||||
|
- Typeaheads: Remove hard-coded "bottom" alignment (Breaking change) (#3104) Tyler Bainbridge
|
||||||
|
- Typeaheads: Add scroll command and increase priority (#3106) Tyler Bainbridge
|
||||||
|
- Lower key navigation command priority for Tables (#3107) Tyler Bainbridge
|
||||||
|
- Fix DOM availability check (#3102) Maksim Horbachevsky
|
||||||
|
- copyToClipboard to return success (#3105) Gerard Rovira
|
||||||
|
- chore: add e2e test for draggable-block-plugin (#3090) 子瞻 Luci
|
||||||
|
- Fix flow for $insertGeneratedNodes (#3101) Gerard Rovira
|
||||||
|
- Make onClose optional on Flow Types. (#3091) Tyler Bainbridge
|
||||||
|
- Add collapsible container plugin (#3082) Maksim Horbachevsky
|
||||||
|
- Double-trigger hack for high-fidelity Node/Grid selection (#3080) Gerard Rovira
|
||||||
|
- Tweet fallback to text on copy (#3088) Gerard Rovira
|
||||||
|
- Add logic to catch separators (#3084) John Flockton
|
||||||
|
- Add open/close callbacks to menu plugins (#3087) Tyler Bainbridge
|
||||||
|
- Merge markdown E2E tests into one file (#3086) John Flockton
|
||||||
|
- Add some inline documentation (#3076) Acy Watson
|
||||||
|
- Removed extra 'is' in line 9 (#3083) Samuel Adeboye Folaranmi
|
||||||
|
- fix(lexical-playground): read-only mode (#3081) 子瞻 Luci
|
||||||
|
- Fix Resize and Scroll Issues (#3079) Tyler Bainbridge
|
||||||
|
- Fix oncall annotation issue missing from some files (#3075) John Flockton
|
||||||
|
- Add oncall annotation (#3071) John Flockton
|
||||||
|
- chore(lexical-playground): add resizability back to regular tables (#3068) Yaroslav Kiliba
|
||||||
|
- Update faq.md (#3070) Yun Feng
|
||||||
|
- fix(lexical-clipboard): pasting from google docs (#3063) 子瞻 Luci
|
||||||
|
- Update theming.md (#3067) Christian Owusu
|
||||||
|
- Update intro.md (#3064) Christian Owusu
|
||||||
|
- package-lock Gerard Rovira
|
||||||
|
- v0.5.0 (#3059) Gerard Rovira
|
||||||
|
- feat: add export/import DOM for horizontal rule node (#3057) Samuel Martineau
|
||||||
|
|
||||||
## v0.5.0 (2022-09-23)
|
## v0.5.0 (2022-09-23)
|
||||||
|
|
||||||
- feat(lexical-playground): draggable block (#2860) 子瞻 Luci
|
- feat(lexical-playground): draggable block (#2860) 子瞻 Luci
|
||||||
|
6
package-lock.json
generated
6
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@lexical/monorepo",
|
"name": "@lexical/monorepo",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@lexical/monorepo",
|
"name": "@lexical/monorepo",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
@ -25625,7 +25625,7 @@
|
|||||||
"@lexical/text": "0.5.1-next.2",
|
"@lexical/text": "0.5.1-next.2",
|
||||||
"@lexical/utils": "0.5.1-next.2",
|
"@lexical/utils": "0.5.1-next.2",
|
||||||
"@lexical/yjs": "0.5.1-next.2",
|
"@lexical/yjs": "0.5.1-next.2",
|
||||||
"react-error-boundary": "*"
|
"react-error-boundary": "^3.1.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@lexical/rich-text": {
|
"@lexical/rich-text": {
|
||||||
|
@ -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.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": true,
|
"private": true,
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
|
@ -9,16 +9,16 @@
|
|||||||
"paste"
|
"paste"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalClipboard.js",
|
"main": "LexicalClipboard.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2"
|
"lexical": "0.6.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.5.1-next.2",
|
"@lexical/utils": "0.6.0",
|
||||||
"@lexical/list": "0.5.1-next.2",
|
"@lexical/list": "0.6.0",
|
||||||
"@lexical/selection": "0.5.1-next.2",
|
"@lexical/selection": "0.6.0",
|
||||||
"@lexical/html": "0.5.1-next.2"
|
"@lexical/html": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"code"
|
"code"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalCode.js",
|
"main": "LexicalCode.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2"
|
"lexical": "0.6.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.5.1-next.2",
|
"@lexical/utils": "0.6.0",
|
||||||
"prismjs": "^1.27.0"
|
"prismjs": "^1.27.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -9,10 +9,10 @@
|
|||||||
"accessibility"
|
"accessibility"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalDragon.js",
|
"main": "LexicalDragon.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2"
|
"lexical": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -10,10 +10,10 @@
|
|||||||
"export"
|
"export"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalFile.js",
|
"main": "LexicalFile.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2"
|
"lexical": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"hashtag"
|
"hashtag"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalHashtag.js",
|
"main": "LexicalHashtag.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2"
|
"lexical": "0.6.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.5.1-next.2"
|
"@lexical/utils": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
"headless"
|
"headless"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalHeadless.js",
|
"main": "LexicalHeadless.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2"
|
"lexical": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"history"
|
"history"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalHistory.js",
|
"main": "LexicalHistory.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2"
|
"lexical": "0.6.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.5.1-next.2"
|
"@lexical/utils": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
"html"
|
"html"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalHtml.js",
|
"main": "LexicalHtml.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2"
|
"lexical": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -19,6 +19,6 @@
|
|||||||
"directory": "packages/lexical-html"
|
"directory": "packages/lexical-html"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/selection": "0.5.1-next.2"
|
"@lexical/selection": "0.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"link"
|
"link"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalLink.js",
|
"main": "LexicalLink.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2"
|
"lexical": "0.6.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.5.1-next.2"
|
"@lexical/utils": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"list"
|
"list"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalList.js",
|
"main": "LexicalList.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2"
|
"lexical": "0.6.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.5.1-next.2"
|
"@lexical/utils": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"mark"
|
"mark"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalMark.js",
|
"main": "LexicalMark.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2"
|
"lexical": "0.6.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.5.1-next.2"
|
"@lexical/utils": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,18 +8,18 @@
|
|||||||
"markdown"
|
"markdown"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalMarkdown.js",
|
"main": "LexicalMarkdown.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2"
|
"lexical": "0.6.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.5.1-next.2",
|
"@lexical/utils": "0.6.0",
|
||||||
"@lexical/code": "0.5.1-next.2",
|
"@lexical/code": "0.6.0",
|
||||||
"@lexical/text": "0.5.1-next.2",
|
"@lexical/text": "0.6.0",
|
||||||
"@lexical/rich-text": "0.5.1-next.2",
|
"@lexical/rich-text": "0.6.0",
|
||||||
"@lexical/list": "0.5.1-next.2",
|
"@lexical/list": "0.6.0",
|
||||||
"@lexical/link": "0.5.1-next.2"
|
"@lexical/link": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
"offset"
|
"offset"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalOffset.js",
|
"main": "LexicalOffset.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2"
|
"lexical": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
"overflow"
|
"overflow"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalOverflow.js",
|
"main": "LexicalOverflow.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2"
|
"lexical": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -7,13 +7,13 @@
|
|||||||
"plain-text"
|
"plain-text"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalPlainText.js",
|
"main": "LexicalPlainText.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2",
|
"lexical": "0.6.0",
|
||||||
"@lexical/utils": "0.5.1-next.2",
|
"@lexical/utils": "0.6.0",
|
||||||
"@lexical/selection": "0.5.1-next.2",
|
"@lexical/selection": "0.6.0",
|
||||||
"@lexical/clipboard": "0.5.1-next.2"
|
"@lexical/clipboard": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lexical-playground",
|
"name": "lexical-playground",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --host",
|
"dev": "vite --host",
|
||||||
@ -11,22 +11,22 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@excalidraw/excalidraw": "0.11.0",
|
"@excalidraw/excalidraw": "0.11.0",
|
||||||
"@lexical/clipboard": "0.5.1-next.2",
|
"@lexical/clipboard": "0.6.0",
|
||||||
"@lexical/code": "0.5.1-next.2",
|
"@lexical/code": "0.6.0",
|
||||||
"@lexical/file": "0.5.1-next.2",
|
"@lexical/file": "0.6.0",
|
||||||
"@lexical/hashtag": "0.5.1-next.2",
|
"@lexical/hashtag": "0.6.0",
|
||||||
"@lexical/link": "0.5.1-next.2",
|
"@lexical/link": "0.6.0",
|
||||||
"@lexical/list": "0.5.1-next.2",
|
"@lexical/list": "0.6.0",
|
||||||
"@lexical/mark": "0.5.1-next.2",
|
"@lexical/mark": "0.6.0",
|
||||||
"@lexical/overflow": "0.5.1-next.2",
|
"@lexical/overflow": "0.6.0",
|
||||||
"@lexical/plain-text": "0.5.1-next.2",
|
"@lexical/plain-text": "0.6.0",
|
||||||
"@lexical/react": "0.5.1-next.2",
|
"@lexical/react": "0.6.0",
|
||||||
"@lexical/rich-text": "0.5.1-next.2",
|
"@lexical/rich-text": "0.6.0",
|
||||||
"@lexical/selection": "0.5.1-next.2",
|
"@lexical/selection": "0.6.0",
|
||||||
"@lexical/table": "0.5.1-next.2",
|
"@lexical/table": "0.6.0",
|
||||||
"@lexical/utils": "0.5.1-next.2",
|
"@lexical/utils": "0.6.0",
|
||||||
"katex": "^0.15.2",
|
"katex": "^0.15.2",
|
||||||
"lexical": "0.5.1-next.2",
|
"lexical": "0.6.0",
|
||||||
"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.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/clipboard": "0.5.1-next.2",
|
"@lexical/clipboard": "0.6.0",
|
||||||
"@lexical/code": "0.5.1-next.2",
|
"@lexical/code": "0.6.0",
|
||||||
"@lexical/dragon": "0.5.1-next.2",
|
"@lexical/dragon": "0.6.0",
|
||||||
"@lexical/hashtag": "0.5.1-next.2",
|
"@lexical/hashtag": "0.6.0",
|
||||||
"@lexical/history": "0.5.1-next.2",
|
"@lexical/history": "0.6.0",
|
||||||
"@lexical/link": "0.5.1-next.2",
|
"@lexical/link": "0.6.0",
|
||||||
"@lexical/list": "0.5.1-next.2",
|
"@lexical/list": "0.6.0",
|
||||||
"@lexical/mark": "0.5.1-next.2",
|
"@lexical/mark": "0.6.0",
|
||||||
"@lexical/markdown": "0.5.1-next.2",
|
"@lexical/markdown": "0.6.0",
|
||||||
"@lexical/overflow": "0.5.1-next.2",
|
"@lexical/overflow": "0.6.0",
|
||||||
"@lexical/plain-text": "0.5.1-next.2",
|
"@lexical/plain-text": "0.6.0",
|
||||||
"@lexical/rich-text": "0.5.1-next.2",
|
"@lexical/rich-text": "0.6.0",
|
||||||
"@lexical/selection": "0.5.1-next.2",
|
"@lexical/selection": "0.6.0",
|
||||||
"@lexical/table": "0.5.1-next.2",
|
"@lexical/table": "0.6.0",
|
||||||
"@lexical/text": "0.5.1-next.2",
|
"@lexical/text": "0.6.0",
|
||||||
"@lexical/utils": "0.5.1-next.2",
|
"@lexical/utils": "0.6.0",
|
||||||
"@lexical/yjs": "0.5.1-next.2",
|
"@lexical/yjs": "0.6.0",
|
||||||
"react-error-boundary": "^3.1.4"
|
"react-error-boundary": "^3.1.4"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2",
|
"lexical": "0.6.0",
|
||||||
"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.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalRichText.js",
|
"main": "LexicalRichText.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2",
|
"lexical": "0.6.0",
|
||||||
"@lexical/selection": "0.5.1-next.2",
|
"@lexical/selection": "0.6.0",
|
||||||
"@lexical/clipboard": "0.5.1-next.2",
|
"@lexical/clipboard": "0.6.0",
|
||||||
"@lexical/utils": "0.5.1-next.2"
|
"@lexical/utils": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -9,10 +9,10 @@
|
|||||||
"selection"
|
"selection"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalSelection.js",
|
"main": "LexicalSelection.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2"
|
"lexical": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
"table"
|
"table"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalTable.js",
|
"main": "LexicalTable.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2"
|
"lexical": "0.6.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/utils": "0.5.1-next.2"
|
"@lexical/utils": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -9,10 +9,10 @@
|
|||||||
"text"
|
"text"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalText.js",
|
"main": "LexicalText.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2"
|
"lexical": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,14 +8,14 @@
|
|||||||
"utils"
|
"utils"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalUtils.js",
|
"main": "LexicalUtils.js",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2"
|
"lexical": "0.6.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/list": "0.5.1-next.2",
|
"@lexical/list": "0.6.0",
|
||||||
"@lexical/table": "0.5.1-next.2"
|
"@lexical/table": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -11,13 +11,13 @@
|
|||||||
"crdt"
|
"crdt"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"main": "LexicalYjs.js",
|
"main": "LexicalYjs.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lexical/offset": "0.5.1-next.2"
|
"@lexical/offset": "0.6.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lexical": "0.5.1-next.2",
|
"lexical": "0.6.0",
|
||||||
"yjs": ">=13.5.22"
|
"yjs": ">=13.5.22"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"rich-text"
|
"rich-text"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"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.5.1-next.2",
|
"version": "0.6.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lexical": "0.5.1-next.2"
|
"lexical": "0.6.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Reference in New Issue
Block a user