Skip to content

Commit 88fedcd

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

148 files changed

Lines changed: 615 additions & 97 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-localhost-autolink.md

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

.changeset/fix-taskitem-html-attributes.md

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

.changeset/fix-vue-menu-appendto-prop-type.md

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

.changeset/fix-youtube-shorts-embed-url.md

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

.changeset/thick-months-train.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.15.2
4+
5+
### @tiptap/extension-link
6+
7+
#### Patch Changes
8+
9+
- Prevent auto-linking of bare hostnames (e.g., `localhost`) and IP addresses without a protocol prefix
10+
11+
### @tiptap/extension-list
12+
13+
#### Patch Changes
14+
15+
- Fix lost HTML attributes in TaskItem node view updates
16+
17+
### @tiptap/vue-2
18+
19+
#### Patch Changes
20+
21+
- Fix Vue prop validation warning for `appendTo` prop in BubbleMenu and FloatingMenu
22+
23+
### @tiptap/vue-3
24+
25+
#### Patch Changes
26+
27+
- Fix Vue prop validation warning for `appendTo` prop in BubbleMenu and FloatingMenu
28+
29+
### @tiptap/extension-youtube
30+
31+
#### Patch Changes
32+
33+
- Fix YouTube Shorts embed URLs using incorrect query parameter separator
34+
35+
### @tiptap/react
36+
37+
#### Patch Changes
38+
39+
- Fix race conditions in ReactRenderer causing destroyed renderers to be re-added in Strict Mode
40+
341
## v3.15.1
442

543
### @tiptap/suggestion

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.15.2
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.15.2
8+
39
## 3.15.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.15.1",
4+
"version": "3.15.2",
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.15.2
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.15.2
8+
39
## 3.15.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.15.1",
4+
"version": "3.15.2",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",

0 commit comments

Comments
 (0)