Ngx Spinner Versions Save

A library for loading spinner for Angular 4 - 17.

v6.1.1

5 years ago

Minor Changes:

  • Created the new build using latest Angular CLI(ng-packgr)
  • Removed loadingText input property, now you can pass HTML content as Transclution
  • Dynamic content as loading text or customize loading text
  • Now you can put spinner to any specific container instead of full screen(depends on parent element)

v6.0.0

6 years ago

Breaking Changes:

  • Angular 6 support (dependencies updated)
  • npm version of ngx-spinner synced with Angular version
  • More cool features coming soon

v2.0.0

6 years ago

Breaking Changes:

  • Angular 5 support (dependencies updated)
  • Removed bdOpacity input
  • Change in bdColor, now it supports only RGBA color format where alpha value is for backdrop opacity

v1.1.0

6 years ago
  • Added a new property for "Loading Text" <ngx-spinner [bdOpacity]="0.9" [bdColor]="#909090" [size]="medium" [color]="#fff" [loadingText]="Loading..." [type]="ball-scale-multiple"></ngx-spinner> [loadingText]="Loading..."
  • Updated dependencies to version 5.0.0

v1.0.5

6 years ago

Bug Fixes

  • Disabled click events on backdrop overlay while spinner is running
  • Updated Github page with working example(v1.0.5)

v1.0.0

6 years ago

Breaking Changes

  • New feature introduces type:
    • Now ngx-spinner supports more than 50 different loading spinners
    • Load Awesome animations support
    • Github page with the latest working demo

Features

  • Add [type] use list of animations as type from Load Awesome
  • For guidance check it out README.md file.

v0.1.5

6 years ago

Features

  • Improve performance
  • Add [bdOpacity] option to set backdrop opacity.
  • Add [bdColor] option to set backdrop color.
  • Add [size] option to set spinner size.
  • Add [color] option to set spinner color.