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 @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ ## 6.3.0 - 2025-07-31
11
+
10
12
### Changed
11
13
- Set the default cloudChannel to ` '8' ` . #INT-3352
14
+ - Updated peer dependency to support tinymce ` 8 ` . #INT-3352
12
15
13
16
## 6.2.0 - 2025-06-02
14
17
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 Vue 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 Vue Quick Start, see: [ TinyMCE Documentation - Vue Integration] ( https://www.tiny.cloud/docs/tinymce/latest /vue-cloud ) .
9
- * For the TinyMCE Vue Technical Reference, see: [ TinyMCE Documentation - TinyMCE Vue Technical Reference] ( https://www.tiny.cloud/docs/tinymce/latest /vue-ref ) .
7
+ * If you need detailed documentation on TinyMCE, see: [ TinyMCE Documentation] ( https://www.tiny.cloud/docs/tinymce/8 / ) .
8
+ * For the TinyMCE Vue Quick Start, see: [ TinyMCE Documentation - Vue Integration] ( https://www.tiny.cloud/docs/tinymce/8 /vue-cloud ) .
9
+ * For the TinyMCE Vue Technical Reference, see: [ TinyMCE Documentation - TinyMCE Vue Technical Reference] ( https://www.tiny.cloud/docs/tinymce/8 /vue-ref ) .
10
10
* For our quick demos, check out the TinyMCE Vue [ Storybook] ( https://tinymce.github.io/tinymce-vue/ ) .
11
11
12
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tinymce/tinymce-vue" ,
3
- "version" : " 6.2.1-rc " ,
3
+ "version" : " 6.3.0 " ,
4
4
"description" : " Official TinyMCE Vue 3 Component" ,
5
5
"private" : false ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments