Releases: Napster2210/ngx-spinner
Releases · Napster2210/ngx-spinner
Angular CLI 6 Build
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)
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)
Breaking Changes:
- Angular 5 support (dependencies updated)
- Removed
bdOpacity
input - Change in
bdColor
, now it supports only RGBA color format wherealpha
value is for backdrop opacity
v1.1.0
- 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
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
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
- Now
Features
- Add [type] use list of animations as type from Load Awesome
- For guidance check it out README.md file.
v0.1.5
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.