npm ngx-toastr 8.0.0

latest releases: 18.0.0, 17.0.2, 17.0.1...
6 years ago

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
  • the old CSS still works and is available via @import "~ngx-toastr/toastr-old"

Previews

Old Default closeup:
33626872-ac3ff834-d9b0-11e7-8ca4-fd2d0606446f
New Default closeup:
screen shot 2017-12-05 at 3 40 01 pm

New Bootstrap 4 alert styles:
screen shot 2017-12-06 at 11 32 46 am

Don't miss a new ngx-toastr release

NewReleases is sending notifications on new releases.