mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
chore(release): publish a new pre-release version (next)
This commit is contained in:
parent
a018b63593
commit
8570e1226e
@ -60,10 +60,26 @@
|
||||
},
|
||||
"changesets": [
|
||||
"big-wolves-design",
|
||||
"chatty-monkeys-hear",
|
||||
"chatty-pianos-learn",
|
||||
"chilled-trees-agree",
|
||||
"dirty-bats-look",
|
||||
"five-flowers-eat",
|
||||
"five-mice-turn",
|
||||
"fresh-coats-relate",
|
||||
"funny-otters-protect",
|
||||
"green-wolves-arrive",
|
||||
"happy-vans-smash",
|
||||
"lazy-needles-train",
|
||||
"lemon-berries-change",
|
||||
"mean-moose-bow",
|
||||
"perfect-rice-vanish",
|
||||
"pink-bobcats-grin",
|
||||
"weak-books-eat"
|
||||
"polite-buttons-wash",
|
||||
"serious-coins-fail",
|
||||
"shy-pigs-exercise",
|
||||
"swift-keys-collect",
|
||||
"two-rats-watch",
|
||||
"weak-books-eat",
|
||||
"witty-olives-protect"
|
||||
]
|
||||
}
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 444e6e5: The link extension's `validate` option now applies to both auto-linking and XSS mitigation. While, the new `shouldAutoLink` option is used to disable auto linking on an otherwise valid url.
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-demos",
|
||||
"version": "3.0.0-next.0",
|
||||
"version": "3.0.0-next.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
322
package-lock.json
generated
322
package-lock.json
generated
@ -47,7 +47,7 @@
|
||||
},
|
||||
"demos": {
|
||||
"name": "tiptap-demos",
|
||||
"version": "3.0.0-next.0",
|
||||
"version": "3.0.0-next.1",
|
||||
"dependencies": {
|
||||
"@hocuspocus/provider": "2.13.5",
|
||||
"@lexical/react": "^0.11.1",
|
||||
@ -18239,10 +18239,10 @@
|
||||
},
|
||||
"packages/core": {
|
||||
"name": "@tiptap/core",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18254,10 +18254,10 @@
|
||||
},
|
||||
"packages/extension-blockquote": {
|
||||
"name": "@tiptap/extension-blockquote",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18269,10 +18269,10 @@
|
||||
},
|
||||
"packages/extension-bold": {
|
||||
"name": "@tiptap/extension-bold",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18284,12 +18284,12 @@
|
||||
},
|
||||
"packages/extension-bubble-menu": {
|
||||
"name": "@tiptap/extension-bubble-menu",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@floating-ui/dom": "^1.0.0",
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18303,10 +18303,10 @@
|
||||
},
|
||||
"packages/extension-bullet-list": {
|
||||
"name": "@tiptap/extension-bullet-list",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18318,11 +18318,11 @@
|
||||
},
|
||||
"packages/extension-character-count": {
|
||||
"name": "@tiptap/extension-character-count",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18335,10 +18335,10 @@
|
||||
},
|
||||
"packages/extension-code": {
|
||||
"name": "@tiptap/extension-code",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18350,11 +18350,11 @@
|
||||
},
|
||||
"packages/extension-code-block": {
|
||||
"name": "@tiptap/extension-code-block",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18367,12 +18367,12 @@
|
||||
},
|
||||
"packages/extension-code-block-lowlight": {
|
||||
"name": "@tiptap/extension-code-block-lowlight",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/extension-code-block": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1",
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/extension-code-block": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2",
|
||||
"lowlight": "^2 || ^3"
|
||||
},
|
||||
"funding": {
|
||||
@ -18389,11 +18389,11 @@
|
||||
},
|
||||
"packages/extension-collaboration": {
|
||||
"name": "@tiptap/extension-collaboration",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1",
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"funding": {
|
||||
@ -18408,10 +18408,10 @@
|
||||
},
|
||||
"packages/extension-collaboration-cursor": {
|
||||
"name": "@tiptap/extension-collaboration-cursor",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"funding": {
|
||||
@ -18475,11 +18475,11 @@
|
||||
},
|
||||
"packages/extension-color": {
|
||||
"name": "@tiptap/extension-color",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/extension-text-style": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/extension-text-style": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18492,10 +18492,10 @@
|
||||
},
|
||||
"packages/extension-document": {
|
||||
"name": "@tiptap/extension-document",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18507,11 +18507,11 @@
|
||||
},
|
||||
"packages/extension-dropcursor": {
|
||||
"name": "@tiptap/extension-dropcursor",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18524,12 +18524,12 @@
|
||||
},
|
||||
"packages/extension-floating-menu": {
|
||||
"name": "@tiptap/extension-floating-menu",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@floating-ui/dom": "^1.0.0",
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18543,11 +18543,11 @@
|
||||
},
|
||||
"packages/extension-focus": {
|
||||
"name": "@tiptap/extension-focus",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18560,11 +18560,11 @@
|
||||
},
|
||||
"packages/extension-font-family": {
|
||||
"name": "@tiptap/extension-font-family",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/extension-text-style": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/extension-text-style": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18577,11 +18577,11 @@
|
||||
},
|
||||
"packages/extension-gapcursor": {
|
||||
"name": "@tiptap/extension-gapcursor",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18594,10 +18594,10 @@
|
||||
},
|
||||
"packages/extension-hard-break": {
|
||||
"name": "@tiptap/extension-hard-break",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18609,10 +18609,10 @@
|
||||
},
|
||||
"packages/extension-heading": {
|
||||
"name": "@tiptap/extension-heading",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18624,10 +18624,10 @@
|
||||
},
|
||||
"packages/extension-highlight": {
|
||||
"name": "@tiptap/extension-highlight",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18639,11 +18639,11 @@
|
||||
},
|
||||
"packages/extension-history": {
|
||||
"name": "@tiptap/extension-history",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18656,11 +18656,11 @@
|
||||
},
|
||||
"packages/extension-horizontal-rule": {
|
||||
"name": "@tiptap/extension-horizontal-rule",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18673,10 +18673,10 @@
|
||||
},
|
||||
"packages/extension-image": {
|
||||
"name": "@tiptap/extension-image",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18688,10 +18688,10 @@
|
||||
},
|
||||
"packages/extension-italic": {
|
||||
"name": "@tiptap/extension-italic",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18703,14 +18703,14 @@
|
||||
},
|
||||
"packages/extension-link": {
|
||||
"name": "@tiptap/extension-link",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"linkifyjs": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18723,10 +18723,10 @@
|
||||
},
|
||||
"packages/extension-list-item": {
|
||||
"name": "@tiptap/extension-list-item",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18738,10 +18738,10 @@
|
||||
},
|
||||
"packages/extension-list-keymap": {
|
||||
"name": "@tiptap/extension-list-keymap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18753,12 +18753,12 @@
|
||||
},
|
||||
"packages/extension-mention": {
|
||||
"name": "@tiptap/extension-mention",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1",
|
||||
"@tiptap/suggestion": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2",
|
||||
"@tiptap/suggestion": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18772,10 +18772,10 @@
|
||||
},
|
||||
"packages/extension-ordered-list": {
|
||||
"name": "@tiptap/extension-ordered-list",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18787,10 +18787,10 @@
|
||||
},
|
||||
"packages/extension-paragraph": {
|
||||
"name": "@tiptap/extension-paragraph",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18802,11 +18802,11 @@
|
||||
},
|
||||
"packages/extension-placeholder": {
|
||||
"name": "@tiptap/extension-placeholder",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18819,10 +18819,10 @@
|
||||
},
|
||||
"packages/extension-strike": {
|
||||
"name": "@tiptap/extension-strike",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18834,10 +18834,10 @@
|
||||
},
|
||||
"packages/extension-subscript": {
|
||||
"name": "@tiptap/extension-subscript",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18849,10 +18849,10 @@
|
||||
},
|
||||
"packages/extension-superscript": {
|
||||
"name": "@tiptap/extension-superscript",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18864,11 +18864,11 @@
|
||||
},
|
||||
"packages/extension-table": {
|
||||
"name": "@tiptap/extension-table",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18881,10 +18881,10 @@
|
||||
},
|
||||
"packages/extension-table-cell": {
|
||||
"name": "@tiptap/extension-table-cell",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18896,10 +18896,10 @@
|
||||
},
|
||||
"packages/extension-table-header": {
|
||||
"name": "@tiptap/extension-table-header",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18911,10 +18911,10 @@
|
||||
},
|
||||
"packages/extension-table-row": {
|
||||
"name": "@tiptap/extension-table-row",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18926,11 +18926,11 @@
|
||||
},
|
||||
"packages/extension-task-item": {
|
||||
"name": "@tiptap/extension-task-item",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18943,10 +18943,10 @@
|
||||
},
|
||||
"packages/extension-task-list": {
|
||||
"name": "@tiptap/extension-task-list",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18958,10 +18958,10 @@
|
||||
},
|
||||
"packages/extension-text": {
|
||||
"name": "@tiptap/extension-text",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18973,10 +18973,10 @@
|
||||
},
|
||||
"packages/extension-text-align": {
|
||||
"name": "@tiptap/extension-text-align",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -18988,10 +18988,10 @@
|
||||
},
|
||||
"packages/extension-text-style": {
|
||||
"name": "@tiptap/extension-text-style",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19003,10 +19003,10 @@
|
||||
},
|
||||
"packages/extension-typography": {
|
||||
"name": "@tiptap/extension-typography",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19018,10 +19018,10 @@
|
||||
},
|
||||
"packages/extension-underline": {
|
||||
"name": "@tiptap/extension-underline",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19033,10 +19033,10 @@
|
||||
},
|
||||
"packages/extension-youtube": {
|
||||
"name": "@tiptap/extension-youtube",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19048,14 +19048,14 @@
|
||||
},
|
||||
"packages/html": {
|
||||
"name": "@tiptap/html",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"zeed-dom": "^0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19068,7 +19068,7 @@
|
||||
},
|
||||
"packages/pm": {
|
||||
"name": "@tiptap/pm",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"prosemirror-changeset": "^2.2.1",
|
||||
@ -19097,18 +19097,18 @@
|
||||
},
|
||||
"packages/react": {
|
||||
"name": "@tiptap/react",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^3.0.0-next.1",
|
||||
"@tiptap/extension-floating-menu": "^3.0.0-next.1",
|
||||
"@tiptap/extension-bubble-menu": "^3.0.0-next.2",
|
||||
"@tiptap/extension-floating-menu": "^3.0.0-next.2",
|
||||
"@types/use-sync-external-store": "^0.0.6",
|
||||
"fast-deep-equal": "^3",
|
||||
"use-sync-external-store": "^1.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1",
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2",
|
||||
"@types/react": "^18.2.14",
|
||||
"@types/react-dom": "^18.2.6",
|
||||
"react": "^18.0.0",
|
||||
@ -19127,32 +19127,32 @@
|
||||
},
|
||||
"packages/starter-kit": {
|
||||
"name": "@tiptap/starter-kit",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/extension-blockquote": "^3.0.0-next.1",
|
||||
"@tiptap/extension-bold": "^3.0.0-next.1",
|
||||
"@tiptap/extension-bullet-list": "^3.0.0-next.1",
|
||||
"@tiptap/extension-code": "^3.0.0-next.1",
|
||||
"@tiptap/extension-code-block": "^3.0.0-next.1",
|
||||
"@tiptap/extension-document": "^3.0.0-next.1",
|
||||
"@tiptap/extension-dropcursor": "^3.0.0-next.1",
|
||||
"@tiptap/extension-gapcursor": "^3.0.0-next.1",
|
||||
"@tiptap/extension-hard-break": "^3.0.0-next.1",
|
||||
"@tiptap/extension-heading": "^3.0.0-next.1",
|
||||
"@tiptap/extension-history": "^3.0.0-next.1",
|
||||
"@tiptap/extension-horizontal-rule": "^3.0.0-next.1",
|
||||
"@tiptap/extension-italic": "^3.0.0-next.1",
|
||||
"@tiptap/extension-link": "^3.0.0-next.1",
|
||||
"@tiptap/extension-list-item": "^3.0.0-next.1",
|
||||
"@tiptap/extension-list-keymap": "^3.0.0-next.1",
|
||||
"@tiptap/extension-ordered-list": "^3.0.0-next.1",
|
||||
"@tiptap/extension-paragraph": "^3.0.0-next.1",
|
||||
"@tiptap/extension-strike": "^3.0.0-next.1",
|
||||
"@tiptap/extension-text": "^3.0.0-next.1",
|
||||
"@tiptap/extension-underline": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/extension-blockquote": "^3.0.0-next.2",
|
||||
"@tiptap/extension-bold": "^3.0.0-next.2",
|
||||
"@tiptap/extension-bullet-list": "^3.0.0-next.2",
|
||||
"@tiptap/extension-code": "^3.0.0-next.2",
|
||||
"@tiptap/extension-code-block": "^3.0.0-next.2",
|
||||
"@tiptap/extension-document": "^3.0.0-next.2",
|
||||
"@tiptap/extension-dropcursor": "^3.0.0-next.2",
|
||||
"@tiptap/extension-gapcursor": "^3.0.0-next.2",
|
||||
"@tiptap/extension-hard-break": "^3.0.0-next.2",
|
||||
"@tiptap/extension-heading": "^3.0.0-next.2",
|
||||
"@tiptap/extension-history": "^3.0.0-next.2",
|
||||
"@tiptap/extension-horizontal-rule": "^3.0.0-next.2",
|
||||
"@tiptap/extension-italic": "^3.0.0-next.2",
|
||||
"@tiptap/extension-link": "^3.0.0-next.2",
|
||||
"@tiptap/extension-list-item": "^3.0.0-next.2",
|
||||
"@tiptap/extension-list-keymap": "^3.0.0-next.2",
|
||||
"@tiptap/extension-ordered-list": "^3.0.0-next.2",
|
||||
"@tiptap/extension-paragraph": "^3.0.0-next.2",
|
||||
"@tiptap/extension-strike": "^3.0.0-next.2",
|
||||
"@tiptap/extension-text": "^3.0.0-next.2",
|
||||
"@tiptap/extension-underline": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19161,11 +19161,11 @@
|
||||
},
|
||||
"packages/suggestion": {
|
||||
"name": "@tiptap/suggestion",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -19178,16 +19178,16 @@
|
||||
},
|
||||
"packages/vue-2": {
|
||||
"name": "@tiptap/vue-2",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^3.0.0-next.1",
|
||||
"@tiptap/extension-floating-menu": "^3.0.0-next.1",
|
||||
"@tiptap/extension-bubble-menu": "^3.0.0-next.2",
|
||||
"@tiptap/extension-floating-menu": "^3.0.0-next.2",
|
||||
"vue-ts-types": "1.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1",
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2",
|
||||
"vue": "^2.6.0"
|
||||
},
|
||||
"funding": {
|
||||
@ -19238,15 +19238,15 @@
|
||||
},
|
||||
"packages/vue-3": {
|
||||
"name": "@tiptap/vue-3",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^3.0.0-next.1",
|
||||
"@tiptap/extension-floating-menu": "^3.0.0-next.1"
|
||||
"@tiptap/extension-bubble-menu": "^3.0.0-next.2",
|
||||
"@tiptap/extension-floating-menu": "^3.0.0-next.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1",
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2",
|
||||
"vue": "^3.0.0"
|
||||
},
|
||||
"funding": {
|
||||
|
@ -1,5 +1,30 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 37913d5: Fix `getPos` type in `NodeViewRendererProps` to potentially be `undefined`
|
||||
|
||||
Breaking change: Types may flag uses of getPos where an `undefined` possibility isn't handled.
|
||||
Why this change was made: To ensure the type reflects the real functionality of this function.
|
||||
How to update: Ensure that the return value of `getPos` exists before making use of the value.
|
||||
|
||||
- 12bb31a: `insertContent` and `insertContentAt` commands should not split text nodes like paragraphs into multiple nodes when the inserted content is at the beginning of the text to avoid empty nodes being created
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 893e44e: Previously, only a json representation of the node could be inserted into the editor. This change allows for the insertion of Prosemirror `Node`s and `Fragment`s directly into the editor through the `insertContentAt`, `setContent` and `insertContent` commands.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 48cba54: preserve existing node attributes when running setNode
|
||||
- f323e5b: Addresses a bug with `insertContentAt`'s `simulatedPasteRules` option where it could only accept text and not Prosemirror `Node` and `Content`
|
||||
- d2f366d: Updates the types of `addOptions` and `addStorage` to have the parent be possibly undefined which is the most accurate typing
|
||||
- 53673fb: feat: add `once` to EventEmitters
|
||||
- 2178118: Add Node `linebreakReplacement` support and enable on hard-break nodes
|
||||
- c50eb4b: Improve handling of selections with `updateAttributes`. Should no longer modify parent nodes of the same type.
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/core",
|
||||
"description": "headless rich text editor",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,7 +31,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-blockquote",
|
||||
"description": "blockquote extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bold",
|
||||
"description": "bold extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 830e683: Add `element: HTMLElement` to `shouldShow` options within the BubbleMenu options.
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bubble-menu",
|
||||
"description": "bubble-menu extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -35,8 +35,8 @@
|
||||
"sideEffects": false,
|
||||
"devDependencies": {
|
||||
"@floating-ui/dom": "^1.0.0",
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@floating-ui/dom": "^1.0.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bullet-list",
|
||||
"description": "bullet list extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-character-count",
|
||||
"description": "font family extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,8 +28,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code-block-lowlight",
|
||||
"description": "code block extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,9 +28,9 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/extension-code-block": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1",
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/extension-code-block": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2",
|
||||
"lowlight": "^2 || ^3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code-block",
|
||||
"description": "code block extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,8 +28,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code",
|
||||
"description": "code extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-collaboration-cursor",
|
||||
"description": "collaboration cursor extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-collaboration",
|
||||
"description": "collaboration extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,8 +28,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1",
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-color",
|
||||
"description": "text color extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,8 +28,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/extension-text-style": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/extension-text-style": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-document",
|
||||
"description": "document extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-dropcursor",
|
||||
"description": "dropcursor extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,8 +28,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-floating-menu",
|
||||
"description": "floating-menu extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
],
|
||||
"devDependencies": {
|
||||
"@floating-ui/dom": "^1.0.0",
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@floating-ui/dom": "^1.0.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-focus",
|
||||
"description": "focus extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,8 +28,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-font-family",
|
||||
"description": "font family extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,8 +28,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/extension-text-style": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/extension-text-style": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-gapcursor",
|
||||
"description": "gapcursor extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,8 +28,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2178118: Add Node `linebreakReplacement` support and enable on hard-break nodes
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-hard-break",
|
||||
"description": "hard break extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-heading",
|
||||
"description": "heading extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-highlight",
|
||||
"description": "highlight extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-history",
|
||||
"description": "history extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,8 +28,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-horizontal-rule",
|
||||
"description": "horizontal rule extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,8 +28,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-image",
|
||||
"description": "image extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-italic",
|
||||
"description": "italic extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 444e6e5: The link extension's `validate` option now applies to both auto-linking and XSS mitigation. While, the new `shouldAutoLink` option is used to disable auto linking on an otherwise valid url.
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-link",
|
||||
"description": "link extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,8 +31,8 @@
|
||||
"linkifyjs": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-list-item",
|
||||
"description": "list item extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8837156: Fix backspace behavior when selection is not collapsed
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-list-keymap",
|
||||
"description": "list keymap extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6b2df67: add zero-width space to resolve cursor selection issue
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-mention",
|
||||
"description": "mention extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,9 +28,9 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1",
|
||||
"@tiptap/suggestion": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2",
|
||||
"@tiptap/suggestion": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-ordered-list",
|
||||
"description": "ordered list extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-paragraph",
|
||||
"description": "paragraph extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-placeholder",
|
||||
"description": "placeholder extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,8 +28,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-strike",
|
||||
"description": "strike extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-subscript",
|
||||
"description": "subscript extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-superscript",
|
||||
"description": "superscript extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-cell",
|
||||
"description": "table cell extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-header",
|
||||
"description": "table cell extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-row",
|
||||
"description": "table row extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 1523901: enforce cellMinWidth even on column not resized by the user, fixes #5435
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table",
|
||||
"description": "table extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,8 +28,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-task-item",
|
||||
"description": "task item extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,8 +28,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-task-list",
|
||||
"description": "task list extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text-align",
|
||||
"description": "text align extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text-style",
|
||||
"description": "text style extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text",
|
||||
"description": "text extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-typography",
|
||||
"description": "typography extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-underline",
|
||||
"description": "underline extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-youtube",
|
||||
"description": "a youtube embed extension for tiptap",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,7 +28,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.2
|
||||
|
||||
## 3.0.0-next.1
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/html",
|
||||
"description": "utility package to render tiptap JSON as HTML",
|
||||
"version": "3.0.0-next.1",
|
||||
"version": "3.0.0-next.2",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -28,8 +28,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-next.2",
|
||||
"@tiptap/pm": "^3.0.0-next.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user