angular-notifier
Advanced tools
Comparing version 13.0.0 to 14.0.0
@@ -7,2 +7,14 @@ # Changelog | ||
## [14.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/14.0.0) (2023-06-05) | ||
### Features | ||
- Upgrade to Angular 16 ([#256](https://github.com/dominique-mueller/angular-notifier/pull/256)) | ||
### BREAKING CHANGES | ||
- The upgrade to Angular 16 breaks compatibility with Angular 15. | ||
<br> | ||
## [13.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/13.0.0) (2023-06-05) | ||
@@ -9,0 +21,0 @@ |
@@ -156,3 +156,3 @@ import { AfterViewInit, ElementRef, EventEmitter, Renderer2 } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NotifierNotificationComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NotifierNotificationComponent, "notifier-notification", never, { "notification": "notification"; }, { "ready": "ready"; "dismiss": "dismiss"; }, never, never, false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NotifierNotificationComponent, "notifier-notification", never, { "notification": { "alias": "notification"; "required": false; }; }, { "ready": "ready"; "dismiss": "dismiss"; }, never, never, false, never>; | ||
} |
@@ -7,7 +7,3 @@ { | ||
], | ||
"module": "fesm2015/angular-notifier.mjs", | ||
"es2020": "fesm2020/angular-notifier.mjs", | ||
"esm2020": "esm2020/angular-notifier.mjs", | ||
"fesm2020": "fesm2020/angular-notifier.mjs", | ||
"fesm2015": "fesm2015/angular-notifier.mjs", | ||
"module": "fesm2022/angular-notifier.mjs", | ||
"typings": "index.d.ts", | ||
@@ -20,7 +16,5 @@ "exports": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/angular-notifier.mjs", | ||
"es2020": "./fesm2020/angular-notifier.mjs", | ||
"es2015": "./fesm2015/angular-notifier.mjs", | ||
"node": "./fesm2015/angular-notifier.mjs", | ||
"default": "./fesm2020/angular-notifier.mjs" | ||
"esm2022": "./esm2022/angular-notifier.mjs", | ||
"esm": "./esm2022/angular-notifier.mjs", | ||
"default": "./fesm2022/angular-notifier.mjs" | ||
} | ||
@@ -32,3 +26,3 @@ }, | ||
"description": "A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.", | ||
"version": "13.0.0", | ||
"version": "14.0.0", | ||
"license": "MIT", | ||
@@ -53,5 +47,5 @@ "repository": { | ||
"peerDependencies": { | ||
"@angular/common": ">= 15.0.0 < 16.0.0", | ||
"@angular/core": ">= 15.0.0 < 16.0.0" | ||
"@angular/common": ">= 16.0.0 < 17.0.0", | ||
"@angular/core": ">= 16.0.0 < 17.0.0" | ||
} | ||
} |
@@ -49,2 +49,3 @@ <div align="center"> | ||
| `13.x` | `15.x` | Ivy (partial mode) | | ||
| `14.x` | `16.x` | Ivy (partial mode) | | ||
@@ -51,0 +52,0 @@ <br><br><br> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
516
1278696
63
3757
1