mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-23 19:19:03 +08:00
chore: publish version 2.5.4 (#5361)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
dd7f9ac1c8
commit
46079c28a6
@ -1,58 +0,0 @@
|
||||
---
|
||||
"@tiptap/extension-collaboration-cursor": patch
|
||||
"@tiptap/extension-code-block-lowlight": patch
|
||||
"@tiptap/extension-character-count": patch
|
||||
"@tiptap/extension-horizontal-rule": patch
|
||||
"@tiptap/extension-collaboration": patch
|
||||
"@tiptap/extension-floating-menu": patch
|
||||
"@tiptap/extension-ordered-list": patch
|
||||
"@tiptap/extension-table-header": patch
|
||||
"@tiptap/extension-bubble-menu": patch
|
||||
"@tiptap/extension-bullet-list": patch
|
||||
"@tiptap/extension-font-family": patch
|
||||
"@tiptap/extension-list-keymap": patch
|
||||
"@tiptap/extension-placeholder": patch
|
||||
"@tiptap/extension-superscript": patch
|
||||
"@tiptap/extension-blockquote": patch
|
||||
"@tiptap/extension-code-block": patch
|
||||
"@tiptap/extension-dropcursor": patch
|
||||
"@tiptap/extension-hard-break": patch
|
||||
"@tiptap/extension-table-cell": patch
|
||||
"@tiptap/extension-text-align": patch
|
||||
"@tiptap/extension-text-style": patch
|
||||
"@tiptap/extension-typography": patch
|
||||
"@tiptap/extension-gapcursor": patch
|
||||
"@tiptap/extension-highlight": patch
|
||||
"@tiptap/extension-list-item": patch
|
||||
"@tiptap/extension-paragraph": patch
|
||||
"@tiptap/extension-subscript": patch
|
||||
"@tiptap/extension-table-row": patch
|
||||
"@tiptap/extension-task-item": patch
|
||||
"@tiptap/extension-task-list": patch
|
||||
"@tiptap/extension-underline": patch
|
||||
"@tiptap/extension-document": patch
|
||||
"@tiptap/extension-heading": patch
|
||||
"@tiptap/extension-history": patch
|
||||
"@tiptap/extension-mention": patch
|
||||
"@tiptap/extension-youtube": patch
|
||||
"@tiptap/extension-italic": patch
|
||||
"@tiptap/extension-strike": patch
|
||||
"@tiptap/extension-color": patch
|
||||
"@tiptap/extension-focus": patch
|
||||
"@tiptap/extension-image": patch
|
||||
"@tiptap/extension-table": patch
|
||||
"@tiptap/extension-bold": patch
|
||||
"@tiptap/extension-code": patch
|
||||
"@tiptap/extension-link": patch
|
||||
"@tiptap/extension-text": patch
|
||||
"@tiptap/starter-kit": patch
|
||||
"@tiptap/suggestion": patch
|
||||
"@tiptap/react": patch
|
||||
"@tiptap/vue-2": patch
|
||||
"@tiptap/vue-3": patch
|
||||
"@tiptap/core": patch
|
||||
"@tiptap/html": patch
|
||||
"@tiptap/pm": patch
|
||||
---
|
||||
|
||||
There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/pm@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/core",
|
||||
"description": "headless rich text editor",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -32,10 +32,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-blockquote",
|
||||
"description": "blockquote extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bold",
|
||||
"description": "bold extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
- @tiptap/pm@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bubble-menu",
|
||||
"description": "bubble-menu extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -38,12 +38,12 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rm -rf dist",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bullet-list",
|
||||
"description": "bullet list extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
- @tiptap/pm@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-character-count",
|
||||
"description": "font family extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/extension-code-block@2.5.4
|
||||
- @tiptap/core@2.5.4
|
||||
- @tiptap/pm@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code-block-lowlight",
|
||||
"description": "code block extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,14 +29,14 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/extension-code-block": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/extension-code-block": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/extension-code-block": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/extension-code-block": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
- @tiptap/pm@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code-block",
|
||||
"description": "code block extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code",
|
||||
"description": "code extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-collaboration-cursor",
|
||||
"description": "collaboration cursor extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,11 +29,11 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"y-prosemirror": "^1.2.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"y-prosemirror": "^1.2.6"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
- @tiptap/pm@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-collaboration",
|
||||
"description": "collaboration extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,13 +29,13 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3",
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4",
|
||||
"y-prosemirror": "^1.2.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3",
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4",
|
||||
"y-prosemirror": "^1.2.6"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/extension-text-style@2.5.4
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-color",
|
||||
"description": "text color extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/extension-text-style": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/extension-text-style": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/extension-text-style": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/extension-text-style": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-document",
|
||||
"description": "document extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
- @tiptap/pm@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-dropcursor",
|
||||
"description": "dropcursor extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
- @tiptap/pm@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-floating-menu",
|
||||
"description": "floating-menu extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"tippy.js": "^6.3.7"
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
- @tiptap/pm@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-focus",
|
||||
"description": "focus extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/extension-text-style@2.5.4
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-font-family",
|
||||
"description": "font family extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/extension-text-style": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/extension-text-style": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/extension-text-style": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/extension-text-style": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
- @tiptap/pm@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-gapcursor",
|
||||
"description": "gapcursor extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-hard-break",
|
||||
"description": "hard break extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-heading",
|
||||
"description": "heading extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-highlight",
|
||||
"description": "highlight extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
- @tiptap/pm@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-history",
|
||||
"description": "history extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
- @tiptap/pm@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-horizontal-rule",
|
||||
"description": "horizontal rule extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-image",
|
||||
"description": "image extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-italic",
|
||||
"description": "italic extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
- @tiptap/pm@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-link",
|
||||
"description": "link extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -32,12 +32,12 @@
|
||||
"linkifyjs": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-list-item",
|
||||
"description": "list item extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-list-keymap",
|
||||
"description": "list keymap extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/suggestion@2.5.4
|
||||
- @tiptap/core@2.5.4
|
||||
- @tiptap/pm@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-mention",
|
||||
"description": "mention extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,14 +29,14 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3",
|
||||
"@tiptap/suggestion": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4",
|
||||
"@tiptap/suggestion": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3",
|
||||
"@tiptap/suggestion": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4",
|
||||
"@tiptap/suggestion": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-ordered-list",
|
||||
"description": "ordered list extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-paragraph",
|
||||
"description": "paragraph extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
- @tiptap/pm@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-placeholder",
|
||||
"description": "placeholder extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-strike",
|
||||
"description": "strike extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-subscript",
|
||||
"description": "subscript extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-superscript",
|
||||
"description": "superscript extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-cell",
|
||||
"description": "table cell extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-header",
|
||||
"description": "table cell extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-row",
|
||||
"description": "table row extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
- @tiptap/pm@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table",
|
||||
"description": "table extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
- @tiptap/pm@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-task-item",
|
||||
"description": "task item extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-task-list",
|
||||
"description": "task list extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text-align",
|
||||
"description": "text align extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text-style",
|
||||
"description": "text style extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text",
|
||||
"description": "text extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-typography",
|
||||
"description": "typography extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-underline",
|
||||
"description": "underline extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-youtube",
|
||||
"description": "a youtube embed extension for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,10 +29,10 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/core@2.5.4
|
||||
- @tiptap/pm@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/html",
|
||||
"description": "utility package to render tiptap JSON as HTML",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,12 +29,12 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.5.3",
|
||||
"@tiptap/pm": "^2.5.3"
|
||||
"@tiptap/core": "^2.5.4",
|
||||
"@tiptap/pm": "^2.5.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"zeed-dom": "^0.10.9"
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
|
||||
## 2.5.3
|
||||
|
||||
## 2.5.2
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/pm",
|
||||
"description": "prosemirror wrapper package for tiptap",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
|
@ -1,5 +1,16 @@
|
||||
# Change Log
|
||||
|
||||
## 2.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
|
||||
- Updated dependencies [dd7f9ac]
|
||||
- @tiptap/extension-floating-menu@2.5.4
|
||||
- @tiptap/extension-bubble-menu@2.5.4
|
||||
- @tiptap/core@2.5.4
|
||||
- @tiptap/pm@2.5.4
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### 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