Skip to content

Commit 70352b4

Browse files
committed
Prepare v0.5.1 release
1 parent 6bde7e0 commit 70352b4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.5.1
2+
3+
This release fixes a bug that could cause the spinner to not show if an http request were performed **before** the spinner component was initialized.
4+
The responsible ``Subject`` has been replaced by a ``ReplaySubject``.
5+
16
## v0.5.0
27

38
The module is now splitted in sub-modules for more convenience. See [usage](https://github.com/mpalourdio/ng-http-loader#usage).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-http-loader",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"scripts": {
55
"prepare-deploy": "gulp inline-templates && gulp clean-dist && ngc -p tsconfig.ngc.json && gulp clean-tmp && gulp copy-all",
66
"test": "ng test --watch false"

0 commit comments

Comments
 (0)