🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

ngx-skeleton-loader

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-skeleton-loader - npm Package Versions

2345

11.2.1

Diff
willmendesneto
published 11.2.1 •

Changelog

Source

[11.2.1][] - 2025-06-27

Changed

  • Adding new appearance square
  • Fixing peerDependencies install
willmendesneto
published 11.2.0 •

Changelog

Source

[11.2.0][] - 2025-06-09

Added

  • Adding new pulse-dark animation

Updated

  • Upgrading Angular deps to v20
  • Replacing npm install to npm ci on Circle CI pipeline
willmendesneto
published 11.1.0 •

Changelog

Source

[11.1.0][] - 2025-05-19

Added

  • Adding support for standalone provideNgxSkeletonLoader()

Updated

  • Upgrade project to use eslint v9
  • Updating docs to reflect standalone provideNgxSkeletonLoader() support
willmendesneto
published 11.0.0 •

Changelog

Source

[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.
willmendesneto
published 10.0.0 •

Changelog

Source

[10.0.0][] - 2025-01-24

Removed

  • Removing warnings in dev mode in favor of typed angular signals integration. It should not affect consumers in general, but it will be released as a major version, since this project follows the SEMVER standards

Updated

Thanks to @lekhmanrus

  • Upgrading @angular/* packages to v19 - https://github.com/willmendesneto/ngx-skeleton-loader/pull/179
  • Implementing Angular Signals integration - https://github.com/willmendesneto/ngx-skeleton-loader/pull/179
  • Making NGX-Skeleton-Loader Standalone Compliant - Closes https://github.com/willmendesneto/ngx-skeleton-loader/issues/183

Added

  • Adding PUBLISHING_HOTFIX.md file describing all the steps to cover a hotfix in older version of NGX-Skeleton-Loader module
willmendesneto
published 9.0.0 •

Changelog

Source

[9.0.0][] - 2024-01-13

Updated

  • Upgrading @angular/* packages to v17
  • Upgrading NodeJS to v20.10.0
willmendesneto
published 8.1.0 •

Changelog

Source

[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;
willmendesneto
published 8.0.2 •

Changelog

Source

[8.0.2][] - 2023-09-11

Fixed

  • Fixing README.md docs
willmendesneto
published 8.0.1 •

Changelog

Source

[8.0.1][] - 2023-08-30

Fixed

  • Fixing CSS reduce motion in MacOS;
willmendesneto
published 8.0.0 •

Changelog

Source

[8.0.0][] - 2023-06-20

Changed

  • Updating project to support Angular v16;
  • Updating NodeJS version to v18;
  • Updating peerDependencies to point to latest @angular/* packages;

Removed

  • Removing perf-marks dependency library;