Repo and NPM package rename. The previous name was ngx-cool-dialogs
. The new name is ng-popups
.
To migrate you'll need to search and replace the following expressions:
NgxCoolDialogs
->NgPopups
ngx-cool-dialogs
->ng-popups
- Page won't automatically scroll anymore on dialog revealing
- Dialog closes now even if caller does not subscribe to the response.
- Move
@angular/cdk
frompeerDependencies
todependencies
.
First release