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 9d7ea8d

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

File tree

147 files changed

+740
-107
lines changed

Some content is hidden

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

147 files changed

+740
-107
lines changed

.changeset/add-data-dragging-attribute--swift-fox.md

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

.changeset/olive-cycles-drive.md

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

.changeset/plenty-dancers-listen.md

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

.changeset/rare-clouds-yell.md

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

.changeset/serious-pigs-chew.md

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

.changeset/soft-candles-knock.md

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

CHANGELOG.md

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

3+
## v3.13.0
4+
5+
### @tiptap/extension-drag-handle
6+
7+
#### Patch Changes
8+
9+
- Added `data-dragging` attribute to drag handle elements to track drag state.
10+
11+
### @tiptap/extension-drag-handle-react
12+
13+
#### Patch Changes
14+
15+
- Added `data-dragging` attribute to drag handle elements to track drag state.
16+
17+
### @tiptap/extension-drag-handle-vue-2
18+
19+
#### Patch Changes
20+
21+
- Added `data-dragging` attribute to drag handle elements to track drag state.
22+
23+
### @tiptap/extension-drag-handle-vue-3
24+
25+
#### Patch Changes
26+
27+
- Added `data-dragging` attribute to drag handle elements to track drag state.
28+
29+
### @tiptap/extension-link
30+
31+
#### Patch Changes
32+
33+
- Ensure `enableClickSelection` works regardless of the `openOnClick` option by always registering the link click handler plugin.
34+
35+
### @tiptap/extension-table-of-contents
36+
37+
#### Patch Changes
38+
39+
- Skip the table of contents update logic during IME input method composition to avoid interference with input.
40+
41+
### @tiptap/markdown
42+
43+
#### Patch Changes
44+
45+
- Fixed trailing and leading whitespace handling in markdown serialization for inline marks
46+
47+
### @tiptap/extension-mention
48+
49+
#### Patch Changes
50+
51+
- Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@' character, keeping markdown output clean for single-mention users.
52+
53+
### @tiptap/core
54+
55+
#### Minor Changes
56+
57+
- 1. **Added** an optional `createCustomHandle` callback to `ResizableNodeView`, allowing developers to fully customize resize handles. When provided, it replaces the default handle creation and bypasses the built-in `positionHandle` logic, giving complete control over markup, styling, and positioning while preserving backward compatibility.
58+
2. **Removed** predefined inline styles from the `wrapper` element to better support dynamic alignment. This eliminates the need for `!important` overrides in user styles.
59+
3. **Added** an editor `update` event listener to dynamically attach or remove resize handles based on the editor’s editable state. The implementation tracks the previous editable state to avoid unnecessary re-renders.
60+
61+
#### Patch Changes
62+
63+
- Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@' character, keeping markdown output clean for single-mention users.
64+
65+
### @tiptap/extension-image
66+
67+
#### Minor Changes
68+
69+
- 1. **Added** an optional `createCustomHandle` callback to `ResizableNodeView`, allowing developers to fully customize resize handles. When provided, it replaces the default handle creation and bypasses the built-in `positionHandle` logic, giving complete control over markup, styling, and positioning while preserving backward compatibility.
70+
2. **Removed** predefined inline styles from the `wrapper` element to better support dynamic alignment. This eliminates the need for `!important` overrides in user styles.
71+
3. **Added** an editor `update` event listener to dynamically attach or remove resize handles based on the editor’s editable state. The implementation tracks the previous editable state to avoid unnecessary re-renders.
72+
373
## v3.12.1
474

575
### @tiptap/extension-table-of-contents

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.13.0
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.13.0
8+
39
## 3.12.1
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.12.1",
4+
"version": "3.13.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.13.0
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.13.0
8+
39
## 3.12.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)