Skip to content

Commit 408e1e7

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

File tree

149 files changed

+684
-95
lines changed

Some content is hidden

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

149 files changed

+684
-95
lines changed

.changeset/curly-lizards-hang.md

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

.changeset/fix-firefox-drag-handle-caret.md

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

.changeset/is-firefox-util.md

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

.changeset/nested-drag-handle-sunny-river-dance.md

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

CHANGELOG.md

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

3+
## v3.17.0
4+
5+
### @tiptap/extension-bubble-menu
6+
7+
#### Patch Changes
8+
9+
- Added a safeguard to avoid `TypeError: Cannot read properties of null (reading 'domFromPos')` being thrown when the editor was being destroyed
10+
11+
### @tiptap/extension-drag-handle
12+
13+
#### Minor Changes
14+
15+
- Added nested drag handle support, allowing drag handles to appear for nested content like list items and blockquotes with configurable edge detection and custom rules.
16+
17+
#### Patch Changes
18+
19+
- Fixed Firefox bug where the text caret becomes invisible after drag and drop.
20+
21+
### @tiptap/core
22+
23+
#### Patch Changes
24+
25+
- Added `isFirefox` utility to core
26+
27+
### @tiptap/extension-drag-handle-react
28+
29+
#### Minor Changes
30+
31+
- Added nested drag handle support, allowing drag handles to appear for nested content like list items and blockquotes with configurable edge detection and custom rules.
32+
33+
### @tiptap/extension-drag-handle-vue-2
34+
35+
#### Minor Changes
36+
37+
- Added nested drag handle support, allowing drag handles to appear for nested content like list items and blockquotes with configurable edge detection and custom rules.
38+
39+
### @tiptap/extension-drag-handle-vue-3
40+
41+
#### Minor Changes
42+
43+
- Added nested drag handle support, allowing drag handles to appear for nested content like list items and blockquotes with configurable edge detection and custom rules.
44+
345
## v3.16.0
446

547
### @tiptap/extension-audio

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

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

3+
## 3.17.0
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.17.0
8+
39
## 3.16.0
410

511
### 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.16.0",
4+
"version": "3.17.0",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",

packages-deprecated/extension-dropcursor/CHANGELOG.md

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

3+
## 3.17.0
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.17.0
8+
39
## 3.16.0
410

511
### 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.16.0",
4+
"version": "3.17.0",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",

packages-deprecated/extension-focus/CHANGELOG.md

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

3+
## 3.17.0
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.17.0
8+
39
## 3.16.0
410

511
### Patch Changes

0 commit comments

Comments
 (0)