Skip to content

Commit e4b95fa

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

File tree

142 files changed

+613
-75
lines changed

Some content is hidden

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

142 files changed

+613
-75
lines changed

.changeset/add-text-direction-support-golden-river-mountain.md

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

CHANGELOG.md

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

3+
## v3.11.0
4+
5+
### @tiptap/core
6+
7+
#### Minor Changes
8+
9+
- Add native text direction support for RTL and bidirectional content. The editor now includes a `textDirection` option that can be set to `'ltr'`, `'rtl'`, or `'auto'` to control the direction of all content globally. Additionally, new `setTextDirection` and `unsetTextDirection` commands allow for granular control of text direction on specific nodes. This enables proper rendering of right-to-left languages like Arabic and Hebrew, as well as bidirectional text mixing multiple languages.
10+
311
## v3.10.8
412

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

packages-deprecated/extension-gapcursor/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.11.0
4+
5+
### Patch Changes
6+
7+
- @tiptap/extensions@3.11.0
8+
39
## 3.10.8
410

511
### Patch Changes

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

0 commit comments

Comments
 (0)