mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-08-06 13:38:49 +08:00
enter beta pre-tag (#6274)
* enter beta pre-tag * switch all versions to beta.0
This commit is contained in:
parent
52b6644076
commit
04d3307953
@ -1,67 +1,66 @@
|
||||
{
|
||||
"mode": "pre",
|
||||
"tag": "next",
|
||||
"tag": "beta",
|
||||
"initialVersions": {
|
||||
"tiptap-demos": "2.5.1",
|
||||
"@tiptap/core": "2.11.4",
|
||||
"@tiptap/extension-blockquote": "2.11.4",
|
||||
"@tiptap/extension-bold": "2.11.4",
|
||||
"@tiptap/extension-bubble-menu": "2.11.4",
|
||||
"@tiptap/extension-bullet-list": "2.11.4",
|
||||
"@tiptap/extension-character-count": "2.11.4",
|
||||
"@tiptap/extension-code": "2.11.4",
|
||||
"@tiptap/extension-code-block": "2.11.4",
|
||||
"@tiptap/extension-code-block-lowlight": "2.11.4",
|
||||
"@tiptap/extension-collaboration": "2.11.4",
|
||||
"@tiptap/extension-collaboration-caret": "2.11.4",
|
||||
"@tiptap/extension-color": "2.11.4",
|
||||
"@tiptap/extension-document": "2.11.4",
|
||||
"@tiptap/extension-dropcursor": "2.11.4",
|
||||
"@tiptap/extension-floating-menu": "2.11.4",
|
||||
"@tiptap/extension-focus": "2.11.4",
|
||||
"@tiptap/extension-font-family": "2.11.4",
|
||||
"@tiptap/extension-gapcursor": "2.11.4",
|
||||
"@tiptap/extension-hard-break": "2.11.4",
|
||||
"@tiptap/extension-heading": "2.11.4",
|
||||
"@tiptap/extension-highlight": "2.11.4",
|
||||
"@tiptap/extension-history": "2.11.4",
|
||||
"@tiptap/extension-horizontal-rule": "2.11.4",
|
||||
"@tiptap/extension-image": "2.11.4",
|
||||
"@tiptap/extension-italic": "2.11.4",
|
||||
"@tiptap/extension-link": "2.11.4",
|
||||
"@tiptap/extension-list-item": "2.11.4",
|
||||
"@tiptap/extension-list-keymap": "2.11.4",
|
||||
"@tiptap/extension-mention": "2.11.4",
|
||||
"@tiptap/extension-ordered-list": "2.11.4",
|
||||
"@tiptap/extension-paragraph": "2.11.4",
|
||||
"@tiptap/extension-placeholder": "2.11.4",
|
||||
"@tiptap/extension-strike": "2.11.4",
|
||||
"@tiptap/extension-subscript": "2.11.4",
|
||||
"@tiptap/extension-superscript": "2.11.4",
|
||||
"@tiptap/extension-table": "2.11.4",
|
||||
"@tiptap/extension-table-cell": "2.11.4",
|
||||
"@tiptap/extension-table-header": "2.11.4",
|
||||
"@tiptap/extension-table-row": "2.11.4",
|
||||
"@tiptap/extension-task-item": "2.11.4",
|
||||
"@tiptap/extension-task-list": "2.11.4",
|
||||
"@tiptap/extension-text": "2.11.4",
|
||||
"@tiptap/extension-text-align": "2.11.4",
|
||||
"@tiptap/extension-text-style": "2.11.4",
|
||||
"@tiptap/extension-typography": "2.11.4",
|
||||
"@tiptap/extension-underline": "2.11.4",
|
||||
"@tiptap/extension-youtube": "2.11.4",
|
||||
"@tiptap/html": "2.11.4",
|
||||
"@tiptap/pm": "2.11.4",
|
||||
"@tiptap/react": "2.11.4",
|
||||
"@tiptap/starter-kit": "2.11.4",
|
||||
"@tiptap/suggestion": "2.11.4",
|
||||
"@tiptap/vue-2": "2.11.4",
|
||||
"@tiptap/vue-3": "2.11.4",
|
||||
"@tiptap-shared/rollup-config": "1.0.0",
|
||||
"tiptap-2-migrate-imports": "1.0.0",
|
||||
"@tiptap/extension-list": "3.0.0-next.5",
|
||||
"@tiptap/extensions": "3.0.0-next.5",
|
||||
"@tiptap/static-renderer": "3.0.0-next.5"
|
||||
"tiptap-2-migrate-imports": "1.0.1-beta.0",
|
||||
"tiptap-demos": "3.0.0-beta.0",
|
||||
"@tiptap/extension-character-count": "3.0.0-beta.0",
|
||||
"@tiptap/extension-dropcursor": "3.0.0-beta.0",
|
||||
"@tiptap/extension-focus": "3.0.0-beta.0",
|
||||
"@tiptap/extension-gapcursor": "3.0.0-beta.0",
|
||||
"@tiptap/extension-history": "3.0.0-beta.0",
|
||||
"@tiptap/extension-list-item": "3.0.0-beta.0",
|
||||
"@tiptap/extension-list-keymap": "3.0.0-beta.0",
|
||||
"@tiptap/extension-placeholder": "3.0.0-beta.0",
|
||||
"@tiptap/extension-table-cell": "3.0.0-beta.0",
|
||||
"@tiptap/extension-table-header": "3.0.0-beta.0",
|
||||
"@tiptap/extension-table-row": "3.0.0-beta.0",
|
||||
"@tiptap/extension-task-item": "3.0.0-beta.0",
|
||||
"@tiptap/extension-task-list": "3.0.0-beta.0",
|
||||
"@tiptap/core": "3.0.0-beta.0",
|
||||
"@tiptap/extension-blockquote": "3.0.0-beta.0",
|
||||
"@tiptap/extension-bold": "3.0.0-beta.0",
|
||||
"@tiptap/extension-bubble-menu": "3.0.0-beta.0",
|
||||
"@tiptap/extension-bullet-list": "3.0.0-beta.0",
|
||||
"@tiptap/extension-code": "3.0.0-beta.0",
|
||||
"@tiptap/extension-code-block": "3.0.0-beta.0",
|
||||
"@tiptap/extension-code-block-lowlight": "3.0.0-beta.0",
|
||||
"@tiptap/extension-collaboration": "3.0.0-beta.0",
|
||||
"@tiptap/extension-collaboration-caret": "3.0.0-beta.0",
|
||||
"@tiptap/extension-color": "3.0.0-beta.0",
|
||||
"@tiptap/extension-document": "3.0.0-beta.0",
|
||||
"@tiptap/extension-floating-menu": "3.0.0-beta.0",
|
||||
"@tiptap/extension-font-family": "3.0.0-beta.0",
|
||||
"@tiptap/extension-hard-break": "3.0.0-beta.0",
|
||||
"@tiptap/extension-heading": "3.0.0-beta.0",
|
||||
"@tiptap/extension-highlight": "3.0.0-beta.0",
|
||||
"@tiptap/extension-horizontal-rule": "3.0.0-beta.0",
|
||||
"@tiptap/extension-image": "3.0.0-beta.0",
|
||||
"@tiptap/extension-italic": "3.0.0-beta.0",
|
||||
"@tiptap/extension-link": "3.0.0-beta.0",
|
||||
"@tiptap/extension-list": "3.0.0-beta.0",
|
||||
"@tiptap/extension-mention": "3.0.0-beta.0",
|
||||
"@tiptap/extension-ordered-list": "3.0.0-beta.0",
|
||||
"@tiptap/extension-paragraph": "3.0.0-beta.0",
|
||||
"@tiptap/extension-strike": "3.0.0-beta.0",
|
||||
"@tiptap/extension-subscript": "3.0.0-beta.0",
|
||||
"@tiptap/extension-superscript": "3.0.0-beta.0",
|
||||
"@tiptap/extension-table": "3.0.0-beta.0",
|
||||
"@tiptap/extension-text": "3.0.0-beta.0",
|
||||
"@tiptap/extension-text-align": "3.0.0-beta.0",
|
||||
"@tiptap/extension-text-style": "3.0.0-beta.0",
|
||||
"@tiptap/extension-typography": "3.0.0-beta.0",
|
||||
"@tiptap/extension-underline": "3.0.0-beta.0",
|
||||
"@tiptap/extension-youtube": "3.0.0-beta.0",
|
||||
"@tiptap/extensions": "3.0.0-beta.0",
|
||||
"@tiptap/html": "3.0.0-beta.0",
|
||||
"@tiptap/pm": "3.0.0-beta.0",
|
||||
"@tiptap/react": "3.0.0-beta.0",
|
||||
"@tiptap/starter-kit": "3.0.0-beta.0",
|
||||
"@tiptap/static-renderer": "3.0.0-beta.0",
|
||||
"@tiptap/suggestion": "3.0.0-beta.0",
|
||||
"@tiptap/vue-2": "3.0.0-beta.0",
|
||||
"@tiptap/vue-3": "3.0.0-beta.0"
|
||||
},
|
||||
"changesets": [
|
||||
"big-wolves-design",
|
||||
@ -92,6 +91,7 @@
|
||||
"red-rivers-exist",
|
||||
"seven-llamas-love",
|
||||
"sixty-news-ring",
|
||||
"smooth-carrots-beam",
|
||||
"tame-worms-applaud",
|
||||
"thirty-rockets-act",
|
||||
"tidy-fireants-hang",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-2-migrate-imports",
|
||||
"version": "1.0.1-next.0",
|
||||
"version": "1.0.1-beta.0",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@types/node": "20.9.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap-demos",
|
||||
"version": "3.0.0-next.2",
|
||||
"version": "3.0.0-beta.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-character-count",
|
||||
"description": "font family extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/extensions": "^3.0.0-next.8"
|
||||
"@tiptap/extensions": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/extensions": "^3.0.0-next.3"
|
||||
"@tiptap/extensions": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-dropcursor",
|
||||
"description": "dropcursor extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/extensions": "^3.0.0-next.8"
|
||||
"@tiptap/extensions": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/extensions": "^3.0.0-next.3"
|
||||
"@tiptap/extensions": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [52b6644]
|
||||
- @tiptap/extensions@3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-focus",
|
||||
"description": "focus extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/extensions": "3.0.0-next.8"
|
||||
"@tiptap/extensions": "3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/extensions": "3.0.0-next.8"
|
||||
"@tiptap/extensions": "3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-gapcursor",
|
||||
"description": "gapcursor extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/extensions": "^3.0.0-next.8"
|
||||
"@tiptap/extensions": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/extensions": "^3.0.0-next.3"
|
||||
"@tiptap/extensions": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-history",
|
||||
"description": "history extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/extensions": "^3.0.0-next.8"
|
||||
"@tiptap/extensions": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/extensions": "^3.0.0-next.3"
|
||||
"@tiptap/extensions": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-list-item",
|
||||
"description": "list item extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/extension-list": "^3.0.0-next.8"
|
||||
"@tiptap/extension-list": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/extension-list": "^3.0.0-next.4"
|
||||
"@tiptap/extension-list": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-list-keymap",
|
||||
"description": "list keymap extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/extension-list": "^3.0.0-next.8"
|
||||
"@tiptap/extension-list": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/extension-list": "^3.0.0-next.4"
|
||||
"@tiptap/extension-list": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-placeholder",
|
||||
"description": "placeholder extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/extensions": "^3.0.0-next.8"
|
||||
"@tiptap/extensions": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/extensions": "^3.0.0-next.3"
|
||||
"@tiptap/extensions": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-cell",
|
||||
"description": "table cell extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/extension-table": "^3.0.0-next.8"
|
||||
"@tiptap/extension-table": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/extension-table": "^3.0.0-next.3"
|
||||
"@tiptap/extension-table": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-header",
|
||||
"description": "table cell extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/extension-table": "^3.0.0-next.8"
|
||||
"@tiptap/extension-table": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/extension-table": "^3.0.0-next.3"
|
||||
"@tiptap/extension-table": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-row",
|
||||
"description": "table row extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/extension-table": "^3.0.0-next.8"
|
||||
"@tiptap/extension-table": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/extension-table": "^3.0.0-next.3"
|
||||
"@tiptap/extension-table": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-task-item",
|
||||
"description": "task item extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/extension-list": "^3.0.0-next.8"
|
||||
"@tiptap/extension-list": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/extension-list": "^3.0.0-next.4"
|
||||
"@tiptap/extension-list": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-task-list",
|
||||
"description": "task list extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/extension-list": "^3.0.0-next.8"
|
||||
"@tiptap/extension-list": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/extension-list": "^3.0.0-next.4"
|
||||
"@tiptap/extension-list": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/core",
|
||||
"description": "headless rich text editor",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -51,10 +51,10 @@
|
||||
"jsx-runtime"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/pm": "^3.0.0-next.8"
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-blockquote",
|
||||
"description": "blockquote extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bold",
|
||||
"description": "bold extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bubble-menu",
|
||||
"description": "bubble-menu extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -37,15 +37,15 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8",
|
||||
"@tiptap/pm": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@floating-ui/dom": "^1.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bullet-list",
|
||||
"description": "bullet list extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/extension-list": "^3.0.0-next.8"
|
||||
"@tiptap/extension-list": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/extension-list": "^3.0.0-next.4"
|
||||
"@tiptap/extension-list": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code-block-lowlight",
|
||||
"description": "code block extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,15 +31,15 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8",
|
||||
"@tiptap/extension-code-block": "^3.0.0-next.8",
|
||||
"@tiptap/pm": "^3.0.0-next.8",
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/extension-code-block": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0",
|
||||
"lowlight": "^3.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@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-beta.0",
|
||||
"@tiptap/extension-code-block": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0",
|
||||
"lowlight": "^2 || ^3",
|
||||
"highlight.js": "^11"
|
||||
},
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code-block",
|
||||
"description": "code block extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,12 +31,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8",
|
||||
"@tiptap/pm": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code",
|
||||
"description": "code extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-collaboration-caret",
|
||||
"description": "collaboration caret extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,13 +31,13 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8",
|
||||
"@tiptap/pm": "^3.0.0-next.8",
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0",
|
||||
"@tiptap/y-tiptap": "^1.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.3",
|
||||
"@tiptap/pm": "^3.0.0-next.3",
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0",
|
||||
"@tiptap/y-tiptap": "^1.0.0"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-collaboration",
|
||||
"description": "collaboration extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,13 +31,13 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8",
|
||||
"@tiptap/pm": "^3.0.0-next.8",
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0",
|
||||
"@tiptap/y-tiptap": "^1.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1",
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0",
|
||||
"@tiptap/y-tiptap": "^1.0.0",
|
||||
"yjs": "^13"
|
||||
},
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-color",
|
||||
"description": "text color extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/extension-text-style": "^3.0.0-next.8"
|
||||
"@tiptap/extension-text-style": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/extension-text-style": "^3.0.0-next.1"
|
||||
"@tiptap/extension-text-style": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-document",
|
||||
"description": "document extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-floating-menu",
|
||||
"description": "floating-menu extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -32,13 +32,13 @@
|
||||
],
|
||||
"devDependencies": {
|
||||
"@floating-ui/dom": "^1.6.12",
|
||||
"@tiptap/core": "^3.0.0-next.8",
|
||||
"@tiptap/pm": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@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-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-font-family",
|
||||
"description": "font family extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/extension-text-style": "^3.0.0-next.8"
|
||||
"@tiptap/extension-text-style": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/extension-text-style": "^3.0.0-next.3"
|
||||
"@tiptap/extension-text-style": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-hard-break",
|
||||
"description": "hard break extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-heading",
|
||||
"description": "heading extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-highlight",
|
||||
"description": "highlight extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-horizontal-rule",
|
||||
"description": "horizontal rule extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,12 +31,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8",
|
||||
"@tiptap/pm": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-image",
|
||||
"description": "image extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-italic",
|
||||
"description": "italic extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-link",
|
||||
"description": "link extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -34,12 +34,12 @@
|
||||
"linkifyjs": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8",
|
||||
"@tiptap/pm": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-list",
|
||||
"description": "List extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -87,12 +87,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8",
|
||||
"@tiptap/pm": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.4",
|
||||
"@tiptap/pm": "^3.0.0-next.4"
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-mention",
|
||||
"description": "mention extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,14 +31,14 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8",
|
||||
"@tiptap/pm": "^3.0.0-next.8",
|
||||
"@tiptap/suggestion": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0",
|
||||
"@tiptap/suggestion": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@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-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0",
|
||||
"@tiptap/suggestion": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-ordered-list",
|
||||
"description": "ordered list extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/extension-list": "^3.0.0-next.8"
|
||||
"@tiptap/extension-list": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/extension-list": "^3.0.0-next.4"
|
||||
"@tiptap/extension-list": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-paragraph",
|
||||
"description": "paragraph extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-strike",
|
||||
"description": "strike extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-subscript",
|
||||
"description": "subscript extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,12 +31,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8",
|
||||
"@tiptap/pm": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.3",
|
||||
"@tiptap/pm": "^3.0.0-next.3"
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-superscript",
|
||||
"description": "superscript extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,12 +31,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8",
|
||||
"@tiptap/pm": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.3",
|
||||
"@tiptap/pm": "^3.0.0-next.3"
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table",
|
||||
"description": "table extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -71,12 +71,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8",
|
||||
"@tiptap/pm": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1",
|
||||
"@tiptap/pm": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0",
|
||||
"@tiptap/pm": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text-align",
|
||||
"description": "text align extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text-style",
|
||||
"description": "text style extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -87,10 +87,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text",
|
||||
"description": "text extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-typography",
|
||||
"description": "typography extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-underline",
|
||||
"description": "underline extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-youtube",
|
||||
"description": "a youtube embed extension for tiptap",
|
||||
"version": "3.0.0-next.8",
|
||||
"version": "3.0.0-beta.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -31,10 +31,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.8"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.0-next.1"
|
||||
"@tiptap/core": "^3.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-beta.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 52b6644: skip decorations for node selection and non editable editor
|
||||
|
||||
## 3.0.0-next.8
|
||||
|
||||
## 3.0.0-next.7
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user