ngx-skeleton-loader
Advanced tools
Comparing version
@@ -10,2 +10,9 @@ # Change Log | ||
## [11.0.0][] - 2025-04-09 | ||
### Updated | ||
- Upgrading project to use Node.js v22.14.0 | ||
- Upgrading project to Angular v19 | ||
- Removing [ngStyle] and [ngClass] in favor of `[style]` and `[class]`, respectively. These directives are expected to be removed in future Angular versions, since their behavior can be replicated using native bindings. This change also reduces the initial bundle size for applications that don’t use these directives. | ||
## [10.0.0][] - 2025-01-24 | ||
@@ -616,3 +623,4 @@ | ||
[6.0.0]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v6.0.0 | ||
[Unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v10.0.0...HEAD | ||
[Unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v11.0.0...HEAD | ||
[11.0.0]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v10.0.0...v11.0.0 | ||
[10.0.0]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v9.0.0...v10.0.0 | ||
@@ -619,0 +627,0 @@ [9.0.0]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v9.0.0...v9.0.0 |
import { ModuleWithProviders } from '@angular/core'; | ||
import { NgxSkeletonLoaderConfig } from './ngx-skeleton-loader-config.types'; | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./ngx-skeleton-loader.component"; | ||
import * as i1 from "./ngx-skeleton-loader.component"; | ||
export declare class NgxSkeletonLoaderModule { | ||
static forRoot(config?: Partial<NgxSkeletonLoaderConfig>): ModuleWithProviders<NgxSkeletonLoaderModule>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxSkeletonLoaderModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSkeletonLoaderModule, never, [typeof i1.CommonModule, typeof i2.NgxSkeletonLoaderComponent], [typeof i2.NgxSkeletonLoaderComponent]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSkeletonLoaderModule, never, [typeof i1.NgxSkeletonLoaderComponent], [typeof i1.NgxSkeletonLoaderComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<NgxSkeletonLoaderModule>; | ||
} |
{ | ||
"name": "ngx-skeleton-loader", | ||
"description": "Make beautiful, animated loading skeletons that automatically adapt to your Angular apps", | ||
"version": "10.0.0", | ||
"version": "11.0.0", | ||
"peerDependencies": { | ||
"@angular/common": ">=18.0.0", | ||
"@angular/core": ">=18.0.0" | ||
"@angular/common": ">=19.0.0", | ||
"@angular/core": ">=19.0.0" | ||
}, | ||
@@ -43,4 +43,2 @@ "license": "MIT", | ||
"types": "./index.d.ts", | ||
"esm2022": "./esm2022/ngx-skeleton-loader.mjs", | ||
"esm": "./esm2022/ngx-skeleton-loader.mjs", | ||
"default": "./fesm2022/ngx-skeleton-loader.mjs" | ||
@@ -47,0 +45,0 @@ } |
@@ -263,7 +263,7 @@ # NGX Skeleton loader | ||
The [theme] attribute now accepts the same configuration as `ngStyle` as well. That means you can manage to use like you're doing with the built-in directive, having a pleasure and beautiful experience | ||
The [theme] attribute now accepts the same configuration as `[style]` as well. That means you can manage to use like you're doing with the built-in directive, having a pleasure and beautiful experience | ||
```html | ||
<!-- | ||
Note that we are using a combination of styles and ngStyle inside theme object, | ||
Note that we are using a combination of styles and [style] inside theme object, | ||
having `height.px` receiving a number and `background-color` receiving a HEX Color | ||
@@ -270,0 +270,0 @@ --> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2
-50%77747
-29.49%13
-27.78%280
-38.86%