Skip to content

Commit 1c1fb4d

Browse files
committed
chore: update readme
1 parent 07f7cb2 commit 1c1fb4d

File tree

3 files changed

+57
-76
lines changed

3 files changed

+57
-76
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# v7.0.1
2+
* Update README
3+
* Update dependencies
4+
5+
# v2.0.0 -> v7.0.0
6+
* Update dependencies
7+
* Update README
8+
* Increase the version to follow Angular version
9+
10+
# v1.2.5
11+
* Be able to hide progress bar
12+
13+
# v1.2.0
14+
* Add NgxUiLoaderBlurred directive for blurring the page content while the foreground loading is showed. See [NgxUiLoaderBlurred](#ngxuiloaderblurred_directive)
15+
* `NGX_POSITIONS` is deprecated. Use `POSITION` instead
16+
* `PB_DIRECTIONS` is deprecated. Use `PB_DIRECTION` instead
17+
* `SPINNER_TYPES` is deprecated. Use `SPINNER` instead
18+
19+
# v1.1.8
20+
* Http interceptor - Can configure to not show loader for some API urls
21+
* Npm packages - version bump
22+
23+
# v1.1.5
24+
* Be able to show loader automatically for http requests - Http interceptor
25+
26+
# v1.1.2
27+
* Add more spinner types (total 22 spinners)
28+
* BugFix: Background spinner (if active) should be showed after the foreground spinner is closed out
29+
30+
# v1.1.1
31+
* Bugs fixed
32+
33+
34+
# v1.1.0
35+
* Show loader automatically when navigating between app routes
36+
* Add more spinner types
37+
* Be able to set a threshold
38+
* BugFix: Set z-index of background spinner to 99997
39+
40+
# v1.0.2
41+
* Update example app and README
42+
43+
# v1.0.1
44+
* BugFix: Position of background spinner is not fixed when scrolling
45+
* BugFix: Unsafe Base64 logo url
46+
* BugFix: Logo, foreground spinner and loading text are centered correctly and can set the gap between them via gap input
47+
48+
# v1.0.0
49+
* Show foreground loader with progress bar
50+
* Show background loader with different id for different tasks
51+
* There are 12 spinner types available
52+
* Be able to add logo, loading text
53+
* Be able to change position of spinners, logo and loading text
54+
* Be able to change color and size of spinners and progress bar
55+
* Be able to change the direction of progress bar

README.md

Lines changed: 2 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[![npm version](https://badge.fury.io/js/ngx-ui-loader.svg)](https://badge.fury.io/js/ngx-ui-loader)
22
[![Build Status](https://travis-ci.org/t-ho/ngx-ui-loader.svg?branch=master)](https://travis-ci.org/t-ho/ngx-ui-loader)
33
[![codecov](https://codecov.io/gh/t-ho/ngx-ui-loader/branch/master/graph/badge.svg)](https://codecov.io/gh/t-ho/ngx-ui-loader)
4+
[![David](https://img.shields.io/david/t-ho/ngx-ui-loader.svg)](https://github.com/t-ho/ngx-ui-loader)
45
[![npm](https://img.shields.io/npm/dt/ngx-ui-loader.svg)](https://www.npmjs.com/package/ngx-ui-loader)
56
[![npm](https://img.shields.io/badge/dynamic/json.svg?label=downloads&url=https%3A%2F%2Fapi.npmjs.org%2Fdownloads%2Fpoint%2Flast-week%2Fngx-ui-loader&query=%24.downloads&colorB=bightgreen&suffix=%2Fweek)](https://www.npmjs.com/package/ngx-ui-loader)
67
[![](https://data.jsdelivr.com/v1/package/npm/ngx-ui-loader/badge?style=rounded)](https://www.jsdelivr.com/package/npm/ngx-ui-loader)
@@ -444,61 +445,7 @@ NgxUiLoaderHttpModule.forRoot({ exclude: ['/api/auth'] });
444445
<a name="changelog"></a>
445446

446447
## 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)
502449

503450
<a name="credits"></a>
504451

projects/ngx-ui-loader/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)