Skip to content

Commit 3846571

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

File tree

144 files changed

+566
-85
lines changed

Some content is hidden

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

144 files changed

+566
-85
lines changed

.changeset/fix-hard-break-marks--noble-tiger.md

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

.changeset/fix-markdown-mark-closing-order--bright-bear.md

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

.changeset/fix-mixed-list-parsing--sharp-shark.md

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

CHANGELOG.md

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

3+
## v3.10.3
4+
5+
### @tiptap/markdown
6+
7+
#### Patch Changes
8+
9+
- Fix markdown serialization to prevent marks from continuing after hard breaks. Previously, marks like bold would incorrectly persist across hard breaks in the markdown output.
10+
- Fixed a bug where marks were resolved in incorrect orders, breaking markdown rendering for nested marks.
11+
- Fix parsing of mixed bullet lists and task lists. Previously, Marked.js would group consecutive bullet list items and task list items into a single list token, causing incorrect parsing. Now the parser detects mixed lists and splits them into separate bulletList and taskList nodes.
12+
313
## v3.10.2
414

515
### @tiptap/markdown

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.3
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.10.3
8+
39
## 3.10.2
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.2",
4+
"version": "3.10.3",
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.10.3
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.10.3
8+
39
## 3.10.2
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.10.2",
4+
"version": "3.10.3",
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.10.3
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.10.3
8+
39
## 3.10.2
410

511
### Patch Changes

packages-deprecated/extension-focus/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-focus",
33
"description": "focus extension for tiptap",
4-
"version": "3.10.2",
4+
"version": "3.10.3",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",

0 commit comments

Comments
 (0)