mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 17:43:49 +08:00
chore(release): publish a new release version (#6395)
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] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
e3c5c7cf6f
commit
fb7662cce8
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/extension-youtube": minor
|
||||
---
|
||||
|
||||
Improve YouTube embed URL creation, support start timestamps, fix Shorts & Live embeds
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
'@tiptap/react': minor
|
||||
---
|
||||
|
||||
Added support for React 19 ref in props
|
316
package-lock.json
generated
316
package-lock.json
generated
@ -20132,10 +20132,10 @@
|
||||
},
|
||||
"packages/core": {
|
||||
"name": "@tiptap/core",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20147,10 +20147,10 @@
|
||||
},
|
||||
"packages/extension-blockquote": {
|
||||
"name": "@tiptap/extension-blockquote",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20162,10 +20162,10 @@
|
||||
},
|
||||
"packages/extension-bold": {
|
||||
"name": "@tiptap/extension-bold",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20177,14 +20177,14 @@
|
||||
},
|
||||
"packages/extension-bubble-menu": {
|
||||
"name": "@tiptap/extension-bubble-menu",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"tippy.js": "^6.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20197,10 +20197,10 @@
|
||||
},
|
||||
"packages/extension-bullet-list": {
|
||||
"name": "@tiptap/extension-bullet-list",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20212,11 +20212,11 @@
|
||||
},
|
||||
"packages/extension-character-count": {
|
||||
"name": "@tiptap/extension-character-count",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20229,10 +20229,10 @@
|
||||
},
|
||||
"packages/extension-code": {
|
||||
"name": "@tiptap/extension-code",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20244,11 +20244,11 @@
|
||||
},
|
||||
"packages/extension-code-block": {
|
||||
"name": "@tiptap/extension-code-block",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20261,12 +20261,12 @@
|
||||
},
|
||||
"packages/extension-code-block-lowlight": {
|
||||
"name": "@tiptap/extension-code-block-lowlight",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/extension-code-block": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0",
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/extension-code-block": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0",
|
||||
"lowlight": "^2 || ^3"
|
||||
},
|
||||
"funding": {
|
||||
@ -20283,11 +20283,11 @@
|
||||
},
|
||||
"packages/extension-collaboration": {
|
||||
"name": "@tiptap/extension-collaboration",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0",
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"funding": {
|
||||
@ -20302,10 +20302,10 @@
|
||||
},
|
||||
"packages/extension-collaboration-cursor": {
|
||||
"name": "@tiptap/extension-collaboration-cursor",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"funding": {
|
||||
@ -20369,11 +20369,11 @@
|
||||
},
|
||||
"packages/extension-color": {
|
||||
"name": "@tiptap/extension-color",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/extension-text-style": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/extension-text-style": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20386,10 +20386,10 @@
|
||||
},
|
||||
"packages/extension-document": {
|
||||
"name": "@tiptap/extension-document",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20401,11 +20401,11 @@
|
||||
},
|
||||
"packages/extension-dropcursor": {
|
||||
"name": "@tiptap/extension-dropcursor",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20418,14 +20418,14 @@
|
||||
},
|
||||
"packages/extension-floating-menu": {
|
||||
"name": "@tiptap/extension-floating-menu",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"tippy.js": "^6.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20438,11 +20438,11 @@
|
||||
},
|
||||
"packages/extension-focus": {
|
||||
"name": "@tiptap/extension-focus",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20455,11 +20455,11 @@
|
||||
},
|
||||
"packages/extension-font-family": {
|
||||
"name": "@tiptap/extension-font-family",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/extension-text-style": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/extension-text-style": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20472,11 +20472,11 @@
|
||||
},
|
||||
"packages/extension-gapcursor": {
|
||||
"name": "@tiptap/extension-gapcursor",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20489,10 +20489,10 @@
|
||||
},
|
||||
"packages/extension-hard-break": {
|
||||
"name": "@tiptap/extension-hard-break",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20504,10 +20504,10 @@
|
||||
},
|
||||
"packages/extension-heading": {
|
||||
"name": "@tiptap/extension-heading",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20519,10 +20519,10 @@
|
||||
},
|
||||
"packages/extension-highlight": {
|
||||
"name": "@tiptap/extension-highlight",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20534,11 +20534,11 @@
|
||||
},
|
||||
"packages/extension-history": {
|
||||
"name": "@tiptap/extension-history",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20551,11 +20551,11 @@
|
||||
},
|
||||
"packages/extension-horizontal-rule": {
|
||||
"name": "@tiptap/extension-horizontal-rule",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20568,10 +20568,10 @@
|
||||
},
|
||||
"packages/extension-image": {
|
||||
"name": "@tiptap/extension-image",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20583,10 +20583,10 @@
|
||||
},
|
||||
"packages/extension-italic": {
|
||||
"name": "@tiptap/extension-italic",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20598,14 +20598,14 @@
|
||||
},
|
||||
"packages/extension-link": {
|
||||
"name": "@tiptap/extension-link",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"linkifyjs": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20624,10 +20624,10 @@
|
||||
},
|
||||
"packages/extension-list-item": {
|
||||
"name": "@tiptap/extension-list-item",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20639,10 +20639,10 @@
|
||||
},
|
||||
"packages/extension-list-keymap": {
|
||||
"name": "@tiptap/extension-list-keymap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20654,12 +20654,12 @@
|
||||
},
|
||||
"packages/extension-mention": {
|
||||
"name": "@tiptap/extension-mention",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0",
|
||||
"@tiptap/suggestion": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0",
|
||||
"@tiptap/suggestion": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20673,10 +20673,10 @@
|
||||
},
|
||||
"packages/extension-ordered-list": {
|
||||
"name": "@tiptap/extension-ordered-list",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20688,10 +20688,10 @@
|
||||
},
|
||||
"packages/extension-paragraph": {
|
||||
"name": "@tiptap/extension-paragraph",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20703,11 +20703,11 @@
|
||||
},
|
||||
"packages/extension-placeholder": {
|
||||
"name": "@tiptap/extension-placeholder",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20720,10 +20720,10 @@
|
||||
},
|
||||
"packages/extension-strike": {
|
||||
"name": "@tiptap/extension-strike",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20735,10 +20735,10 @@
|
||||
},
|
||||
"packages/extension-subscript": {
|
||||
"name": "@tiptap/extension-subscript",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20750,10 +20750,10 @@
|
||||
},
|
||||
"packages/extension-superscript": {
|
||||
"name": "@tiptap/extension-superscript",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20765,11 +20765,11 @@
|
||||
},
|
||||
"packages/extension-table": {
|
||||
"name": "@tiptap/extension-table",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20782,10 +20782,10 @@
|
||||
},
|
||||
"packages/extension-table-cell": {
|
||||
"name": "@tiptap/extension-table-cell",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20797,10 +20797,10 @@
|
||||
},
|
||||
"packages/extension-table-header": {
|
||||
"name": "@tiptap/extension-table-header",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20812,10 +20812,10 @@
|
||||
},
|
||||
"packages/extension-table-row": {
|
||||
"name": "@tiptap/extension-table-row",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20827,11 +20827,11 @@
|
||||
},
|
||||
"packages/extension-task-item": {
|
||||
"name": "@tiptap/extension-task-item",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20844,10 +20844,10 @@
|
||||
},
|
||||
"packages/extension-task-list": {
|
||||
"name": "@tiptap/extension-task-list",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20859,10 +20859,10 @@
|
||||
},
|
||||
"packages/extension-text": {
|
||||
"name": "@tiptap/extension-text",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20874,10 +20874,10 @@
|
||||
},
|
||||
"packages/extension-text-align": {
|
||||
"name": "@tiptap/extension-text-align",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20889,10 +20889,10 @@
|
||||
},
|
||||
"packages/extension-text-style": {
|
||||
"name": "@tiptap/extension-text-style",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20904,10 +20904,10 @@
|
||||
},
|
||||
"packages/extension-typography": {
|
||||
"name": "@tiptap/extension-typography",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20919,10 +20919,10 @@
|
||||
},
|
||||
"packages/extension-underline": {
|
||||
"name": "@tiptap/extension-underline",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20934,10 +20934,10 @@
|
||||
},
|
||||
"packages/extension-youtube": {
|
||||
"name": "@tiptap/extension-youtube",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20949,14 +20949,14 @@
|
||||
},
|
||||
"packages/html": {
|
||||
"name": "@tiptap/html",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"zeed-dom": "^0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20998,7 +20998,7 @@
|
||||
},
|
||||
"packages/pm": {
|
||||
"name": "@tiptap/pm",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"prosemirror-changeset": "^2.3.0",
|
||||
@ -21060,18 +21060,18 @@
|
||||
},
|
||||
"packages/react": {
|
||||
"name": "@tiptap/react",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^2.12.0",
|
||||
"@tiptap/extension-floating-menu": "^2.12.0",
|
||||
"@tiptap/extension-bubble-menu": "^2.13.0",
|
||||
"@tiptap/extension-floating-menu": "^2.13.0",
|
||||
"@types/use-sync-external-store": "^0.0.6",
|
||||
"fast-deep-equal": "^3",
|
||||
"use-sync-external-store": "^1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0",
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0",
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0",
|
||||
"react": "^19.0.0",
|
||||
@ -21120,30 +21120,30 @@
|
||||
},
|
||||
"packages/starter-kit": {
|
||||
"name": "@tiptap/starter-kit",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/extension-blockquote": "^2.12.0",
|
||||
"@tiptap/extension-bold": "^2.12.0",
|
||||
"@tiptap/extension-bullet-list": "^2.12.0",
|
||||
"@tiptap/extension-code": "^2.12.0",
|
||||
"@tiptap/extension-code-block": "^2.12.0",
|
||||
"@tiptap/extension-document": "^2.12.0",
|
||||
"@tiptap/extension-dropcursor": "^2.12.0",
|
||||
"@tiptap/extension-gapcursor": "^2.12.0",
|
||||
"@tiptap/extension-hard-break": "^2.12.0",
|
||||
"@tiptap/extension-heading": "^2.12.0",
|
||||
"@tiptap/extension-history": "^2.12.0",
|
||||
"@tiptap/extension-horizontal-rule": "^2.12.0",
|
||||
"@tiptap/extension-italic": "^2.12.0",
|
||||
"@tiptap/extension-list-item": "^2.12.0",
|
||||
"@tiptap/extension-ordered-list": "^2.12.0",
|
||||
"@tiptap/extension-paragraph": "^2.12.0",
|
||||
"@tiptap/extension-strike": "^2.12.0",
|
||||
"@tiptap/extension-text": "^2.12.0",
|
||||
"@tiptap/extension-text-style": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/extension-blockquote": "^2.13.0",
|
||||
"@tiptap/extension-bold": "^2.13.0",
|
||||
"@tiptap/extension-bullet-list": "^2.13.0",
|
||||
"@tiptap/extension-code": "^2.13.0",
|
||||
"@tiptap/extension-code-block": "^2.13.0",
|
||||
"@tiptap/extension-document": "^2.13.0",
|
||||
"@tiptap/extension-dropcursor": "^2.13.0",
|
||||
"@tiptap/extension-gapcursor": "^2.13.0",
|
||||
"@tiptap/extension-hard-break": "^2.13.0",
|
||||
"@tiptap/extension-heading": "^2.13.0",
|
||||
"@tiptap/extension-history": "^2.13.0",
|
||||
"@tiptap/extension-horizontal-rule": "^2.13.0",
|
||||
"@tiptap/extension-italic": "^2.13.0",
|
||||
"@tiptap/extension-list-item": "^2.13.0",
|
||||
"@tiptap/extension-ordered-list": "^2.13.0",
|
||||
"@tiptap/extension-paragraph": "^2.13.0",
|
||||
"@tiptap/extension-strike": "^2.13.0",
|
||||
"@tiptap/extension-text": "^2.13.0",
|
||||
"@tiptap/extension-text-style": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -21152,11 +21152,11 @@
|
||||
},
|
||||
"packages/suggestion": {
|
||||
"name": "@tiptap/suggestion",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -21169,16 +21169,16 @@
|
||||
},
|
||||
"packages/vue-2": {
|
||||
"name": "@tiptap/vue-2",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^2.12.0",
|
||||
"@tiptap/extension-floating-menu": "^2.12.0",
|
||||
"@tiptap/extension-bubble-menu": "^2.13.0",
|
||||
"@tiptap/extension-floating-menu": "^2.13.0",
|
||||
"vue-ts-types": "1.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0",
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0",
|
||||
"vue": "^2.6.0"
|
||||
},
|
||||
"funding": {
|
||||
@ -21229,15 +21229,15 @@
|
||||
},
|
||||
"packages/vue-3": {
|
||||
"name": "@tiptap/vue-3",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^2.12.0",
|
||||
"@tiptap/extension-floating-menu": "^2.12.0"
|
||||
"@tiptap/extension-bubble-menu": "^2.13.0",
|
||||
"@tiptap/extension-floating-menu": "^2.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0",
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0",
|
||||
"vue": "^3.0.0"
|
||||
},
|
||||
"funding": {
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/core",
|
||||
"description": "headless rich text editor",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -32,7 +32,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/pm": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-blockquote",
|
||||
"description": "blockquote extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bold",
|
||||
"description": "bold extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bubble-menu",
|
||||
"description": "bubble-menu extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -38,8 +38,8 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bullet-list",
|
||||
"description": "bullet list extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-character-count",
|
||||
"description": "font family extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code-block-lowlight",
|
||||
"description": "code block extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,9 +29,9 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/extension-code-block": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0",
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/extension-code-block": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0",
|
||||
"lowlight": "^2 || ^3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code-block",
|
||||
"description": "code block extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code",
|
||||
"description": "code extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-collaboration-cursor",
|
||||
"description": "collaboration cursor extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-collaboration",
|
||||
"description": "collaboration extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0",
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-color",
|
||||
"description": "text color extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/extension-text-style": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/extension-text-style": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-document",
|
||||
"description": "document extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-dropcursor",
|
||||
"description": "dropcursor extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-floating-menu",
|
||||
"description": "floating-menu extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-focus",
|
||||
"description": "focus extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-font-family",
|
||||
"description": "font family extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/extension-text-style": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/extension-text-style": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-gapcursor",
|
||||
"description": "gapcursor extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-hard-break",
|
||||
"description": "hard break extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-heading",
|
||||
"description": "heading extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-highlight",
|
||||
"description": "highlight extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-history",
|
||||
"description": "history extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-horizontal-rule",
|
||||
"description": "horizontal rule extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-image",
|
||||
"description": "image extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-italic",
|
||||
"description": "italic extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-link",
|
||||
"description": "link extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -32,8 +32,8 @@
|
||||
"linkifyjs": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-list-item",
|
||||
"description": "list item extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-list-keymap",
|
||||
"description": "list keymap extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-mention",
|
||||
"description": "mention extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,9 +29,9 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0",
|
||||
"@tiptap/suggestion": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0",
|
||||
"@tiptap/suggestion": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-ordered-list",
|
||||
"description": "ordered list extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-paragraph",
|
||||
"description": "paragraph extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-placeholder",
|
||||
"description": "placeholder extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-strike",
|
||||
"description": "strike extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-subscript",
|
||||
"description": "subscript extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-superscript",
|
||||
"description": "superscript extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-cell",
|
||||
"description": "table cell extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-header",
|
||||
"description": "table cell extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-row",
|
||||
"description": "table row extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table",
|
||||
"description": "table extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-task-item",
|
||||
"description": "task item extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-task-list",
|
||||
"description": "task list extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text-align",
|
||||
"description": "text align extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text-style",
|
||||
"description": "text style extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text",
|
||||
"description": "text extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-typography",
|
||||
"description": "typography extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-underline",
|
||||
"description": "underline extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 8e99fd2: Improve YouTube embed URL creation, support start timestamps, fix Shorts & Live embeds
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-youtube",
|
||||
"description": "a youtube embed extension for tiptap",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
## 2.11.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/html",
|
||||
"description": "utility package to render tiptap JSON as HTML",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.12.0",
|
||||
"@tiptap/pm": "^2.12.0"
|
||||
"@tiptap/core": "^2.13.0",
|
||||
"@tiptap/pm": "^2.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.13.0
|
||||
|
||||
## 2.12.0
|
||||
|
||||
### Minor Changes
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user