Skip to content

Releases: scttcper/ngx-toastr

8.3.2

28 Mar 03:29
8.3.2
9149361
Compare
Choose a tag to compare

fix: Apply proper style to ToastNoAnimation when inactive (#381)
fix: limit maxOpened correctly #380

8.2.1

08 Feb 17:36
8.2.1
d5a9890
Compare
Choose a tag to compare

fix icons not showing for IE11 #337 fixes #330

8.2.0

06 Feb 07:54
8.2.0
6b0a487
Compare
Choose a tag to compare

upgrade dependency and publish using ng-packagr

8.1.1

19 Jan 17:51
b7a6285
Compare
Choose a tag to compare

allows angular >= 5

8.1.0

28 Dec 19:07
8.1.0
f9c7091
Compare
Choose a tag to compare

run setTimeout outside angular zone #299 @PhilippStein more info #109

8.0.0

06 Dec 21:13
8.0.0
Compare
Choose a tag to compare

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

7.1.0

05 Dec 23:23
7.1.0
7d34f1c
Compare
Choose a tag to compare

adds disableTimeOut convenience config option that disables both timeouts #284 @yarrgh

7.0.2

01 Dec 07:05
7.0.2
f925627
Compare
Choose a tag to compare

Use NgZone to run inside Angular's zone fixes #275 @yarrgh

7.0.1

01 Dec 04:23
7.0.1
7efd0b7
Compare
Choose a tag to compare

fix progress bar on extendedTimeOut #276

7.0.0

29 Nov 18:01
7.0.0
ae77d59
Compare
Choose a tag to compare

New:

  • Toast Easing customization. see easing and easeTime 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.