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
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Changelog
2
2
3
+
## v3.0.0
4
+
5
+
- All existing deprecations have been removed.
6
+
- BC breaks =>
7
+
-``SpinnerComponent`` has been renamed to ``NgHttpLoaderComponent``.
8
+
- The ``<spinner>`` component-selector has been renamed to ``<ng-http-loader>``.
9
+
3
10
## v2.3.0
4
11
5
12
This release adds the possibility to filter HTTP requests that should not be handled by the interceptor by providing an array of HTTP headers to the component's ``filteredHeaders`` property.
@@ -14,10 +21,10 @@ This release introduces the **minimum duration** option. It gives the possibilit
14
21
You can mix this parameter with the **debounce delay** option:
0 commit comments