Skip to content

Releases: invertase/angular-toasty

v1.0.6

16 Dec 10:19
Compare
Choose a tag to compare
  • Update Angular to v1.6.0

v1.0.5

03 Feb 21:01
Compare
Choose a tag to compare
  • Allow top-center and bottom-center positioning.

v1.0.4

03 Sep 10:30
Compare
Choose a tag to compare
  • Google Font now uses a base64 compiled version of the font, to allow use when offline or intranet.

Credit: https://github.com/riemers

v1.0.3

23 Aug 15:10
Compare
Choose a tag to compare

Fixes fonts over https

v1.0.2

06 Aug 12:09
Compare
Choose a tag to compare

Quick toasty!

toasty.success('Quick Success Toasty');

v1.0.1

05 Aug 11:12
Compare
Choose a tag to compare

Bug fixes & browser compatibility

v1.0.0

04 Aug 21:53
Compare
Choose a tag to compare

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

12 Sep 10:17
Compare
Choose a tag to compare

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

04 Aug 18:19
Compare
Choose a tag to compare

Change log:

  • Fixed an issue with the angular bower dependency trying to pull in angular 1.3.

v0.1.6

04 Aug 14:19
Compare
Choose a tag to compare

Change log:

  • Pulled in PR from Bram Borggreve to enable sound toggling.