Skip to content

Commit 7c72d24

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

File tree

145 files changed

+663
-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.

145 files changed

+663
-95
lines changed

.changeset/bright-walls-wash.md

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

.changeset/fix-collaboration-caret-user-update--steady-swan.md

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

.changeset/ninety-olives-guess.md

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

.changeset/weak-seas-sniff.md

Lines changed: 0 additions & 5 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.12.0
4+
5+
### @tiptap/extension-collaboration
6+
7+
#### Minor Changes
8+
9+
- Implement position mapping using the `MappablePosition` class. This enables position mapping in collaborative editing scenarios.
10+
11+
- Introduce `MappablePosition` class in core with `position`, `fromJSON`, and `toJSON` methods
12+
- Add `editor.utils` property with `getUpdatedPosition(position, transaction)` and `createMappablePosition()` methods
13+
- Create `CollaborationMappablePosition` subclass that extends `MappablePosition` with Y.js relative position support
14+
15+
### @tiptap/core
16+
17+
#### Minor Changes
18+
19+
- Implement position mapping using the `MappablePosition` class. This enables position mapping in collaborative editing scenarios.
20+
21+
- Introduce `MappablePosition` class in core with `position`, `fromJSON`, and `toJSON` methods
22+
- Add `editor.utils` property with `getUpdatedPosition(position, transaction)` and `createMappablePosition()` methods
23+
- Create `CollaborationMappablePosition` subclass that extends `MappablePosition` with Y.js relative position support
24+
25+
### @tiptap/extension-collaboration-caret
26+
27+
#### Patch Changes
28+
29+
- Avoid mutating `this.options` in the `updateUser` command. `this.options` can be a getter and is not writable; the command now updates the provider awareness directly so user updates are applied correctly.
30+
31+
### @tiptap/react
32+
33+
#### Minor Changes
34+
35+
- Replaced unmaintained `fast-deep-equal` dependency with maintained `fast-equals`
36+
37+
#### Patch Changes
38+
39+
- Fix a bug where React node views could receive invalid positions from `this.getPos()` when ProseMirror and React render cycles got out of sync, which could cause errors during updates.
40+
341
## v3.11.1
442

543
### @tiptap/core

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.12.0
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.12.0
8+
39
## 3.11.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.11.1",
4+
"version": "3.12.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.12.0
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.12.0
8+
39
## 3.11.1
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.11.1",
4+
"version": "3.12.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.12.0
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.12.0
8+
39
## 3.11.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)