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 5bcfde8 commit 891859eCopy full SHA for 891859e
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
+### Fixed
10
+- Added rxjs ^7.4.0 as a peer dependency. Since last major release now uses rxjs v7 imports. #INT-3306
11
+
12
## 8.0.0 - 2024-04-29
13
14
### Added
tinymce-angular-component/package.json
@@ -9,7 +9,8 @@
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@angular/common": ">=16.0.0",
- "@angular/forms": ">=16.0.0"
+ "@angular/forms": ">=16.0.0",
+ "rxjs": "^7.4.0"
},
15
"dependencies": {
16
"tinymce": "^7.0.0 || ^6.0.0 || ^5.5.0"
0 commit comments