mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 09:25:29 +08:00
chore(release): publish a new release version (#6217)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
05763ad045
commit
d98c6f6526
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/core": patch
|
||||
---
|
||||
|
||||
Export focusEvents plugin key
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/pm": patch
|
||||
---
|
||||
|
||||
Upgraded prosemirror-tables to 1.6.4. Fixes a bug with broken tables appearing when dropping text.
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/starter-kit": patch
|
||||
---
|
||||
|
||||
Remove redundant optional chaining in options object
|
@ -1,63 +0,0 @@
|
||||
{
|
||||
"mode": "exit",
|
||||
"tag": "pre",
|
||||
"initialVersions": {
|
||||
"tiptap-demos": "2.5.1",
|
||||
"@tiptap/core": "2.11.4",
|
||||
"@tiptap/extension-blockquote": "2.11.4",
|
||||
"@tiptap/extension-bold": "2.11.4",
|
||||
"@tiptap/extension-bubble-menu": "2.11.4",
|
||||
"@tiptap/extension-bullet-list": "2.11.4",
|
||||
"@tiptap/extension-character-count": "2.11.4",
|
||||
"@tiptap/extension-code": "2.11.4",
|
||||
"@tiptap/extension-code-block": "2.11.4",
|
||||
"@tiptap/extension-code-block-lowlight": "2.11.4",
|
||||
"@tiptap/extension-collaboration": "2.11.4",
|
||||
"@tiptap/extension-collaboration-cursor": "2.11.4",
|
||||
"@tiptap/extension-color": "2.11.4",
|
||||
"@tiptap/extension-document": "2.11.4",
|
||||
"@tiptap/extension-dropcursor": "2.11.4",
|
||||
"@tiptap/extension-floating-menu": "2.11.4",
|
||||
"@tiptap/extension-focus": "2.11.4",
|
||||
"@tiptap/extension-font-family": "2.11.4",
|
||||
"@tiptap/extension-gapcursor": "2.11.4",
|
||||
"@tiptap/extension-hard-break": "2.11.4",
|
||||
"@tiptap/extension-heading": "2.11.4",
|
||||
"@tiptap/extension-highlight": "2.11.4",
|
||||
"@tiptap/extension-history": "2.11.4",
|
||||
"@tiptap/extension-horizontal-rule": "2.11.4",
|
||||
"@tiptap/extension-image": "2.11.4",
|
||||
"@tiptap/extension-italic": "2.11.4",
|
||||
"@tiptap/extension-link": "2.11.4",
|
||||
"@tiptap/extension-list-item": "2.11.4",
|
||||
"@tiptap/extension-list-keymap": "2.11.4",
|
||||
"@tiptap/extension-mention": "2.11.4",
|
||||
"@tiptap/extension-ordered-list": "2.11.4",
|
||||
"@tiptap/extension-paragraph": "2.11.4",
|
||||
"@tiptap/extension-placeholder": "2.11.4",
|
||||
"@tiptap/extension-strike": "2.11.4",
|
||||
"@tiptap/extension-subscript": "2.11.4",
|
||||
"@tiptap/extension-superscript": "2.11.4",
|
||||
"@tiptap/extension-table": "2.11.4",
|
||||
"@tiptap/extension-table-cell": "2.11.4",
|
||||
"@tiptap/extension-table-header": "2.11.4",
|
||||
"@tiptap/extension-table-row": "2.11.4",
|
||||
"@tiptap/extension-task-item": "2.11.4",
|
||||
"@tiptap/extension-task-list": "2.11.4",
|
||||
"@tiptap/extension-text": "2.11.4",
|
||||
"@tiptap/extension-text-align": "2.11.4",
|
||||
"@tiptap/extension-text-style": "2.11.4",
|
||||
"@tiptap/extension-typography": "2.11.4",
|
||||
"@tiptap/extension-underline": "2.11.4",
|
||||
"@tiptap/extension-youtube": "2.11.4",
|
||||
"@tiptap/html": "2.11.4",
|
||||
"@tiptap/pm": "2.11.4",
|
||||
"@tiptap/react": "2.11.4",
|
||||
"@tiptap/starter-kit": "2.11.4",
|
||||
"@tiptap/suggestion": "2.11.4",
|
||||
"@tiptap/vue-2": "2.11.4",
|
||||
"@tiptap/vue-3": "2.11.4",
|
||||
"@tiptap-shared/rollup-config": "1.0.0"
|
||||
},
|
||||
"changesets": []
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/extension-youtube": patch
|
||||
---
|
||||
|
||||
`extension-youtube`: enhance embed URL generation to support video lists
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/extension-ordered-list": patch
|
||||
---
|
||||
|
||||
Use null in ordered list's default type value for better schema extension support
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/extension-youtube": patch
|
||||
---
|
||||
|
||||
This change adds option to set rel parameter on youtube embed link
|
316
package-lock.json
generated
316
package-lock.json
generated
@ -20097,10 +20097,10 @@
|
||||
},
|
||||
"packages/core": {
|
||||
"name": "@tiptap/core",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20112,10 +20112,10 @@
|
||||
},
|
||||
"packages/extension-blockquote": {
|
||||
"name": "@tiptap/extension-blockquote",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20127,10 +20127,10 @@
|
||||
},
|
||||
"packages/extension-bold": {
|
||||
"name": "@tiptap/extension-bold",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20142,14 +20142,14 @@
|
||||
},
|
||||
"packages/extension-bubble-menu": {
|
||||
"name": "@tiptap/extension-bubble-menu",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"tippy.js": "^6.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20162,10 +20162,10 @@
|
||||
},
|
||||
"packages/extension-bullet-list": {
|
||||
"name": "@tiptap/extension-bullet-list",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20177,11 +20177,11 @@
|
||||
},
|
||||
"packages/extension-character-count": {
|
||||
"name": "@tiptap/extension-character-count",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20194,10 +20194,10 @@
|
||||
},
|
||||
"packages/extension-code": {
|
||||
"name": "@tiptap/extension-code",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20209,11 +20209,11 @@
|
||||
},
|
||||
"packages/extension-code-block": {
|
||||
"name": "@tiptap/extension-code-block",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20226,12 +20226,12 @@
|
||||
},
|
||||
"packages/extension-code-block-lowlight": {
|
||||
"name": "@tiptap/extension-code-block-lowlight",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/extension-code-block": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5",
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/extension-code-block": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6",
|
||||
"lowlight": "^2 || ^3"
|
||||
},
|
||||
"funding": {
|
||||
@ -20248,11 +20248,11 @@
|
||||
},
|
||||
"packages/extension-collaboration": {
|
||||
"name": "@tiptap/extension-collaboration",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5",
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"funding": {
|
||||
@ -20267,10 +20267,10 @@
|
||||
},
|
||||
"packages/extension-collaboration-cursor": {
|
||||
"name": "@tiptap/extension-collaboration-cursor",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"funding": {
|
||||
@ -20334,11 +20334,11 @@
|
||||
},
|
||||
"packages/extension-color": {
|
||||
"name": "@tiptap/extension-color",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/extension-text-style": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/extension-text-style": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20351,10 +20351,10 @@
|
||||
},
|
||||
"packages/extension-document": {
|
||||
"name": "@tiptap/extension-document",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20366,11 +20366,11 @@
|
||||
},
|
||||
"packages/extension-dropcursor": {
|
||||
"name": "@tiptap/extension-dropcursor",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20383,14 +20383,14 @@
|
||||
},
|
||||
"packages/extension-floating-menu": {
|
||||
"name": "@tiptap/extension-floating-menu",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"tippy.js": "^6.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20403,11 +20403,11 @@
|
||||
},
|
||||
"packages/extension-focus": {
|
||||
"name": "@tiptap/extension-focus",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20420,11 +20420,11 @@
|
||||
},
|
||||
"packages/extension-font-family": {
|
||||
"name": "@tiptap/extension-font-family",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/extension-text-style": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/extension-text-style": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20437,11 +20437,11 @@
|
||||
},
|
||||
"packages/extension-gapcursor": {
|
||||
"name": "@tiptap/extension-gapcursor",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20454,10 +20454,10 @@
|
||||
},
|
||||
"packages/extension-hard-break": {
|
||||
"name": "@tiptap/extension-hard-break",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20469,10 +20469,10 @@
|
||||
},
|
||||
"packages/extension-heading": {
|
||||
"name": "@tiptap/extension-heading",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20484,10 +20484,10 @@
|
||||
},
|
||||
"packages/extension-highlight": {
|
||||
"name": "@tiptap/extension-highlight",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20499,11 +20499,11 @@
|
||||
},
|
||||
"packages/extension-history": {
|
||||
"name": "@tiptap/extension-history",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20516,11 +20516,11 @@
|
||||
},
|
||||
"packages/extension-horizontal-rule": {
|
||||
"name": "@tiptap/extension-horizontal-rule",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20533,10 +20533,10 @@
|
||||
},
|
||||
"packages/extension-image": {
|
||||
"name": "@tiptap/extension-image",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20548,10 +20548,10 @@
|
||||
},
|
||||
"packages/extension-italic": {
|
||||
"name": "@tiptap/extension-italic",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20563,14 +20563,14 @@
|
||||
},
|
||||
"packages/extension-link": {
|
||||
"name": "@tiptap/extension-link",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"linkifyjs": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20589,10 +20589,10 @@
|
||||
},
|
||||
"packages/extension-list-item": {
|
||||
"name": "@tiptap/extension-list-item",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20604,10 +20604,10 @@
|
||||
},
|
||||
"packages/extension-list-keymap": {
|
||||
"name": "@tiptap/extension-list-keymap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20619,12 +20619,12 @@
|
||||
},
|
||||
"packages/extension-mention": {
|
||||
"name": "@tiptap/extension-mention",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5",
|
||||
"@tiptap/suggestion": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6",
|
||||
"@tiptap/suggestion": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20638,10 +20638,10 @@
|
||||
},
|
||||
"packages/extension-ordered-list": {
|
||||
"name": "@tiptap/extension-ordered-list",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20653,10 +20653,10 @@
|
||||
},
|
||||
"packages/extension-paragraph": {
|
||||
"name": "@tiptap/extension-paragraph",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20668,11 +20668,11 @@
|
||||
},
|
||||
"packages/extension-placeholder": {
|
||||
"name": "@tiptap/extension-placeholder",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20685,10 +20685,10 @@
|
||||
},
|
||||
"packages/extension-strike": {
|
||||
"name": "@tiptap/extension-strike",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20700,10 +20700,10 @@
|
||||
},
|
||||
"packages/extension-subscript": {
|
||||
"name": "@tiptap/extension-subscript",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20715,10 +20715,10 @@
|
||||
},
|
||||
"packages/extension-superscript": {
|
||||
"name": "@tiptap/extension-superscript",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20730,11 +20730,11 @@
|
||||
},
|
||||
"packages/extension-table": {
|
||||
"name": "@tiptap/extension-table",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20747,10 +20747,10 @@
|
||||
},
|
||||
"packages/extension-table-cell": {
|
||||
"name": "@tiptap/extension-table-cell",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20762,10 +20762,10 @@
|
||||
},
|
||||
"packages/extension-table-header": {
|
||||
"name": "@tiptap/extension-table-header",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20777,10 +20777,10 @@
|
||||
},
|
||||
"packages/extension-table-row": {
|
||||
"name": "@tiptap/extension-table-row",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20792,11 +20792,11 @@
|
||||
},
|
||||
"packages/extension-task-item": {
|
||||
"name": "@tiptap/extension-task-item",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20809,10 +20809,10 @@
|
||||
},
|
||||
"packages/extension-task-list": {
|
||||
"name": "@tiptap/extension-task-list",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20824,10 +20824,10 @@
|
||||
},
|
||||
"packages/extension-text": {
|
||||
"name": "@tiptap/extension-text",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20839,10 +20839,10 @@
|
||||
},
|
||||
"packages/extension-text-align": {
|
||||
"name": "@tiptap/extension-text-align",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20854,10 +20854,10 @@
|
||||
},
|
||||
"packages/extension-text-style": {
|
||||
"name": "@tiptap/extension-text-style",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20869,10 +20869,10 @@
|
||||
},
|
||||
"packages/extension-typography": {
|
||||
"name": "@tiptap/extension-typography",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20884,10 +20884,10 @@
|
||||
},
|
||||
"packages/extension-underline": {
|
||||
"name": "@tiptap/extension-underline",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20899,10 +20899,10 @@
|
||||
},
|
||||
"packages/extension-youtube": {
|
||||
"name": "@tiptap/extension-youtube",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20914,14 +20914,14 @@
|
||||
},
|
||||
"packages/html": {
|
||||
"name": "@tiptap/html",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"zeed-dom": "^0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20963,7 +20963,7 @@
|
||||
},
|
||||
"packages/pm": {
|
||||
"name": "@tiptap/pm",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"prosemirror-changeset": "^2.2.1",
|
||||
@ -21016,18 +21016,18 @@
|
||||
},
|
||||
"packages/react": {
|
||||
"name": "@tiptap/react",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^2.11.5",
|
||||
"@tiptap/extension-floating-menu": "^2.11.5",
|
||||
"@tiptap/extension-bubble-menu": "^2.11.6",
|
||||
"@tiptap/extension-floating-menu": "^2.11.6",
|
||||
"@types/use-sync-external-store": "^0.0.6",
|
||||
"fast-deep-equal": "^3",
|
||||
"use-sync-external-store": "^1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5",
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6",
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"react": "^18.0.0",
|
||||
@ -21046,30 +21046,30 @@
|
||||
},
|
||||
"packages/starter-kit": {
|
||||
"name": "@tiptap/starter-kit",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/extension-blockquote": "^2.11.5",
|
||||
"@tiptap/extension-bold": "^2.11.5",
|
||||
"@tiptap/extension-bullet-list": "^2.11.5",
|
||||
"@tiptap/extension-code": "^2.11.5",
|
||||
"@tiptap/extension-code-block": "^2.11.5",
|
||||
"@tiptap/extension-document": "^2.11.5",
|
||||
"@tiptap/extension-dropcursor": "^2.11.5",
|
||||
"@tiptap/extension-gapcursor": "^2.11.5",
|
||||
"@tiptap/extension-hard-break": "^2.11.5",
|
||||
"@tiptap/extension-heading": "^2.11.5",
|
||||
"@tiptap/extension-history": "^2.11.5",
|
||||
"@tiptap/extension-horizontal-rule": "^2.11.5",
|
||||
"@tiptap/extension-italic": "^2.11.5",
|
||||
"@tiptap/extension-list-item": "^2.11.5",
|
||||
"@tiptap/extension-ordered-list": "^2.11.5",
|
||||
"@tiptap/extension-paragraph": "^2.11.5",
|
||||
"@tiptap/extension-strike": "^2.11.5",
|
||||
"@tiptap/extension-text": "^2.11.5",
|
||||
"@tiptap/extension-text-style": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/extension-blockquote": "^2.11.6",
|
||||
"@tiptap/extension-bold": "^2.11.6",
|
||||
"@tiptap/extension-bullet-list": "^2.11.6",
|
||||
"@tiptap/extension-code": "^2.11.6",
|
||||
"@tiptap/extension-code-block": "^2.11.6",
|
||||
"@tiptap/extension-document": "^2.11.6",
|
||||
"@tiptap/extension-dropcursor": "^2.11.6",
|
||||
"@tiptap/extension-gapcursor": "^2.11.6",
|
||||
"@tiptap/extension-hard-break": "^2.11.6",
|
||||
"@tiptap/extension-heading": "^2.11.6",
|
||||
"@tiptap/extension-history": "^2.11.6",
|
||||
"@tiptap/extension-horizontal-rule": "^2.11.6",
|
||||
"@tiptap/extension-italic": "^2.11.6",
|
||||
"@tiptap/extension-list-item": "^2.11.6",
|
||||
"@tiptap/extension-ordered-list": "^2.11.6",
|
||||
"@tiptap/extension-paragraph": "^2.11.6",
|
||||
"@tiptap/extension-strike": "^2.11.6",
|
||||
"@tiptap/extension-text": "^2.11.6",
|
||||
"@tiptap/extension-text-style": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -21078,11 +21078,11 @@
|
||||
},
|
||||
"packages/suggestion": {
|
||||
"name": "@tiptap/suggestion",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -21095,16 +21095,16 @@
|
||||
},
|
||||
"packages/vue-2": {
|
||||
"name": "@tiptap/vue-2",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^2.11.5",
|
||||
"@tiptap/extension-floating-menu": "^2.11.5",
|
||||
"@tiptap/extension-bubble-menu": "^2.11.6",
|
||||
"@tiptap/extension-floating-menu": "^2.11.6",
|
||||
"vue-ts-types": "1.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5",
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6",
|
||||
"vue": "^2.6.0"
|
||||
},
|
||||
"funding": {
|
||||
@ -21155,15 +21155,15 @@
|
||||
},
|
||||
"packages/vue-3": {
|
||||
"name": "@tiptap/vue-3",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^2.11.5",
|
||||
"@tiptap/extension-floating-menu": "^2.11.5"
|
||||
"@tiptap/extension-bubble-menu": "^2.11.6",
|
||||
"@tiptap/extension-floating-menu": "^2.11.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5",
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6",
|
||||
"vue": "^3.0.0"
|
||||
},
|
||||
"funding": {
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 826cfe7: Export focusEvents plugin key
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/core",
|
||||
"description": "headless rich text editor",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -32,7 +32,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/pm": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-blockquote",
|
||||
"description": "blockquote extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bold",
|
||||
"description": "bold extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bubble-menu",
|
||||
"description": "bubble-menu extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -38,8 +38,8 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bullet-list",
|
||||
"description": "bullet list extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-character-count",
|
||||
"description": "font family extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code-block-lowlight",
|
||||
"description": "code block extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,9 +29,9 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/extension-code-block": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5",
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/extension-code-block": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6",
|
||||
"lowlight": "^2 || ^3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code-block",
|
||||
"description": "code block extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code",
|
||||
"description": "code extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-collaboration-cursor",
|
||||
"description": "collaboration cursor extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-collaboration",
|
||||
"description": "collaboration extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5",
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-color",
|
||||
"description": "text color extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/extension-text-style": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/extension-text-style": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-document",
|
||||
"description": "document extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-dropcursor",
|
||||
"description": "dropcursor extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-floating-menu",
|
||||
"description": "floating-menu extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-focus",
|
||||
"description": "focus extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-font-family",
|
||||
"description": "font family extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/extension-text-style": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/extension-text-style": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-gapcursor",
|
||||
"description": "gapcursor extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-hard-break",
|
||||
"description": "hard break extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-heading",
|
||||
"description": "heading extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-highlight",
|
||||
"description": "highlight extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-history",
|
||||
"description": "history extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-horizontal-rule",
|
||||
"description": "horizontal rule extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-image",
|
||||
"description": "image extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-italic",
|
||||
"description": "italic extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-link",
|
||||
"description": "link extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -32,8 +32,8 @@
|
||||
"linkifyjs": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-list-item",
|
||||
"description": "list item extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-list-keymap",
|
||||
"description": "list keymap extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-mention",
|
||||
"description": "mention extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,9 +29,9 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5",
|
||||
"@tiptap/suggestion": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6",
|
||||
"@tiptap/suggestion": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9abb019: Use null in ordered list's default type value for better schema extension support
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-ordered-list",
|
||||
"description": "ordered list extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-paragraph",
|
||||
"description": "paragraph extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-placeholder",
|
||||
"description": "placeholder extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-strike",
|
||||
"description": "strike extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-subscript",
|
||||
"description": "subscript extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-superscript",
|
||||
"description": "superscript extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-cell",
|
||||
"description": "table cell extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-header",
|
||||
"description": "table cell extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-row",
|
||||
"description": "table row extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table",
|
||||
"description": "table extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-task-item",
|
||||
"description": "task item extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5",
|
||||
"@tiptap/pm": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6",
|
||||
"@tiptap/pm": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-task-list",
|
||||
"description": "task list extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text-align",
|
||||
"description": "text align extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text-style",
|
||||
"description": "text style extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text",
|
||||
"description": "text extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-typography",
|
||||
"description": "typography extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.6
|
||||
|
||||
## 2.11.5
|
||||
|
||||
## 2.11.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-underline",
|
||||
"description": "underline extension for tiptap",
|
||||
"version": "2.11.5",
|
||||
"version": "2.11.6",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.5"
|
||||
"@tiptap/core": "^2.11.6"
|
||||
},
|
||||
"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