Skip to content

Commit 0860c60

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

File tree

143 files changed

+635
-85
lines changed

Some content is hidden

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

143 files changed

+635
-85
lines changed

.changeset/shaggy-turkeys-sparkle.md

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

.changeset/wicked-elephants-jam.md

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

CHANGELOG.md

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

3+
## v3.11.1
4+
5+
### @tiptap/core
6+
7+
#### Patch Changes
8+
9+
- Improve TypeScript generics for Node.extend
10+
11+
The Node.extend method's TypeScript signature was updated so that ExtendedConfig can extend NodeConfig and MarkConfig,
12+
improving type inference when extending Node and Mark classes with additional config properties.
13+
14+
This is a type-only change — there are no runtime behavior changes.
15+
16+
### @tiptap/extensions
17+
18+
#### Patch Changes
19+
20+
- Fixed a bug where the TrailingNode extension would not use the node option to assume the default node type
21+
322
## v3.11.0
423

524
### @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.11.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [eea7190]
8+
- @tiptap/extensions@3.11.1
9+
310
## 3.11.0
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.11.0",
4+
"version": "3.11.1",
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.11.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [eea7190]
8+
- @tiptap/extensions@3.11.1
9+
310
## 3.11.0
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.11.0",
4+
"version": "3.11.1",
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.11.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [eea7190]
8+
- @tiptap/extensions@3.11.1
9+
310
## 3.11.0
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.11.0",
4+
"version": "3.11.1",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",

packages-deprecated/extension-gapcursor/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.11.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [eea7190]
8+
- @tiptap/extensions@3.11.1
9+
310
## 3.11.0
411

512
### Patch Changes

0 commit comments

Comments
 (0)