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.
1 parent f187c1b commit 2611e4eCopy full SHA for 2611e4e
CHANGELOG.md
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+### Added
10
+- Support for `react` version `^19.0.0` by updating the `react` and `react-dom` in the `peerDependencies` to `^19.0.0`
11
+
12
## 6.0.0 - 2025-02-21
13
14
### 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