diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 073e9f48..4261eb8c 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,3 +1,8 @@ +## v0.5.1 + +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. +The responsible ``Subject`` has been replaced by a ``ReplaySubject``. + ## v0.5.0 The module is now splitted in sub-modules for more convenience. See [usage](https://github.com/mpalourdio/ng-http-loader#usage). diff --git a/package.json b/package.json index 4e6768f0..d6e7ff48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-http-loader", - "version": "0.5.0", + "version": "0.5.1", "scripts": { "prepare-deploy": "gulp inline-templates && gulp clean-dist && ngc -p tsconfig.ngc.json && gulp clean-tmp && gulp copy-all", "test": "ng test --watch false"