mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
v3.0.0-next.0
This commit is contained in:
parent
8e85b5916d
commit
2f6064b9bf
@ -58,5 +58,9 @@
|
||||
"@tiptap/vue-2": "2.5.6",
|
||||
"@tiptap/vue-3": "2.5.6"
|
||||
},
|
||||
"changesets": []
|
||||
"changesets": [
|
||||
"dirty-bats-look",
|
||||
"early-singers-begin",
|
||||
"wise-beers-reflect"
|
||||
]
|
||||
}
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0ec0af6: fix(core): findDuplicates - use Array.from when converting Set
|
||||
- @tiptap/pm@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/core",
|
||||
"description": "headless rich text editor",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -32,10 +32,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-blockquote",
|
||||
"description": "blockquote extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bold",
|
||||
"description": "bold extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,42 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 7eaa34d: Removed tippy.js and replaced it with [Floating UI](https://floating-ui.com/) - a newer, more lightweight and customizable floating element library.
|
||||
|
||||
This change is breaking existing menu implementations and will require a manual migration.
|
||||
|
||||
**Affected packages:**
|
||||
|
||||
- `@tiptap/extension-floating-menu`
|
||||
- `@tiptap/extension-bubble-menu`
|
||||
- `@tiptap/extension-mention`
|
||||
- `@tiptap/suggestion`
|
||||
- `@tiptap/react`
|
||||
- `@tiptap/vue-2`
|
||||
- `@tiptap/vue-3`
|
||||
|
||||
Make sure to remove `tippyOptions` from the `FloatingMenu` and `BubbleMenu` components, and replace them with the new `options` object. Check our documentation to see how to migrate your existing menu implementations.
|
||||
|
||||
- [FloatingMenu](https://tiptap.dev/docs/editor/extensions/functionality/floatingmenu)
|
||||
- [BubbleMenu](https://tiptap.dev/docs/editor/extensions/functionality/bubble-menu)
|
||||
|
||||
You'll also need to install `@floating-ui/dom` as a peer dependency to your project like this:
|
||||
|
||||
```bash
|
||||
npm install @floating-ui/dom@^1.6.0
|
||||
```
|
||||
|
||||
The new `options` object is compatible with all components that use these extensions.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/pm@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bubble-menu",
|
||||
"description": "bubble-menu extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -36,13 +36,13 @@
|
||||
"sideEffects": false,
|
||||
"devDependencies": {
|
||||
"@floating-ui/dom": "^1.0.0",
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@floating-ui/dom": "^1.0.0",
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rm -rf dist",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bullet-list",
|
||||
"description": "bullet list extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/pm@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-character-count",
|
||||
"description": "font family extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/extension-code-block@3.0.0-next.0
|
||||
- @tiptap/pm@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code-block-lowlight",
|
||||
"description": "code block extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,14 +29,14 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/extension-code-block": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/extension-code-block": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/extension-code-block": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/extension-code-block": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/pm@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code-block",
|
||||
"description": "code block extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code",
|
||||
"description": "code extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-collaboration-cursor",
|
||||
"description": "collaboration cursor extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,11 +29,11 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"y-prosemirror": "^1.2.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"y-prosemirror": "^1.2.6"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/pm@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-collaboration",
|
||||
"description": "collaboration extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,13 +29,13 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8",
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0",
|
||||
"y-prosemirror": "^1.2.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8",
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0",
|
||||
"y-prosemirror": "^1.2.6"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/extension-text-style@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-color",
|
||||
"description": "text color extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/extension-text-style": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/extension-text-style": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/extension-text-style": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/extension-text-style": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-document",
|
||||
"description": "document extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/pm@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-dropcursor",
|
||||
"description": "dropcursor extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,42 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 7eaa34d: Removed tippy.js and replaced it with [Floating UI](https://floating-ui.com/) - a newer, more lightweight and customizable floating element library.
|
||||
|
||||
This change is breaking existing menu implementations and will require a manual migration.
|
||||
|
||||
**Affected packages:**
|
||||
|
||||
- `@tiptap/extension-floating-menu`
|
||||
- `@tiptap/extension-bubble-menu`
|
||||
- `@tiptap/extension-mention`
|
||||
- `@tiptap/suggestion`
|
||||
- `@tiptap/react`
|
||||
- `@tiptap/vue-2`
|
||||
- `@tiptap/vue-3`
|
||||
|
||||
Make sure to remove `tippyOptions` from the `FloatingMenu` and `BubbleMenu` components, and replace them with the new `options` object. Check our documentation to see how to migrate your existing menu implementations.
|
||||
|
||||
- [FloatingMenu](https://tiptap.dev/docs/editor/extensions/functionality/floatingmenu)
|
||||
- [BubbleMenu](https://tiptap.dev/docs/editor/extensions/functionality/bubble-menu)
|
||||
|
||||
You'll also need to install `@floating-ui/dom` as a peer dependency to your project like this:
|
||||
|
||||
```bash
|
||||
npm install @floating-ui/dom@^1.6.0
|
||||
```
|
||||
|
||||
The new `options` object is compatible with all components that use these extensions.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/pm@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-floating-menu",
|
||||
"description": "floating-menu extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -30,13 +30,13 @@
|
||||
],
|
||||
"devDependencies": {
|
||||
"@floating-ui/dom": "^1.0.0",
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@floating-ui/dom": "^1.0.0",
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/pm@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-focus",
|
||||
"description": "focus extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/extension-text-style@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-font-family",
|
||||
"description": "font family extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/extension-text-style": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/extension-text-style": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/extension-text-style": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/extension-text-style": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/pm@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-gapcursor",
|
||||
"description": "gapcursor extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-hard-break",
|
||||
"description": "hard break extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-heading",
|
||||
"description": "heading extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-highlight",
|
||||
"description": "highlight extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/pm@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-history",
|
||||
"description": "history extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/pm@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-horizontal-rule",
|
||||
"description": "horizontal rule extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-image",
|
||||
"description": "image extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-italic",
|
||||
"description": "italic extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/pm@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-link",
|
||||
"description": "link extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -32,12 +32,12 @@
|
||||
"linkifyjs": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-list-item",
|
||||
"description": "list item extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-list-keymap",
|
||||
"description": "list keymap extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,44 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 7eaa34d: Removed tippy.js and replaced it with [Floating UI](https://floating-ui.com/) - a newer, more lightweight and customizable floating element library.
|
||||
|
||||
This change is breaking existing menu implementations and will require a manual migration.
|
||||
|
||||
**Affected packages:**
|
||||
|
||||
- `@tiptap/extension-floating-menu`
|
||||
- `@tiptap/extension-bubble-menu`
|
||||
- `@tiptap/extension-mention`
|
||||
- `@tiptap/suggestion`
|
||||
- `@tiptap/react`
|
||||
- `@tiptap/vue-2`
|
||||
- `@tiptap/vue-3`
|
||||
|
||||
Make sure to remove `tippyOptions` from the `FloatingMenu` and `BubbleMenu` components, and replace them with the new `options` object. Check our documentation to see how to migrate your existing menu implementations.
|
||||
|
||||
- [FloatingMenu](https://tiptap.dev/docs/editor/extensions/functionality/floatingmenu)
|
||||
- [BubbleMenu](https://tiptap.dev/docs/editor/extensions/functionality/bubble-menu)
|
||||
|
||||
You'll also need to install `@floating-ui/dom` as a peer dependency to your project like this:
|
||||
|
||||
```bash
|
||||
npm install @floating-ui/dom@^1.6.0
|
||||
```
|
||||
|
||||
The new `options` object is compatible with all components that use these extensions.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7eaa34d]
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/suggestion@3.0.0-next.0
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/pm@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-mention",
|
||||
"description": "mention extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,14 +29,14 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8",
|
||||
"@tiptap/suggestion": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0",
|
||||
"@tiptap/suggestion": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8",
|
||||
"@tiptap/suggestion": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0",
|
||||
"@tiptap/suggestion": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-ordered-list",
|
||||
"description": "ordered list extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-paragraph",
|
||||
"description": "paragraph extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/pm@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-placeholder",
|
||||
"description": "placeholder extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-strike",
|
||||
"description": "strike extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-subscript",
|
||||
"description": "subscript extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-superscript",
|
||||
"description": "superscript extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-cell",
|
||||
"description": "table cell extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-header",
|
||||
"description": "table cell extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-row",
|
||||
"description": "table row extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/pm@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table",
|
||||
"description": "table extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6543f05: allow task items to be parsed when only having `<li data-checked` instead of only when `<li data-checked="true"` (re-fix of #5366)
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/pm@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-task-item",
|
||||
"description": "task item extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-task-list",
|
||||
"description": "task list extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text-align",
|
||||
"description": "text align extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text-style",
|
||||
"description": "text style extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text",
|
||||
"description": "text extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-typography",
|
||||
"description": "typography extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-underline",
|
||||
"description": "underline extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-youtube",
|
||||
"description": "a youtube embed extension for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/pm@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/html",
|
||||
"description": "utility package to render tiptap JSON as HTML",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/pm": "^2.5.8"
|
||||
"@tiptap/core": "^3.0.0-next.0",
|
||||
"@tiptap/pm": "^3.0.0-next.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"zeed-dom": "^0.10.9"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
## 2.5.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/pm",
|
||||
"description": "prosemirror wrapper package for tiptap",
|
||||
"version": "2.5.8",
|
||||
"version": "3.0.0-next.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
|
@ -1,5 +1,45 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-next.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 7eaa34d: Removed tippy.js and replaced it with [Floating UI](https://floating-ui.com/) - a newer, more lightweight and customizable floating element library.
|
||||
|
||||
This change is breaking existing menu implementations and will require a manual migration.
|
||||
|
||||
**Affected packages:**
|
||||
|
||||
- `@tiptap/extension-floating-menu`
|
||||
- `@tiptap/extension-bubble-menu`
|
||||
- `@tiptap/extension-mention`
|
||||
- `@tiptap/suggestion`
|
||||
- `@tiptap/react`
|
||||
- `@tiptap/vue-2`
|
||||
- `@tiptap/vue-3`
|
||||
|
||||
Make sure to remove `tippyOptions` from the `FloatingMenu` and `BubbleMenu` components, and replace them with the new `options` object. Check our documentation to see how to migrate your existing menu implementations.
|
||||
|
||||
- [FloatingMenu](https://tiptap.dev/docs/editor/extensions/functionality/floatingmenu)
|
||||
- [BubbleMenu](https://tiptap.dev/docs/editor/extensions/functionality/bubble-menu)
|
||||
|
||||
You'll also need to install `@floating-ui/dom` as a peer dependency to your project like this:
|
||||
|
||||
```bash
|
||||
npm install @floating-ui/dom@^1.6.0
|
||||
```
|
||||
|
||||
The new `options` object is compatible with all components that use these extensions.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7eaa34d]
|
||||
- Updated dependencies [0ec0af6]
|
||||
- @tiptap/extension-floating-menu@3.0.0-next.0
|
||||
- @tiptap/extension-bubble-menu@3.0.0-next.0
|
||||
- @tiptap/core@3.0.0-next.0
|
||||
- @tiptap/pm@3.0.0-next.0
|
||||
|
||||
## 2.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user