This repository has been archived by the owner on Nov 11, 2022. It is now read-only.
Releases: tameraydin/ngToast
Releases · tameraydin/ngToast
2.0.0
- Introduced newestOnTop option: from now on new toast messages will appear on top of old ones as default.
- Introduced onDismiss: a callback that will be triggered whenever a toast message is dismissed.
- Package updates:
- Angular 1.5 support
- Removed angular-animate as dependeny
- Updated documentation
- Improved development dependencies & tasks.
1.5.6
1.5.5
1.5.3
1.5.2
1.5.1
1.5.0
- Introduced animations
1.4.0
- IE8 improvements:
class
setting property is updated asclassName
- Support for initializing ngToast via attribute
- Sync to latest Bootstrap version: Updated class name Alerts component.
1.3.0
- Added
compileContent
option
1.2.1
- Changed directive name from
ng-toast
totoast
sinceng-
prefix is reserved for core directives.