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 cbd092a commit 15be8d5Copy full SHA for 15be8d5
CHANGELOG.md
@@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+## 8.0.1 - 2024-07-12
10
+
11
### Fixed
-- Added rxjs ^7.4.0 as a peer dependency. Since last major release now uses rxjs v7 imports. #INT-3306
12
+- Added rxjs ^7.4.0 as a peer dependency. Since last major release now uses rxjs v7 imports. #INT-3306
13
- `id` prop no longer logs a console warning on any use. #INT-3299
14
15
## 8.0.0 - 2024-04-29
package.json
@@ -75,6 +75,6 @@
75
"dependencies": {
76
"tinymce": "^5.10.7"
77
},
78
- "version": "8.0.1-rc",
+ "version": "8.0.1",
79
"name": "@tinymce/tinymce-angular"
80
}
0 commit comments