Releases: invertase/angular-toasty
Releases · invertase/angular-toasty
v1.0.5
- Allow
top-center
and bottom-center
positioning.
v1.0.2
Quick toasty!
toasty.success('Quick Success Toasty');
v1.0.1
Bug fixes & browser compatibility
v1.0.0
New release with a completely updated core.
- 3 Themes (Default, Material Design & Bootstrap 3)
- Global/Individual timeouts
- Shaking Toasts
- Toaster sound
- onAdd, onRemove & onClick event handlers
- Event broadcasting
- Positioning
- HTML allowed
v0.1.8
Change log:
- Fixed an issue where the minified version of the toasty JS wasn't working. Updated angular to use inline dependency injection.
v0.1.7
Change log:
- Fixed an issue with the angular bower dependency trying to pull in angular 1.3.
v0.1.6
Change log:
- Pulled in PR from Bram Borggreve to enable sound toggling.