Skip to content

Commit a41000b

Browse files
committed
chore: Move changelog to wiki page
1 parent dbc72ae commit a41000b

File tree

1 file changed

+1
-73
lines changed

1 file changed

+1
-73
lines changed

CHANGELOG.md

Lines changed: 1 addition & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1 @@
1-
# v7.2.1
2-
* BugFix: The `core` folder is missing due to [[email protected] bug](https://npm.community/t/npm-v6-8-0-pack-publish-not-bundling-folders-named-core/5727) - [#19](https://github.com/t-ho/ngx-ui-loader/issues/19)
3-
4-
# v7.2.0
5-
* NgxUiLoaderHttpModule configuration can accept regexp list [#18](https://github.com/t-ho/ngx-ui-loader/issues/18)
6-
7-
# v7.1.2
8-
* Reduce the package's size
9-
* Remove internal events that are only used in demo app
10-
11-
# v7.1.1
12-
* Republish the package - Cannot find the ngx-ui-loader on NPM
13-
14-
# v7.1.0
15-
* Support [multiple loaders](https://ngx-ui-loader.stackblitz.io/multiloader)
16-
* Remove stopAll event
17-
* Update dependencies
18-
19-
# v7.0.1
20-
* Update README
21-
* Update dependencies
22-
23-
# v2.0.0 -> v7.0.0
24-
* Update dependencies
25-
* Update README
26-
* Increase the version to follow Angular version
27-
28-
# v1.2.5
29-
* Be able to hide progress bar
30-
31-
# v1.2.0
32-
* Add NgxUiLoaderBlurred directive for blurring the page content while the foreground loading is showed. See [NgxUiLoaderBlurred](#ngxuiloaderblurred_directive)
33-
* `NGX_POSITIONS` is deprecated. Use `POSITION` instead
34-
* `PB_DIRECTIONS` is deprecated. Use `PB_DIRECTION` instead
35-
* `SPINNER_TYPES` is deprecated. Use `SPINNER` instead
36-
37-
# v1.1.8
38-
* Http interceptor - Can configure to not show loader for some API urls
39-
* Npm packages - version bump
40-
41-
# v1.1.5
42-
* Be able to show loader automatically for http requests - Http interceptor
43-
44-
# v1.1.2
45-
* Add more spinner types (total 22 spinners)
46-
* BugFix: Background spinner (if active) should be showed after the foreground spinner is closed out
47-
48-
# v1.1.1
49-
* Bugs fixed
50-
51-
52-
# v1.1.0
53-
* Show loader automatically when navigating between app routes
54-
* Add more spinner types
55-
* Be able to set a threshold
56-
* BugFix: Set z-index of background spinner to 99997
57-
58-
# v1.0.2
59-
* Update example app and README
60-
61-
# v1.0.1
62-
* BugFix: Position of background spinner is not fixed when scrolling
63-
* BugFix: Unsafe Base64 logo url
64-
* BugFix: Logo, foreground spinner and loading text are centered correctly and can set the gap between them via gap input
65-
66-
# v1.0.0
67-
* Show foreground loader with progress bar
68-
* Show background loader with different id for different tasks
69-
* There are 12 spinner types available
70-
* Be able to add logo, loading text
71-
* Be able to change position of spinners, logo and loading text
72-
* Be able to change color and size of spinners and progress bar
73-
* Be able to change the direction of progress bar
1+
CHANGELOG can be seen [here](https://github.com/t-ho/ngx-ui-loader/wiki/Changelog)

0 commit comments

Comments
 (0)