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 05e0f3c commit 71cd3c0Copy full SHA for 71cd3c0
CHANGELOG.md
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
-### Improved
+### Fixed
10
- Editor initialization failure error handling. #INT-3366
11
12
## 2.3.1 - 2025-08-11
package.json
@@ -1,5 +1,7 @@
1
{
2
"description": "Official TinyMCE Web Component",
3
+ "version": "2.3.2-rc",
4
+ "name": "@tinymce/tinymce-webcomponent",
5
"repository": {
"url": "https://github.com/tinymce/tinymce-webcomponent"
},
@@ -51,7 +53,5 @@
51
53
52
54
"dependencies": {
55
"@tinymce/miniature": "^6.0.0"
- },
- "version": "2.3.2-rc",
56
- "name": "@tinymce/tinymce-webcomponent"
+ }
57
}
0 commit comments