WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a365c61

Browse files
chore(release): publish a new release version (#7204)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e9261bb commit a365c61

File tree

144 files changed

+656
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+656
-88
lines changed

.changeset/fix-emoji-collaboration-surrogate-pairs--swift-phoenix.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/fix-required-attributes-schema--wise-owl.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-unique-id-trailing-node-infinite-loop.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Releases
22

3+
## v3.10.5
4+
5+
### @tiptap/extension-collaboration
6+
7+
#### Patch Changes
8+
9+
- Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating `@tiptap/y-tiptap` to stable v3.0.0.
10+
11+
### @tiptap/extension-collaboration-caret
12+
13+
#### Patch Changes
14+
15+
- Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating `@tiptap/y-tiptap` to stable v3.0.0.
16+
17+
### @tiptap/extension-drag-handle
18+
19+
#### Patch Changes
20+
21+
- Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating `@tiptap/y-tiptap` to stable v3.0.0.
22+
23+
### @tiptap/core
24+
25+
#### Patch Changes
26+
27+
- Fixed ProseMirror schema generation to properly respect `isRequired` attribute configuration. Previously, attributes marked with `isRequired: true` were incorrectly treated as optional because a `default` property was always included in the schema specification. ProseMirror determines attribute requirements by the absence of the `default` property, so now the `default` is only included when the attribute is not required and a default value is explicitly defined.
28+
29+
### @tiptap/extension-unique-id
30+
31+
#### Patch Changes
32+
33+
- Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.
34+
35+
### @tiptap/extensions
36+
37+
#### Patch Changes
38+
39+
- Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.
40+
341
## v3.10.4
442

543
### @tiptap/core

packages-deprecated/extension-character-count/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 3.10.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9d5aeb1]
8+
- @tiptap/extensions@3.10.5
9+
310
## 3.10.4
411

512
### Patch Changes

packages-deprecated/extension-character-count/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/extension-character-count",
33
"description": "font family extension for tiptap",
4-
"version": "3.10.4",
4+
"version": "3.10.5",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",

packages-deprecated/extension-dropcursor/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 3.10.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9d5aeb1]
8+
- @tiptap/extensions@3.10.5
9+
310
## 3.10.4
411

512
### Patch Changes

packages-deprecated/extension-dropcursor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/extension-dropcursor",
33
"description": "dropcursor extension for tiptap",
4-
"version": "3.10.4",
4+
"version": "3.10.5",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",

packages-deprecated/extension-focus/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 3.10.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9d5aeb1]
8+
- @tiptap/extensions@3.10.5
9+
310
## 3.10.4
411

512
### Patch Changes

packages-deprecated/extension-focus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/extension-focus",
33
"description": "focus extension for tiptap",
4-
"version": "3.10.4",
4+
"version": "3.10.5",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",

0 commit comments

Comments
 (0)