Changelog - t-ho/ngx-ui-loader GitHub Wiki
10. Changelog
v13.0.0
v11.0.0
v10.0.0
v9.1.0
- Support custom template
- Remove unnecessary input validations
v9.0.0 - v9.0.1
- Upgrade to Angular 9
- Shorter fade out duration
v8.0.0
- Update to Angular 8
- Be able to exclude specific paths from NgxUiLoaderRouter
- Be able to set maxTime, minTime and delay for loader via
forRoot()
method or show calls.
- Breaking changes: Remove
getStatus()
method
- Breaking changes: Change
threshold
=> minTime
v7.2.2
- Change detection strategy to OnPush
- Show progress cursor on overlay
v7.2.1
v7.2.0
- NgxUiLoaderHttpModule configuration can accept regexp list #18
v7.1.2
- Reduce the package's size
- Remove internal events that are only used in the demo app
v7.1.1
- Republish the package - Cannot find the ngx-ui-loader on NPM
v7.1.0
v7.0.1
- Update README
- Update dependencies
v2.0.0 -> v7.0.0
- Update dependencies
- Update README
- Increase the version to follow Angular version
v1.2.5
- Be able to hide the progress bar
v1.2.0
- Add NgxUiLoaderBlurred directive for blurring the page content while the foreground loading 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
v1.1.8
- Http interceptor - Can configure to not show loader for some API URLs
- Npm packages - version bump
v1.1.5
- Be able to show loader automatically for HTTP requests - Http interceptor
v1.1.2
- Add more spinner types (total 22 spinners)
- BugFix: Background spinner (if active) should be showed after the foreground spinner is closed out
v1.1.1
v1.1.0
- Show loader automatically when navigating between app routes
- Add more spinner types
- Be able to set a threshold
- BugFix: Set z-index of background spinner to 99997
v1.0.2
- Update example app and README
v1.0.1
- BugFix: Position of background spinner is not fixed when scrolling
- BugFix: Unsafe Base64 logo URL
- BugFix: Logo, foreground spinner and loading text is centred correctly and can set the gap between them via gap input
v1.0.0
- Show foreground loader with a progress bar
- Show background loader with different id for different tasks
- There are 12 spinner types available
- Be able to add logo, loading text
- Be able to change the position of spinners, logo and loading text
- Be able to change the colour and size of spinners and progress bar
- Be able to change the direction of the progress bar