Releases: scttcper/ngx-toastr
Releases · scttcper/ngx-toastr
8.3.2
8.2.1
8.2.0
upgrade dependency and publish using ng-packagr
8.1.1
8.1.0
8.0.0
Another week another major version? See release notes for v7.0.0
New Features
- Additional aria labels on alert close button
- Bootstrap 4 Alert styled notification SASS
// remove other toast styles and import
@import "~ngx-toastr/toastr-bs4-alert"
// should be after your bootstrap imports, it uses bs4 variables
Breaking Changes
- new svg icons from Font Awesome 5.0 replacing old base64 encoded images closes #281
- refactor default css
- uses classes instead of
#toast-container
id - remove use of
!important
- slight organization
- uses classes instead of
- the old CSS still works and is available via
@import "~ngx-toastr/toastr-old"
Previews
7.1.0
7.0.2
7.0.1
7.0.0
New:
- Toast Easing customization. see
easing
andeaseTime
here - use ngx-toastr without animaitons see readme #252 @yarrgh
- add aria roles on toast messages #269
- onAction can be fired multiple times #273
- onAction and onTap are completed when the toast is destroyed #273
Breaking:
- Requires Angular 5
- remove
ApplicationRef
from toast component #237 @yarrgh
This fixes toasts inside ErrorHandler coming from errors in the template. Also, makes one fewer dependency inside toasts.