Skip to content

Commit abc5b34

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

File tree

148 files changed

+781
-105
lines changed

Some content is hidden

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

148 files changed

+781
-105
lines changed

.changeset/curvy-foxes-wonder.md

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

.changeset/eleven-brooms-jog.md

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

.changeset/five-snakes-deliver.md

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

.changeset/fix-text-align-can-check-bright-moon-forest.md

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

.changeset/fix-update-reset-attributes-return-value-blue-sky-thunder.md

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

.changeset/fix-youtube-rendering-stops-sunny-ocean-breeze.md

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

.changeset/markdown-marked-downgrade.md

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

CHANGELOG.md

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

3+
## v3.10.8
4+
5+
### @tiptap/core
6+
7+
#### Patch Changes
8+
9+
- Fixed a bug that caused extra characters to be inserted after a parsed, nestable content block by accounting for leading newlines
10+
- Add documentation comments to Tiptap JSON types
11+
- allow `undefined` as a value for the `default` attribute key
12+
- Fix `updateAttributes` and `resetAttributes` commands to return accurate results when used with `.can()`. Previously, these commands would always return `true` even when they couldn't perform the operation. Now they correctly return `false` when no matching nodes or marks are found in the selection.
13+
14+
### @tiptap/extension-text-align
15+
16+
#### Patch Changes
17+
18+
- Fix `setTextAlign` and `unsetTextAlign` commands to work correctly with `.can()` checks. Changed logic from `.every()` to `.some()` to return `true` when at least one configured node type matches, rather than requiring all types to match.
19+
20+
### @tiptap/static-renderer
21+
22+
#### Patch Changes
23+
24+
- Fix static HTML renderer incorrectly generating self-closing tags for HTML elements that require proper closing tags (iframe, script, style, etc.).
25+
26+
### @tiptap/markdown
27+
28+
#### Patch Changes
29+
30+
- Fixed CommonJS compatibility by downgrading `marked` dependency from v16 to v15.
31+
332
## v3.10.7
433

534
### @tiptap/vue-2

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

0 commit comments

Comments
 (0)