We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package.json
7
1 parent f187c1b commit da79160Copy full SHA for da79160
CHANGELOG.md
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
## Unreleased
8
9
+### Fixed
10
+- Updated `storybook` from `^8.2.4` to `^8.6.0`
11
+- Updated `react` and `react-dom` from `^18.3.1` to `^19.0.0`
12
+
13
+### Added
14
+- Support for `react` version `^19.0.0` by updating the `react` and `react-dom` in the `peerDependencies` to `^19.0.0`
15
16
## 6.0.0 - 2025-02-21
17
18
### Fixed
package.json
@@ -76,6 +76,6 @@
76
"typescript": "~5.5.3",
77
"vite": "^5.3.3"
78
},
79
- "version": "6.0.1-rc",
+ "version": "7.0.0-rc",
80
"name": "@tinymce/tinymce-react"
81
}
0 commit comments