ngx-toastr

🍞 Angular Toastr

MIT License

Downloads
1.8M
Stars
2.5K
Committers
54

Bot releases are hidden (Show)

ngx-toastr - v11.0.0

Published by scttcper about 5 years ago

11.0.0 (2019-09-25)

Features

BREAKING CHANGES

  • requires angular 8
ngx-toastr - v10.2.0

Published by scttcper about 5 years ago

10.2.0 (2019-08-29)

Features

  • change default style display behavior to nothing (#702) (c7da788)
ngx-toastr - v10.1.0

Published by scttcper about 5 years ago

10.1.0 (2019-08-18)

Features

  • Prevent deletion of toasts if there are duplicates without… (#694) (0bcf34c)
ngx-toastr - v10.0.4

Published by scttcper over 5 years ago

10.0.4 (2019-05-11)

Bug Fixes

  • bootstrap 4 alert scss toast hover style closes #661 (7306e2c)
ngx-toastr - v10.0.3

Published by scttcper over 5 years ago

10.0.3 (2019-05-11)

Bug Fixes

ngx-toastr - v10.0.2

Published by scttcper over 5 years ago

10.0.2 (2019-03-15)

Bug Fixes

  • correct count duplicate default closes #636 (8f8725f)
ngx-toastr - v10.0.1

Published by scttcper over 5 years ago

10.0.1 (2019-03-14)

Bug Fixes

  • fixed forgotten .toast -> .ngx-toastr class name change (#635) (61c04ca)
  • missed ngx-toastr class closes #634 (d4393ce)
ngx-toastr - v10.0.0

Published by scttcper over 5 years ago

10.0.0 (2019-03-14)

Features

  • countDuplicates Show how many duplicates have stacked up so far (#633) (6888c47), closes #530
  • rename default toastClass from .toast to .ngx-toastr (#632) (4019e17)

BREAKING CHANGES

  • any styles for .toast will need to be renamed or pass toastClass: 'toast' to ToastrModule.forRoot()

  • docs: update readme to match new default ngx-toastr

ngx-toastr - v9.2.0

Published by scttcper over 5 years ago

9.2.0 (2019-03-12)

Features

  • move toast css display outside of animation (#631) (720af1a), closes #630
ngx-toastr - v9.1.2

Published by scttcper over 5 years ago

9.1.2 (2019-02-08)

Bug Fixes

ngx-toastr - v9.1.1

Published by scttcper about 6 years ago

9.1.1 (2018-10-19)

Bug Fixes

  • update to angular 7, silence warning (f3fb6ba)
ngx-toastr - v9.1.0

Published by scttcper about 6 years ago

9.1.0 (2018-09-19)

Features

  • return active toast if preventDuplicates is enabled (#550) (#551) (ecab216)
ngx-toastr - v9.0.2

Published by scttcper about 6 years ago

9.0.2 (2018-08-15)

Bug Fixes

  • core: ensure toast default stays in result (#545) (0c177fd)
ngx-toastr - v9.0.1

Published by scttcper about 6 years ago

9.0.1 (2018-08-15)

Bug Fixes

  • Function calls are not supported in decorators' when using --prod build closes #542
ngx-toastr - v9.0.0

Published by scttcper about 6 years ago

9.0.0 (2018-08-14)

Features

BREAKING CHANGES

  • core: requires Angular > 6
  • core: users of ToastNoAnimationModule should no longer use ToastrModule
ngx-toastr - v8.10.2

Published by scttcper about 6 years ago

8.10.2 (2018-08-14)

Bug Fixes

  • revert InjectFlags addition as it requires angular 6 (a8ac1ae)
ngx-toastr - v8.10.1

Published by scttcper about 6 years ago

8.10.1 (2018-08-14)

Bug Fixes

  • use non-deprecated injector interface (#538) (b668d5b)
  • resetTimeoutOnDuplicate doesn't revive dismissed toasts #524
ngx-toastr -

Published by scttcper about 6 years ago

feature:

Allows for dynamic inline containers #509

thanks @chris-allen

ngx-toastr -

Published by scttcper about 6 years ago

fixes:

bootstrap 4 sass styles svg scss for IE #503

ngx-toastr -

Published by scttcper over 6 years ago

Feature:

Reset timeout on duplicate #500
Trigger manual close when user clicks close button #471

Fix:

close button styling on bootstrap sass file #499

Thanks @yarrgh @jlberrocal