mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-23 19:19:03 +08:00
chore(release): release version 2.10.0 (#5843)
Some checks are pending
build / lint (20) (push) Waiting to run
build / test (20, map[name:Demos/Examples spec:./demos/src/Examples/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Experiments spec:./demos/src/Experiments/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Extensions spec:./demos/src/Extensions/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/GuideContent spec:./demos/src/GuideContent/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/GuideGettingStarted spec:./demos/src/GuideGettingStarted/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Marks spec:./demos/src/Marks/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Nodes spec:./demos/src/Nodes/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Integration spec:./tests/cypress/integration/**/*.spec.{js,ts}]) (push) Waiting to run
build / build (20) (push) Blocked by required conditions
Publish / Release (20) (push) Waiting to run
Some checks are pending
build / lint (20) (push) Waiting to run
build / test (20, map[name:Demos/Examples spec:./demos/src/Examples/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Experiments spec:./demos/src/Experiments/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Extensions spec:./demos/src/Extensions/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/GuideContent spec:./demos/src/GuideContent/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/GuideGettingStarted spec:./demos/src/GuideGettingStarted/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Marks spec:./demos/src/Marks/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Nodes spec:./demos/src/Nodes/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Integration spec:./tests/cypress/integration/**/*.spec.{js,ts}]) (push) Waiting to run
build / build (20) (push) Blocked by required conditions
Publish / Release (20) (push) Waiting to run
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
5eee48093b
commit
4b2de3394a
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/extension-list-keymap": patch
|
||||
---
|
||||
|
||||
Fix backspace behavior when selection is not collapsed
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/core": patch
|
||||
---
|
||||
|
||||
preserve existing node attributes when running setNode
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/vue-3": patch
|
||||
---
|
||||
|
||||
Fix editor destruction before transition end if editor is nested
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/extension-bubble-menu": patch
|
||||
---
|
||||
|
||||
Add `element: HTMLElement` to `shouldShow` options within the BubbleMenu options.
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/core": minor
|
||||
---
|
||||
|
||||
Previously, only a json representation of the node could be inserted into the editor. This change allows for the insertion of Prosemirror `Node`s and `Fragment`s directly into the editor through the `insertContentAt`, `setContent` and `insertContent` commands.
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/core": patch
|
||||
---
|
||||
|
||||
Addresses a bug with `insertContentAt`'s `simulatedPasteRules` option where it could only accept text and not Prosemirror `Node` and `Content`
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/react": patch
|
||||
---
|
||||
|
||||
React 19 changes how refs works, it will double mount them, all that we needed to do though was to use the JSX transform instead of createElement directly #5846
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/core": patch
|
||||
---
|
||||
|
||||
Updates the types of `addOptions` and `addStorage` to have the parent be possibly undefined which is the most accurate typing
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/core": patch
|
||||
---
|
||||
|
||||
feat: add `once` to EventEmitters
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/react": patch
|
||||
---
|
||||
|
||||
This changes useEditorState to use the useLayoutEffect hook instead of the useEffect hook, so that state that might render to the page can be committed in one pass instead of two.
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/vue-2": patch
|
||||
---
|
||||
|
||||
Pin vue-ts-types to a working version for vue-2
|
@ -1,9 +0,0 @@
|
||||
---
|
||||
"@tiptap/extension-floating-menu": patch
|
||||
"@tiptap/extension-bubble-menu": patch
|
||||
"@tiptap/react": patch
|
||||
"@tiptap/vue-2": patch
|
||||
"@tiptap/vue-3": patch
|
||||
---
|
||||
|
||||
Fixes an issue where the bubble and flaoting menus on blur would remount
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/react": patch
|
||||
---
|
||||
|
||||
React 19 is now allowed as a peer dep, we did not have to make any changes for React 19
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/extension-mention": patch
|
||||
---
|
||||
|
||||
add zero-width space to resolve cursor selection issue
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/extension-bubble-menu": patch
|
||||
---
|
||||
|
||||
Fix a potential null pointer exception
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@tiptap/core": patch
|
||||
"@tiptap/extension-hard-break": patch
|
||||
---
|
||||
|
||||
Add Node `linebreakReplacement` support and enable on hard-break nodes
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/core": patch
|
||||
---
|
||||
|
||||
Improve handling of selections with `updateAttributes`. Should no longer modify parent nodes of the same type.
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/extension-font-family": patch
|
||||
---
|
||||
|
||||
Font-family extension: Prevent removal of quotes in parseHTML
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/extension-table": patch
|
||||
---
|
||||
|
||||
enforce cellMinWidth even on column not resized by the user, fixes #5435
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/core": patch
|
||||
---
|
||||
|
||||
getMarkRange would greedily match more content than it should have if it was the same type of mark, now it will match only the mark at the position #3872
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@tiptap/extension-link": patch
|
||||
"tiptap-demos": patch
|
||||
---
|
||||
|
||||
The link extension's `validate` option now applies to both auto-linking and XSS mitigation. While, the new `shouldAutoLink` option is used to disable auto linking on an otherwise valid url.
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7619215: The link extension's `validate` option now applies to both auto-linking and XSS mitigation. While, the new `shouldAutoLink` option is used to disable auto linking on an otherwise valid url.
|
||||
|
||||
## 2.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-demos",
|
||||
"version": "2.5.0",
|
||||
"version": "2.5.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
318
package-lock.json
generated
318
package-lock.json
generated
@ -54,7 +54,7 @@
|
||||
},
|
||||
"demos": {
|
||||
"name": "tiptap-demos",
|
||||
"version": "2.5.0",
|
||||
"version": "2.5.1",
|
||||
"dependencies": {
|
||||
"@hocuspocus/provider": "2.13.5",
|
||||
"@lexical/react": "^0.11.3",
|
||||
@ -19151,10 +19151,10 @@
|
||||
},
|
||||
"packages/core": {
|
||||
"name": "@tiptap/core",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19166,10 +19166,10 @@
|
||||
},
|
||||
"packages/extension-blockquote": {
|
||||
"name": "@tiptap/extension-blockquote",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19181,10 +19181,10 @@
|
||||
},
|
||||
"packages/extension-bold": {
|
||||
"name": "@tiptap/extension-bold",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19196,14 +19196,14 @@
|
||||
},
|
||||
"packages/extension-bubble-menu": {
|
||||
"name": "@tiptap/extension-bubble-menu",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"tippy.js": "^6.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19216,10 +19216,10 @@
|
||||
},
|
||||
"packages/extension-bullet-list": {
|
||||
"name": "@tiptap/extension-bullet-list",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19231,11 +19231,11 @@
|
||||
},
|
||||
"packages/extension-character-count": {
|
||||
"name": "@tiptap/extension-character-count",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19248,10 +19248,10 @@
|
||||
},
|
||||
"packages/extension-code": {
|
||||
"name": "@tiptap/extension-code",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19263,11 +19263,11 @@
|
||||
},
|
||||
"packages/extension-code-block": {
|
||||
"name": "@tiptap/extension-code-block",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19280,12 +19280,12 @@
|
||||
},
|
||||
"packages/extension-code-block-lowlight": {
|
||||
"name": "@tiptap/extension-code-block-lowlight",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/extension-code-block": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1",
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/extension-code-block": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0",
|
||||
"lowlight": "^2 || ^3"
|
||||
},
|
||||
"funding": {
|
||||
@ -19302,11 +19302,11 @@
|
||||
},
|
||||
"packages/extension-collaboration": {
|
||||
"name": "@tiptap/extension-collaboration",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1",
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"funding": {
|
||||
@ -19321,10 +19321,10 @@
|
||||
},
|
||||
"packages/extension-collaboration-cursor": {
|
||||
"name": "@tiptap/extension-collaboration-cursor",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"funding": {
|
||||
@ -19388,11 +19388,11 @@
|
||||
},
|
||||
"packages/extension-color": {
|
||||
"name": "@tiptap/extension-color",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/extension-text-style": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/extension-text-style": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19405,10 +19405,10 @@
|
||||
},
|
||||
"packages/extension-document": {
|
||||
"name": "@tiptap/extension-document",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19420,11 +19420,11 @@
|
||||
},
|
||||
"packages/extension-dropcursor": {
|
||||
"name": "@tiptap/extension-dropcursor",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19437,14 +19437,14 @@
|
||||
},
|
||||
"packages/extension-floating-menu": {
|
||||
"name": "@tiptap/extension-floating-menu",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"tippy.js": "^6.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19457,11 +19457,11 @@
|
||||
},
|
||||
"packages/extension-focus": {
|
||||
"name": "@tiptap/extension-focus",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19474,11 +19474,11 @@
|
||||
},
|
||||
"packages/extension-font-family": {
|
||||
"name": "@tiptap/extension-font-family",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/extension-text-style": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/extension-text-style": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19491,11 +19491,11 @@
|
||||
},
|
||||
"packages/extension-gapcursor": {
|
||||
"name": "@tiptap/extension-gapcursor",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19508,10 +19508,10 @@
|
||||
},
|
||||
"packages/extension-hard-break": {
|
||||
"name": "@tiptap/extension-hard-break",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19523,10 +19523,10 @@
|
||||
},
|
||||
"packages/extension-heading": {
|
||||
"name": "@tiptap/extension-heading",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19538,10 +19538,10 @@
|
||||
},
|
||||
"packages/extension-highlight": {
|
||||
"name": "@tiptap/extension-highlight",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19553,11 +19553,11 @@
|
||||
},
|
||||
"packages/extension-history": {
|
||||
"name": "@tiptap/extension-history",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19570,11 +19570,11 @@
|
||||
},
|
||||
"packages/extension-horizontal-rule": {
|
||||
"name": "@tiptap/extension-horizontal-rule",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19587,10 +19587,10 @@
|
||||
},
|
||||
"packages/extension-image": {
|
||||
"name": "@tiptap/extension-image",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19602,10 +19602,10 @@
|
||||
},
|
||||
"packages/extension-italic": {
|
||||
"name": "@tiptap/extension-italic",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19617,14 +19617,14 @@
|
||||
},
|
||||
"packages/extension-link": {
|
||||
"name": "@tiptap/extension-link",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"linkifyjs": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19643,10 +19643,10 @@
|
||||
},
|
||||
"packages/extension-list-item": {
|
||||
"name": "@tiptap/extension-list-item",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19658,10 +19658,10 @@
|
||||
},
|
||||
"packages/extension-list-keymap": {
|
||||
"name": "@tiptap/extension-list-keymap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19673,12 +19673,12 @@
|
||||
},
|
||||
"packages/extension-mention": {
|
||||
"name": "@tiptap/extension-mention",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1",
|
||||
"@tiptap/suggestion": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0",
|
||||
"@tiptap/suggestion": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19692,10 +19692,10 @@
|
||||
},
|
||||
"packages/extension-ordered-list": {
|
||||
"name": "@tiptap/extension-ordered-list",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19707,10 +19707,10 @@
|
||||
},
|
||||
"packages/extension-paragraph": {
|
||||
"name": "@tiptap/extension-paragraph",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19722,11 +19722,11 @@
|
||||
},
|
||||
"packages/extension-placeholder": {
|
||||
"name": "@tiptap/extension-placeholder",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19739,10 +19739,10 @@
|
||||
},
|
||||
"packages/extension-strike": {
|
||||
"name": "@tiptap/extension-strike",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19754,10 +19754,10 @@
|
||||
},
|
||||
"packages/extension-subscript": {
|
||||
"name": "@tiptap/extension-subscript",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19769,10 +19769,10 @@
|
||||
},
|
||||
"packages/extension-superscript": {
|
||||
"name": "@tiptap/extension-superscript",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19784,11 +19784,11 @@
|
||||
},
|
||||
"packages/extension-table": {
|
||||
"name": "@tiptap/extension-table",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19801,10 +19801,10 @@
|
||||
},
|
||||
"packages/extension-table-cell": {
|
||||
"name": "@tiptap/extension-table-cell",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19816,10 +19816,10 @@
|
||||
},
|
||||
"packages/extension-table-header": {
|
||||
"name": "@tiptap/extension-table-header",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19831,10 +19831,10 @@
|
||||
},
|
||||
"packages/extension-table-row": {
|
||||
"name": "@tiptap/extension-table-row",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19846,11 +19846,11 @@
|
||||
},
|
||||
"packages/extension-task-item": {
|
||||
"name": "@tiptap/extension-task-item",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19863,10 +19863,10 @@
|
||||
},
|
||||
"packages/extension-task-list": {
|
||||
"name": "@tiptap/extension-task-list",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19878,10 +19878,10 @@
|
||||
},
|
||||
"packages/extension-text": {
|
||||
"name": "@tiptap/extension-text",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19893,10 +19893,10 @@
|
||||
},
|
||||
"packages/extension-text-align": {
|
||||
"name": "@tiptap/extension-text-align",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19908,10 +19908,10 @@
|
||||
},
|
||||
"packages/extension-text-style": {
|
||||
"name": "@tiptap/extension-text-style",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19923,10 +19923,10 @@
|
||||
},
|
||||
"packages/extension-typography": {
|
||||
"name": "@tiptap/extension-typography",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19938,10 +19938,10 @@
|
||||
},
|
||||
"packages/extension-underline": {
|
||||
"name": "@tiptap/extension-underline",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19953,10 +19953,10 @@
|
||||
},
|
||||
"packages/extension-youtube": {
|
||||
"name": "@tiptap/extension-youtube",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19968,14 +19968,14 @@
|
||||
},
|
||||
"packages/html": {
|
||||
"name": "@tiptap/html",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"zeed-dom": "^0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20017,7 +20017,7 @@
|
||||
},
|
||||
"packages/pm": {
|
||||
"name": "@tiptap/pm",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"prosemirror-changeset": "^2.2.1",
|
||||
@ -20070,18 +20070,18 @@
|
||||
},
|
||||
"packages/react": {
|
||||
"name": "@tiptap/react",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^2.9.1",
|
||||
"@tiptap/extension-floating-menu": "^2.9.1",
|
||||
"@tiptap/extension-bubble-menu": "^2.10.0",
|
||||
"@tiptap/extension-floating-menu": "^2.10.0",
|
||||
"@types/use-sync-external-store": "^0.0.6",
|
||||
"fast-deep-equal": "^3",
|
||||
"use-sync-external-store": "^1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1",
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0",
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"react": "^18.0.0",
|
||||
@ -20100,30 +20100,30 @@
|
||||
},
|
||||
"packages/starter-kit": {
|
||||
"name": "@tiptap/starter-kit",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/extension-blockquote": "^2.9.1",
|
||||
"@tiptap/extension-bold": "^2.9.1",
|
||||
"@tiptap/extension-bullet-list": "^2.9.1",
|
||||
"@tiptap/extension-code": "^2.9.1",
|
||||
"@tiptap/extension-code-block": "^2.9.1",
|
||||
"@tiptap/extension-document": "^2.9.1",
|
||||
"@tiptap/extension-dropcursor": "^2.9.1",
|
||||
"@tiptap/extension-gapcursor": "^2.9.1",
|
||||
"@tiptap/extension-hard-break": "^2.9.1",
|
||||
"@tiptap/extension-heading": "^2.9.1",
|
||||
"@tiptap/extension-history": "^2.9.1",
|
||||
"@tiptap/extension-horizontal-rule": "^2.9.1",
|
||||
"@tiptap/extension-italic": "^2.9.1",
|
||||
"@tiptap/extension-list-item": "^2.9.1",
|
||||
"@tiptap/extension-ordered-list": "^2.9.1",
|
||||
"@tiptap/extension-paragraph": "^2.9.1",
|
||||
"@tiptap/extension-strike": "^2.9.1",
|
||||
"@tiptap/extension-text": "^2.9.1",
|
||||
"@tiptap/extension-text-style": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/extension-blockquote": "^2.10.0",
|
||||
"@tiptap/extension-bold": "^2.10.0",
|
||||
"@tiptap/extension-bullet-list": "^2.10.0",
|
||||
"@tiptap/extension-code": "^2.10.0",
|
||||
"@tiptap/extension-code-block": "^2.10.0",
|
||||
"@tiptap/extension-document": "^2.10.0",
|
||||
"@tiptap/extension-dropcursor": "^2.10.0",
|
||||
"@tiptap/extension-gapcursor": "^2.10.0",
|
||||
"@tiptap/extension-hard-break": "^2.10.0",
|
||||
"@tiptap/extension-heading": "^2.10.0",
|
||||
"@tiptap/extension-history": "^2.10.0",
|
||||
"@tiptap/extension-horizontal-rule": "^2.10.0",
|
||||
"@tiptap/extension-italic": "^2.10.0",
|
||||
"@tiptap/extension-list-item": "^2.10.0",
|
||||
"@tiptap/extension-ordered-list": "^2.10.0",
|
||||
"@tiptap/extension-paragraph": "^2.10.0",
|
||||
"@tiptap/extension-strike": "^2.10.0",
|
||||
"@tiptap/extension-text": "^2.10.0",
|
||||
"@tiptap/extension-text-style": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20132,11 +20132,11 @@
|
||||
},
|
||||
"packages/suggestion": {
|
||||
"name": "@tiptap/suggestion",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20149,16 +20149,16 @@
|
||||
},
|
||||
"packages/vue-2": {
|
||||
"name": "@tiptap/vue-2",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^2.9.1",
|
||||
"@tiptap/extension-floating-menu": "^2.9.1",
|
||||
"@tiptap/extension-bubble-menu": "^2.10.0",
|
||||
"@tiptap/extension-floating-menu": "^2.10.0",
|
||||
"vue-ts-types": "1.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1",
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0",
|
||||
"vue": "^2.6.0"
|
||||
},
|
||||
"funding": {
|
||||
@ -20209,15 +20209,15 @@
|
||||
},
|
||||
"packages/vue-3": {
|
||||
"name": "@tiptap/vue-3",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^2.9.1",
|
||||
"@tiptap/extension-floating-menu": "^2.9.1"
|
||||
"@tiptap/extension-bubble-menu": "^2.10.0",
|
||||
"@tiptap/extension-floating-menu": "^2.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1",
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0",
|
||||
"vue": "^3.0.0"
|
||||
},
|
||||
"funding": {
|
||||
|
@ -1,5 +1,21 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 7619215: Previously, only a json representation of the node could be inserted into the editor. This change allows for the insertion of Prosemirror `Node`s and `Fragment`s directly into the editor through the `insertContentAt`, `setContent` and `insertContent` commands.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7619215: preserve existing node attributes when running setNode
|
||||
- 7619215: Addresses a bug with `insertContentAt`'s `simulatedPasteRules` option where it could only accept text and not Prosemirror `Node` and `Content`
|
||||
- 7619215: Updates the types of `addOptions` and `addStorage` to have the parent be possibly undefined which is the most accurate typing
|
||||
- 7619215: feat: add `once` to EventEmitters
|
||||
- 7619215: Add Node `linebreakReplacement` support and enable on hard-break nodes
|
||||
- 7619215: Improve handling of selections with `updateAttributes`. Should no longer modify parent nodes of the same type.
|
||||
- 2ea807d: getMarkRange would greedily match more content than it should have if it was the same type of mark, now it will match only the mark at the position #3872
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/core",
|
||||
"description": "headless rich text editor",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -32,7 +32,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/pm": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-blockquote",
|
||||
"description": "blockquote extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bold",
|
||||
"description": "bold extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7619215: Add `element: HTMLElement` to `shouldShow` options within the BubbleMenu options.
|
||||
- 7619215: Fixes an issue where the bubble and flaoting menus on blur would remount
|
||||
- 1959eb5: Fix a potential null pointer exception
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bubble-menu",
|
||||
"description": "bubble-menu extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -38,8 +38,8 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bullet-list",
|
||||
"description": "bullet list extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-character-count",
|
||||
"description": "font family extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code-block-lowlight",
|
||||
"description": "code block extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,9 +29,9 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/extension-code-block": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1",
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/extension-code-block": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0",
|
||||
"lowlight": "^2 || ^3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code-block",
|
||||
"description": "code block extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code",
|
||||
"description": "code extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-collaboration-cursor",
|
||||
"description": "collaboration cursor extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-collaboration",
|
||||
"description": "collaboration extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1",
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-color",
|
||||
"description": "text color extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/extension-text-style": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/extension-text-style": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-document",
|
||||
"description": "document extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-dropcursor",
|
||||
"description": "dropcursor extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7619215: Fixes an issue where the bubble and flaoting menus on blur would remount
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-floating-menu",
|
||||
"description": "floating-menu extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-focus",
|
||||
"description": "focus extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 38abfdf: Font-family extension: Prevent removal of quotes in parseHTML
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-font-family",
|
||||
"description": "font family extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/extension-text-style": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/extension-text-style": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-gapcursor",
|
||||
"description": "gapcursor extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7619215: Add Node `linebreakReplacement` support and enable on hard-break nodes
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-hard-break",
|
||||
"description": "hard break extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-heading",
|
||||
"description": "heading extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-highlight",
|
||||
"description": "highlight extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-history",
|
||||
"description": "history extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-horizontal-rule",
|
||||
"description": "horizontal rule extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-image",
|
||||
"description": "image extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-italic",
|
||||
"description": "italic extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7619215: The link extension's `validate` option now applies to both auto-linking and XSS mitigation. While, the new `shouldAutoLink` option is used to disable auto linking on an otherwise valid url.
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-link",
|
||||
"description": "link extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -32,8 +32,8 @@
|
||||
"linkifyjs": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-list-item",
|
||||
"description": "list item extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7619215: Fix backspace behavior when selection is not collapsed
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-list-keymap",
|
||||
"description": "list keymap extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7619215: add zero-width space to resolve cursor selection issue
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-mention",
|
||||
"description": "mention extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,9 +29,9 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1",
|
||||
"@tiptap/suggestion": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0",
|
||||
"@tiptap/suggestion": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-ordered-list",
|
||||
"description": "ordered list extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-paragraph",
|
||||
"description": "paragraph extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-placeholder",
|
||||
"description": "placeholder extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/pm": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0",
|
||||
"@tiptap/pm": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-strike",
|
||||
"description": "strike extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-subscript",
|
||||
"description": "subscript extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-superscript",
|
||||
"description": "superscript extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-cell",
|
||||
"description": "table cell extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-header",
|
||||
"description": "table cell extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.10.0
|
||||
|
||||
## 2.9.1
|
||||
|
||||
## 2.9.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-row",
|
||||
"description": "table row extension for tiptap",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.9.1"
|
||||
"@tiptap/core": "^2.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user