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.
2 parents 78e2b80 + 44ca49c commit 1731866Copy full SHA for 1731866
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+## 2.2.0 - 2025-05-29
10
+
11
+### Added
12
+- New `readonly` attribute that can be used to toggle the editor's `readonly` mode. #TINY-11911
13
14
## 2.1.0 - 2024-01-08
15
16
### Added
package.json
@@ -51,6 +51,6 @@
51
"dependencies": {
52
"@tinymce/miniature": "^6.0.0"
53
},
54
- "version": "2.2.1-rc",
+ "version": "2.2.0",
55
"name": "@tinymce/tinymce-webcomponent"
56
}
0 commit comments