Skip to content

Commit eb5628f

Browse files
committed
Merge branch 'main' of github.com:ueberdosis/tiptap
2 parents e094c7e + b9b9aa8 commit eb5628f

File tree

149 files changed

+652
-92
lines changed

Some content is hidden

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

149 files changed

+652
-92
lines changed

.changeset/fix-tilde-codeblock-gentle-warm-breeze.md

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

.changeset/fuzzy-cups-collect.md

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

.changeset/odd-foxes-type.md

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

.changeset/rotten-knives-fry.md

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

CHANGELOG.md

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

3+
## v3.20.1
4+
5+
### @tiptap/extension-code-block
6+
7+
#### Patch Changes
8+
9+
- Fix tilde-fenced code blocks (`~~~`) being silently dropped when parsing markdown
10+
11+
### @tiptap/extension-drag-handle
12+
13+
#### Patch Changes
14+
15+
- Fix Drag event listener is removed when a plugin is registered after the DragHandle plugin.
16+
17+
### @tiptap/extension-unique-id
18+
19+
#### Patch Changes
20+
21+
- Add support for `types: 'all'` in `UniqueID` to target every node type except `doc` and `text`.
22+
23+
### @tiptap/core
24+
25+
#### Patch Changes
26+
27+
- Fix inline `style` parsing in `mergeAttributes` for values containing `:` or `;` (e.g. `url(https://...)` or `url(data:...;charset=...,)`) and skip incomplete declarations
28+
329
## v3.20.0
430

531
### @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.20.1
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.20.1
8+
39
## 3.20.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.20.0",
4+
"version": "3.20.1",
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.20.1
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.20.1
8+
39
## 3.20.0
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.20.0",
4+
"version": "3.20.1",
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.20.1
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.20.1
8+
39
## 3.20.0
410

511
### Patch Changes

0 commit comments

Comments
 (0)