File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## Unreleased
8
8
9
+ ## 6.3.0 - 2025-07-31
10
+
9
11
### Changed
10
12
- Set the default ` cloudChannel ` to ` 8 ` . #INT-3350
13
+ - Updated peer dependency to support tinymce ` 8 ` . #INT-3350
11
14
12
15
## 6.2.1 - 2025-06-03
13
16
Original file line number Diff line number Diff line change 4
4
5
5
This package is a thin wrapper around [ TinyMCE] ( https://github.com/tinymce/tinymce ) to make it easier to use in a React application.
6
6
7
- * If you need detailed documentation on TinyMCE, see: [ TinyMCE Documentation] ( https://www.tiny.cloud/docs/tinymce/latest / ) .
8
- * For the TinyMCE React Quick Start, see: [ TinyMCE Documentation - React Integration] ( https://www.tiny.cloud/docs/tinymce/latest /react-cloud/ ) .
9
- * For the TinyMCE React Technical Reference, see: [ TinyMCE Documentation - TinyMCE React Technical Reference] ( https://www.tiny.cloud/docs/tinymce/latest /react-ref/ ) .
7
+ * If you need detailed documentation on TinyMCE, see: [ TinyMCE Documentation] ( https://www.tiny.cloud/docs/tinymce/8 / ) .
8
+ * For the TinyMCE React Quick Start, see: [ TinyMCE Documentation - React Integration] ( https://www.tiny.cloud/docs/tinymce/8 /react-cloud/ ) .
9
+ * For the TinyMCE React Technical Reference, see: [ TinyMCE Documentation - TinyMCE React Technical Reference] ( https://www.tiny.cloud/docs/tinymce/8 /react-ref/ ) .
10
10
* For our quick demos, check out the TinyMCE React [ Storybook] ( https://tinymce.github.io/tinymce-react/ ) .
11
11
12
12
Original file line number Diff line number Diff line change 78
78
"typescript" : " ~5.8.2" ,
79
79
"vite" : " ^6.2.1"
80
80
},
81
- "version" : " 6.2.2-rc " ,
81
+ "version" : " 6.3.0 " ,
82
82
"name" : " @tinymce/tinymce-react"
83
83
}
You can’t perform that action at this time.
0 commit comments