Skip to content

Commit

Permalink
Merge pull request #239 from MurhafSousli/new
Browse files Browse the repository at this point in the history
v5.3.0
  • Loading branch information
MurhafSousli authored Dec 23, 2018
2 parents 758d7cf + 061faab commit f2d2c39
Show file tree
Hide file tree
Showing 34 changed files with 120 additions and 12,134 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 5.3.0

- feat(http): Ignore HTTP request by appending `ignoreProgressBar` to request's headers, closes [#234](https://github.com/MurhafSousli/ngx-progressbar/issues/234) in [a625d01](https://github.com/MurhafSousli/ngx-progressbar/pull/238/commits/a625d01bfb7d3831fafb6b758512088ba93cfc24).
- enhance(core): Increase spinner speed, in [0381cd3](https://github.com/MurhafSousli/ngx-progressbar/pull/239/commits/0381cd3fa1901902feaa7ef6f02576db2d34cd6e).
- refactor(core, http, router): Deprecate `forRoot(config?)` usage, config can be provided using `withConfig(config)` instead, in [1b76e0b](https://github.com/MurhafSousli/ngx-progressbar/pull/239/commits/1b76e0bfb7381bb82e6d1bd18dea1bf73c7dcf10).

> This removes the need to import `NgProgressModule` in your root module, in other word, you no longer need to include this library in the main bundle if you are using it in lazy loaded modules.
### Breaking changes

- Change `NgProgressModule.forRoot()` to `NgProgressModule`
- If you use custom config `NgProgressModule.forRoot(config)`, then change it to `NgProgressModule.withConfig(config)`

> The same applies on `NgProgressHttpModule` and `NgProgressRouterModule`
## 5.2.1

- Update packages peerDependecies to remove npm warnings in Angular 7
Expand Down
1 change: 0 additions & 1 deletion docs/0.40e18ae4458cebfcf1b3.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/1.01b2158228d85011b505.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/1.370115d49bda739a10fa.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/2.78f545e3bc85499a8fce.js

This file was deleted.

114 changes: 57 additions & 57 deletions docs/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@angular/cdk@6.4.7
@angular/cdk
MIT
The MIT License

Expand All @@ -22,7 +22,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

@angular/material@6.4.7

@angular/material
MIT
The MIT License

Expand All @@ -46,9 +47,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

rxjs@6.3.3

rxjs
Apache-2.0
Apache License
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

Expand Down Expand Up @@ -249,54 +251,10 @@ Apache License
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


core-js@2.5.7
MIT
Copyright (c) 2014-2018 Denis Pushkarev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

zone.js@0.8.26
MIT
The MIT License

Copyright (c) 2016-2018 Google, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

tslib@1.9.3
tslib
Apache-2.0
Apache License

Expand Down Expand Up @@ -354,26 +312,68 @@ If the Work includes a "NOTICE" text file as part of its distribution, then any

END OF TERMS AND CONDITIONS

@angular/common@6.1.9

@angular/common
MIT

@angular/platform-browser
MIT

@angular/platform-browser@6.1.9
@ngx-progressbar/core
MIT

@angular/router
MIT

@angular/router@6.1.9
@angular/animations
MIT

@ngx-progressbar/http
MIT

@angular/animations@6.1.9
@ngx-progressbar/router
MIT

@angular/core
MIT

@ngx-progressbar/core@5.2.0
@angular/compiler
MIT

zone.js
MIT
The MIT License

Copyright (c) 2016-2018 Google, Inc.

@angular/core@6.1.9
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


@angular/forms
MIT
MIT

@angular/material/progress-bar

@angular/material/progress-spinner

@angular/material/button

@angular/material/icon

@angular/material/card
1 change: 1 addition & 0 deletions docs/5.eaf4c8788784a2ff1da1.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/6.4bb1f78e6e33a2c57f42.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
ga('create', 'UA-81405917-5', 'auto');
ga('send', 'pageview');
</script>
<link rel="stylesheet" href="styles.b66bbad867ed56235b09.css"></head>
<link rel="stylesheet" href="styles.24600309942a992d71be.css"></head>
<body>
<app-root>
<div style="position: absolute;
Expand Down Expand Up @@ -76,5 +76,5 @@
</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script type="text/javascript" src="runtime.bc336ea6262ee23d27ff.js"></script><script type="text/javascript" src="polyfills.1f682948bdc523f3cb0b.js"></script><script type="text/javascript" src="main.49a56c8a00229fa05bdc.js"></script></body>
<script type="text/javascript" src="runtime.5d98aa440d4efaaac987.js"></script><script type="text/javascript" src="polyfills.c53b1132b0de9f2601bd.js"></script><script type="text/javascript" src="main.851fa3075878e3be52d8.js"></script></body>
</html>
1 change: 0 additions & 1 deletion docs/main.49a56c8a00229fa05bdc.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.851fa3075878e3be52d8.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/polyfills.1f682948bdc523f3cb0b.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/polyfills.c53b1132b0de9f2601bd.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/runtime.5d98aa440d4efaaac987.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/runtime.bc336ea6262ee23d27ff.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/styles.24600309942a992d71be.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/styles.b66bbad867ed56235b09.css

This file was deleted.

Loading

0 comments on commit f2d2c39

Please sign in to comment.