Skip to content

Commit 3bb4ed2

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

File tree

144 files changed

+677
-87
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

+677
-87
lines changed

.changeset/lemon-bikes-retire.md

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

.changeset/orange-coins-smoke.md

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

.changeset/perfect-mails-drive.md

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

CHANGELOG.md

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

3+
## v3.10.0
4+
5+
### @tiptap/core
6+
7+
#### Minor Changes
8+
9+
- Add a new ResizableNodeview NodeView to core that wraps elements (images, videos, iframes) with configurable resize handles. It provides live onResize/onCommit callbacks, min/max constraints, aspect-ratio support, and styling hooks (class names + data attributes) to improve UX when resizing media inside the editor.
10+
- the addNodeView function can now return `null` to dynamically disable rendering of a node view
11+
12+
While this should not directly cause any issues, it's noteworthy as it still could affect some behavior in some edge cases.
13+
14+
### @tiptap/extension-image
15+
16+
#### Minor Changes
17+
18+
- Added a new `resize` option that allows images to be resized. The option adds resize handlers to images allowing users to manually resize images via drag and drop or touch
19+
320
## v3.9.1
421

522
### @tiptap/extension-table

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.0
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.10.0
8+
39
## 3.9.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.9.1",
4+
"version": "3.10.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.10.0
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.10.0
8+
39
## 3.9.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.9.1",
4+
"version": "3.10.0",
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.0
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.10.0
8+
39
## 3.9.1
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.9.1",
4+
"version": "3.10.0",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",

0 commit comments

Comments
 (0)