Skip to content

Commit

Permalink
Merge branch 'develop' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadiBlitz authored Feb 9, 2025
2 parents 66c6259 + f3258d9 commit 9064e80
Show file tree
Hide file tree
Showing 122 changed files with 913 additions and 371 deletions.
4 changes: 3 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [],
"ignore": [
"@tiptap-shared/rollup-config"
],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
Expand Down
5 changes: 5 additions & 0 deletions .changeset/empty-pillows-cover.md
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.
5 changes: 5 additions & 0 deletions .changeset/healthy-badgers-agree.md
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
5 changes: 0 additions & 5 deletions .changeset/perfect-pillows-rhyme.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/popular-owls-rhyme.md

This file was deleted.

63 changes: 63 additions & 0 deletions .changeset/pre.json
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": []
}
6 changes: 6 additions & 0 deletions demos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.5.2

### Patch Changes

- 98fffbb: Upgraded prosemirror-tables to 1.6.3 to fix cells being resizable while the editor is uneditable

## 2.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiptap-demos",
"version": "2.5.1",
"version": "2.5.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
Loading

0 comments on commit 9064e80

Please sign in to comment.