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 7472fcb commit cbb208bCopy full SHA for cbb208b
CHANGELOG.md
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
### Changed
11
- Moved tinymce dependency to be a optional peer dependency. #INT-3324
12
13
+### Fixed
14
+- Assigned the `licenseKey` prop to TinyMCE's `license_key` init prop. Community PR acknowledgement: Calneideck <cal_neideck@hotmail.com>
15
+
16
## 6.0.0 - 2024-06-05
17
18
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tinymce/tinymce-vue",
3
- "version": "7.0.2-rc",
+ "version": "7.0.0-rc",
4
"description": "Official TinyMCE Vue 3 Component",
5
"private": false,
6
"repository": {
0 commit comments