-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](v1.7.1...v2.0.0) (2020-08-18) ### Bug Fixes * **bar:** overlay not disappear ([8282af3](8282af3)) * **promises:** handle errors ([9e6f87a](9e6f87a)) * **yarn.lock:** correct registry ([0b0a1bd](0b0a1bd)) ### Performance Improvements * **progress bar:** when progress ended there's a better animation ([713158f](713158f)) * refactor(whitelist and modules)!: change whitelist declaration ([8496eeb](8496eeb)) ### BREAKING CHANGES * whitelist now must be declared with .forRoot() in module BREAKING CHANGES: remove router module for better management BREAKING CHANGES: NgxProgressModule is now the old NgxProgressOnlyBarModule
- Loading branch information
1 parent
9073683
commit 523f754
Showing
3 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ngx-progress", | ||
"version": "1.7.1", | ||
"version": "2.0.0", | ||
"scripts": { | ||
"ng": "ng", | ||
"lint": "ng lint", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters