ngx-skeleton-loader
Advanced tools
Comparing version 8.0.2 to 8.1.0
@@ -10,2 +10,12 @@ # Change Log | ||
## [8.1.0][] - 2023-09-12 | ||
### Fixed | ||
- fixing issue with optional chaining not being supported on apps using Angular CLI <=v11; | ||
### Updated | ||
- Updated input values validation in order to remove optional chaining. Instead, the code is now using object destructuring to get config theme value; | ||
## [8.0.2][] - 2023-09-11 | ||
@@ -584,3 +594,4 @@ | ||
[6.0.0]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v6.0.0 | ||
[Unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v8.0.2...HEAD | ||
[Unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v8.1.0...HEAD | ||
[8.1.0]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v8.0.2...v8.1.0 | ||
[8.0.2]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v8.0.1...v8.0.2 | ||
@@ -587,0 +598,0 @@ [8.0.1]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v8.0.2...v8.0.1 |
{ | ||
"name": "ngx-skeleton-loader", | ||
"description": "Make beautiful, animated loading skeletons that automatically adapt to your Angular apps", | ||
"version": "8.0.2", | ||
"version": "8.1.0", | ||
"peerDependencies": { | ||
@@ -6,0 +6,0 @@ "@angular/common": ">=16.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
97797
123793