File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,26 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## Unreleased
8
8
9
- ## 5.0.0 - 2024-03-25
9
+ ## 5.0.0 - 2024-03-27
10
10
11
11
### Added
12
12
- Added ` licenseKey ` property that overrides the TinyMCE ` license_key ` init property. #INT-3291
13
13
- Added events ` onInput ` , ` onCompositionEnd ` , ` onCompositionStart ` & ` onCompositionUpdate ` . #INT-3291
14
14
- Added a JSDoc link to the TinyMCE 7 React Technical Reference docs page. #INT-3291
15
15
16
- ### Fixed
17
- - ` readonly ` init property is now properly typed as undefined, as it's overriden by the integration. #INT-3287
18
-
19
- ### Changed
20
- - Updated dependencies. #INT-3291
21
- - Changed default cloudChannel to ` '7' ` . #INT-3291
22
-
23
16
### Improved
24
17
- Improved ` cloudChannel ` type. #INT-3291
25
18
- Updated to Storybook v8 and it now uses react-vite as a bundler/builder instead of webpack. #INT-3291
26
19
- Storybook examples now use CSFv3 components. #INT-3291
27
20
- Tests now run against TinyMCE version 7 as well. #INT-3291
28
21
22
+ ### Changed
23
+ - Updated dependencies. #INT-3291
24
+ - Changed default cloudChannel to ` '7' ` . #INT-3291
25
+
26
+ ### Fixed
27
+ - ` readonly ` init property is now properly typed as undefined, as it's overriden by the integration. #INT-3287
28
+
29
29
## 4.3.2 - 2023-11-20
30
30
31
31
### Fixed
Original file line number Diff line number Diff line change 70
70
"typescript" : " ~5.4.3" ,
71
71
"vite" : " ^5.2.2"
72
72
},
73
- "version" : " 5.0.0-rc " ,
73
+ "version" : " 5.0.0" ,
74
74
"name" : " @tinymce/tinymce-react"
75
75
}
You can’t perform that action at this time.
0 commit comments