|
1 | 1 | [](https://badge.fury.io/js/ngx-ui-loader) |
2 | 2 | [](https://travis-ci.org/t-ho/ngx-ui-loader) |
3 | 3 | [](https://codecov.io/gh/t-ho/ngx-ui-loader) |
| 4 | +[](https://github.com/t-ho/ngx-ui-loader) |
4 | 5 | [](https://www.npmjs.com/package/ngx-ui-loader) |
5 | 6 | [](https://www.npmjs.com/package/ngx-ui-loader) |
6 | 7 | [](https://www.jsdelivr.com/package/npm/ngx-ui-loader) |
@@ -444,61 +445,7 @@ NgxUiLoaderHttpModule.forRoot({ exclude: ['/api/auth'] }); |
444 | 445 | <a name="changelog"></a> |
445 | 446 |
|
446 | 447 | ## 9. Changelog |
447 | | - |
448 | | -**v.7.0.0** |
449 | | -* Update README |
450 | | - |
451 | | -**v.2.0.0** |
452 | | -* Update dependencies |
453 | | -* Update README |
454 | | - |
455 | | -**v.1.2.5** |
456 | | -* Be able to hide progress bar |
457 | | - |
458 | | -**v.1.2.0** |
459 | | -* Add NgxUiLoaderBlurred directive for blurring the page content while the foreground loading is showed. See [NgxUiLoaderBlurred](#ngxuiloaderblurred_directive) |
460 | | -* `NGX_POSITIONS` is deprecated. Use `POSITION` instead |
461 | | -* `PB_DIRECTIONS` is deprecated. Use `PB_DIRECTION` instead |
462 | | -* `SPINNER_TYPES` is deprecated. Use `SPINNER` instead |
463 | | - |
464 | | -**v.1.1.8** |
465 | | -* Http interceptor - Can configure to not show loader for some API urls |
466 | | -* Npm packages - version bump |
467 | | - |
468 | | -**v.1.1.5** |
469 | | -* Be able to show loader automatically for http requests - Http interceptor |
470 | | - |
471 | | -**v.1.1.2** |
472 | | -* Add more spinner types (total 22 spinners) |
473 | | -* BugFix: Background spinner (if active) should be showed after the foreground spinner is closed out |
474 | | - |
475 | | -**v.1.1.1** |
476 | | -* Bugs fixed |
477 | | - |
478 | | - |
479 | | -**v.1.1.0** |
480 | | -* Show loader automatically when navigating between app routes |
481 | | -* Add more spinner types |
482 | | -* Be able to set a threshold |
483 | | -* BugFix: Set z-index of background spinner to 99997 |
484 | | - |
485 | | -**v.1.0.2** |
486 | | -* Update example app and README |
487 | | - |
488 | | -**v.1.0.1** |
489 | | -* BugFix: Position of background spinner is not fixed when scrolling |
490 | | -* BugFix: Unsafe Base64 logo url |
491 | | -* BugFix: Logo, foreground spinner and loading text are centered correctly and can set the gap between them via gap input |
492 | | - |
493 | | -**v.1.0.0** |
494 | | -* Show foreground loader with progress bar |
495 | | -* Show background loader with different id for different tasks |
496 | | -* There are 12 spinner types available |
497 | | -* Be able to add logo, loading text |
498 | | -* Be able to change position of spinners, logo and loading text |
499 | | -* Be able to change color and size of spinners and progress bar |
500 | | -* Be able to change the direction of progress bar |
501 | | - |
| 448 | +* See [CHANGELOG.md](https://github.com/t-ho/ngx-ui-loader/blob/master/CHANGELOG.md) |
502 | 449 |
|
503 | 450 | <a name="credits"></a> |
504 | 451 |
|
|
0 commit comments