Skip to content

Commit f74ce9f

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

File tree

147 files changed

+670
-109
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

+670
-109
lines changed

.changeset/bubble-floating-menu-attrs.md

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

.changeset/fix-hard-break-markdown-br.md

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

.changeset/nine-eyes-call.md

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

.changeset/rare-pumpkins-shave.md

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

.changeset/ready-rings-fall.md

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

.changeset/two-moles-learn.md

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

CHANGELOG.md

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

3+
## v3.9.0
4+
5+
### @tiptap/vue-3
6+
7+
#### Patch Changes
8+
9+
- Fix attribute forwarding for BubbleMenu and FloatingMenu Vue 3 components to allow setting z-index and other HTML attributes
10+
11+
### @tiptap/extension-hard-break
12+
13+
#### Patch Changes
14+
15+
- Ensure that markdown hard breaks (two spaces followed by a newline) are parsed so they render as line breaks (`<br>`) in the editor when using `contentType: 'markdown'`.
16+
17+
Fixes #7107
18+
19+
### @tiptap/extension-unique-id
20+
21+
#### Minor Changes
22+
23+
- Add `updateDocument` option to disable document updates caused by the Unique ID extension.
24+
25+
### @tiptap/core
26+
27+
#### Patch Changes
28+
29+
- Only remove injected CSS on unmount if no other editors are in the document (fixes #6836)
30+
31+
### @tiptap/extension-drag-handle
32+
33+
#### Patch Changes
34+
35+
- Replace DOM traversal with browser's native elementsFromPoint for better performance.
36+
37+
- Use elementsFromPoint instead of querySelectorAll
38+
- Add clampToContent helper for coordinate boundary validation
39+
- Add findClosestTopLevelBlock helper for efficient block lookup
40+
- Future-proof for root-level mousemove listeners
41+
42+
### @tiptap/react
43+
44+
#### Patch Changes
45+
46+
- Prevent Bubble Menu plugin from re-loading every time the BubbleMenu component re-renders. Reverts a regression introduced in v3.6.3, in PR #7028.
47+
348
## v3.8.0
449

550
### @tiptap/extension-unique-id

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.9.0
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.9.0
8+
39
## 3.8.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.8.0",
4+
"version": "3.9.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.9.0
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.9.0
8+
39
## 3.8.0
410

511
### Patch Changes

0 commit comments

Comments
 (0)