You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.MD
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
# Changelog
2
+
3
+
## v0.6.0
4
+
5
+
This release adds the ``debounceDelay`` parameter (default is 0). It allows to discard the spinner for fast and repeated http requests, which can be annoying under some conditions.
6
+
7
+
See [customization](https://github.com/mpalourdio/ng-http-loader#customizing-the-spinner)
8
+
9
+
The library footprint has been reduced by minifying templates and stylesheets before inlining them.
10
+
1
11
## v0.5.1
2
12
3
13
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.
0 commit comments