Skip to content

Commit 8ee6d9a

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

149 files changed

Lines changed: 715 additions & 95 deletions

File tree

Some content is hidden

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

.changeset/fix-drag-handle-rtl.md

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

.changeset/fix-nodeview-position-updates.md

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

.changeset/fix-react-nodeview-stale-getpos.md

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

.changeset/sweet-chefs-walk.md

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

CHANGELOG.md

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

3+
## v3.22.1
4+
5+
### @tiptap/extension-drag-handle
6+
7+
#### Patch Changes
8+
9+
- Fixed drag handle ghost image for RTL and mixed-direction content: the ghost wrapper now uses the dragged block’s computed `direction` (via `domAtPos`), and the drag image hotspot uses the cursor position relative to the ghost `wrapper` so the preview aligns with the pointer in both LTR and RTL.
10+
11+
### @tiptap/core
12+
13+
#### Patch Changes
14+
15+
- Fix NodeView not re-rendering when a node's position changes without content or decoration changes (e.g. when a sibling node is moved within the same parent)
16+
- Don't stop dragover/dragenter events in NodeViews, to prevent spurious drag-copy cursors
17+
18+
### @tiptap/react
19+
20+
#### Patch Changes
21+
22+
- Fix NodeView not re-rendering when a node's position changes without content or decoration changes (e.g. when a sibling node is moved within the same parent)
23+
- Prevent React node views from crashing during deferred selection updates when ProseMirror has already detached the node view position lookup.
24+
25+
### @tiptap/vue-3
26+
27+
#### Patch Changes
28+
29+
- Fix NodeView not re-rendering when a node's position changes without content or decoration changes (e.g. when a sibling node is moved within the same parent)
30+
31+
### @tiptap/vue-2
32+
33+
#### Patch Changes
34+
35+
- Fix NodeView not re-rendering when a node's position changes without content or decoration changes (e.g. when a sibling node is moved within the same parent)
36+
337
## v3.22.0
438

539
### @tiptap/extension-emoji

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.22.1
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.22.1
8+
39
## 3.22.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.22.0",
4+
"version": "3.22.1",
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.22.1
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.22.1
8+
39
## 3.22.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.22.0",
4+
"version": "3.22.1",
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.22.1
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.22.1
8+
39
## 3.22.0
410

511
### Patch Changes

0 commit comments

Comments
 (0)