-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
122 changed files
with
913 additions
and
371 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@tiptap/pm": patch | ||
--- | ||
|
||
Upgraded prosemirror-tables to 1.6.4. Fixes a bug with broken tables appearing when dropping text. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@tiptap/starter-kit": patch | ||
--- | ||
|
||
Remove redundant optional chaining in options object |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "pre", | ||
"initialVersions": { | ||
"tiptap-demos": "2.5.1", | ||
"@tiptap/core": "2.11.4", | ||
"@tiptap/extension-blockquote": "2.11.4", | ||
"@tiptap/extension-bold": "2.11.4", | ||
"@tiptap/extension-bubble-menu": "2.11.4", | ||
"@tiptap/extension-bullet-list": "2.11.4", | ||
"@tiptap/extension-character-count": "2.11.4", | ||
"@tiptap/extension-code": "2.11.4", | ||
"@tiptap/extension-code-block": "2.11.4", | ||
"@tiptap/extension-code-block-lowlight": "2.11.4", | ||
"@tiptap/extension-collaboration": "2.11.4", | ||
"@tiptap/extension-collaboration-cursor": "2.11.4", | ||
"@tiptap/extension-color": "2.11.4", | ||
"@tiptap/extension-document": "2.11.4", | ||
"@tiptap/extension-dropcursor": "2.11.4", | ||
"@tiptap/extension-floating-menu": "2.11.4", | ||
"@tiptap/extension-focus": "2.11.4", | ||
"@tiptap/extension-font-family": "2.11.4", | ||
"@tiptap/extension-gapcursor": "2.11.4", | ||
"@tiptap/extension-hard-break": "2.11.4", | ||
"@tiptap/extension-heading": "2.11.4", | ||
"@tiptap/extension-highlight": "2.11.4", | ||
"@tiptap/extension-history": "2.11.4", | ||
"@tiptap/extension-horizontal-rule": "2.11.4", | ||
"@tiptap/extension-image": "2.11.4", | ||
"@tiptap/extension-italic": "2.11.4", | ||
"@tiptap/extension-link": "2.11.4", | ||
"@tiptap/extension-list-item": "2.11.4", | ||
"@tiptap/extension-list-keymap": "2.11.4", | ||
"@tiptap/extension-mention": "2.11.4", | ||
"@tiptap/extension-ordered-list": "2.11.4", | ||
"@tiptap/extension-paragraph": "2.11.4", | ||
"@tiptap/extension-placeholder": "2.11.4", | ||
"@tiptap/extension-strike": "2.11.4", | ||
"@tiptap/extension-subscript": "2.11.4", | ||
"@tiptap/extension-superscript": "2.11.4", | ||
"@tiptap/extension-table": "2.11.4", | ||
"@tiptap/extension-table-cell": "2.11.4", | ||
"@tiptap/extension-table-header": "2.11.4", | ||
"@tiptap/extension-table-row": "2.11.4", | ||
"@tiptap/extension-task-item": "2.11.4", | ||
"@tiptap/extension-task-list": "2.11.4", | ||
"@tiptap/extension-text": "2.11.4", | ||
"@tiptap/extension-text-align": "2.11.4", | ||
"@tiptap/extension-text-style": "2.11.4", | ||
"@tiptap/extension-typography": "2.11.4", | ||
"@tiptap/extension-underline": "2.11.4", | ||
"@tiptap/extension-youtube": "2.11.4", | ||
"@tiptap/html": "2.11.4", | ||
"@tiptap/pm": "2.11.4", | ||
"@tiptap/react": "2.11.4", | ||
"@tiptap/starter-kit": "2.11.4", | ||
"@tiptap/suggestion": "2.11.4", | ||
"@tiptap/vue-2": "2.11.4", | ||
"@tiptap/vue-3": "2.11.4", | ||
"@tiptap-shared/rollup-config": "1.0.0" | ||
}, | ||
"changesets": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.