We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f36b6 commit 6c2c960Copy full SHA for 6c2c960
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.9.1
4
+
5
+This release fixes a bug on the SpinKit Sk-Wave that only appeared after template inlining.
6
7
+See [this thread](https://github.com/tobiasahlin/SpinKit/issues/139).
8
9
## v0.9.0
10
11
This release adds the more friendly SpinnerVisibilityService#show() && SpinnerVisibilityService#hide() methods as public API.
package.json
@@ -1,6 +1,6 @@
{
"name": "ng-http-loader",
- "version": "0.9.0",
+ "version": "0.9.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"
0 commit comments