Releases: t-ho/ngx-ui-loader
Releases · t-ho/ngx-ui-loader
v.7.0.1
- Update readme and dependencies
v.7.0.0
- Update README
- Tree-shakable service
v.2.0.0
- Update dependencies
- Remove NGX_POSITIONS, PB_DIRECTIONS, SPINNER_TYPES
- Update README
v.1.2.0
- Add NgxUiLoaderBlurred directive for blurring the page content while the foreground loader is showed. See NgxUiLoaderBlurred
NGX_POSITIONS
is deprecated. Use POSITION
instead
PB_DIRECTIONS
is deprecated. Use PB_DIRECTION
instead
SPINNER_TYPES
is deprecated. Use SPINNER
instead
v.1.1.8
Features:
- Http interceptor - Can configure to not show loader for some API urls.
- Npm packages - version bump.
v.1.1.5
Features:
- Add NgxUiLoaderHttpModule - Http Interceptor
v.1.1.2
- Add more spinner types (total 22 spinners)
- Bugs fixed: Background spinner (if active) should be showed after the foreground spinner is closed out.
v.1.1.1
Bugs fixed
- Cannot change the color of ball-scale-multiple spinner
Features
- Update document
- Show all available spinners in example app
- Demo of using NgxUiLoaderRouterModule for showing loader automatically while navigating between app routes
v.1.1.0
Features
- Show loader automatically when navigating between app routes
- Add more spinner types
- Be able to set a threshold
Bugs Fixed
- Set z-index of background spinner to 99999
v.1.0.2
Update example app and README.md