Skip to content

Commit e562b5b

Browse files
committed
V3 changelog
1 parent 81c6c4c commit e562b5b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## v2.3.0
411

512
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
1421
You can mix this parameter with the **debounce delay** option:
1522

1623
```xml
17-
<spinner
24+
<ng-http-loader
1825
[debounceDelay]="100"
1926
[minDuration]="300">
20-
</spinner>
27+
</ng-http-loader>
2128
```
2229

2330
```

0 commit comments

Comments
 (0)