Skip to content

Releases: Napster2210/ngx-spinner

Angular CLI 6 Build

07 Aug 19:34
Compare
Choose a tag to compare

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)

Angular 6 Support(v6.0.0)

26 May 09:17
Compare
Choose a tag to compare

Breaking Changes:

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

Angular 5 Support(v2.0.0)

28 Apr 11:20
Compare
Choose a tag to compare

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

10 Mar 16:14
Compare
Choose a tag to compare
  • 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

22 Dec 10:32
Compare
Choose a tag to compare

Bug Fixes

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

v1.0.0: Major Stable Release

22 Dec 07:42
Compare
Choose a tag to compare

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

04 Dec 09:54
Compare
Choose a tag to compare

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.