Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 758 Bytes

CHANGELOG.md

File metadata and controls

22 lines (12 loc) · 758 Bytes

Changelog

1.0.7
  • Added auto close overrides per toast type. See !57. Credits go to @MaxvandenHout for implementing this feature.
1.0.6
  • Add Ivy support
1.0.5
  • Added a new property preventDuplicates on the Toastify Container. When set to true, toasts with identical texts will no longer create duplicates (duplicates are reset). Credits go to @JoranLive for implementing this feature.
1.0.4
  • Module no longer imports BrowserModule. Angular Toastify can now be used in submodules.
  • Updated to Angular 12
1.0.2
  • Run toast outside Angular so they do not delay Protractor tests.