toastr v2.0.2 Release Notes

Release Date: 2014-04-29 // almost 10 years ago
  • ๐Ÿ†• New Features

    • โž• Added simple ARIA reader support (45c6362)
    • โž• Added SASS support (direct port of CSS for now) (b4c8b34)

    ๐Ÿ› Bug Fixes

    • โž• Added sourcemap for the min file (1da4bd1)
    • ๐Ÿ‘ IE 8 does not support stopPropagation on the event (6989573)
    • ๐Ÿ›  Media query width fixes (ea2f5db)
    • ๐Ÿ›  Fix of onHidden firing twice when clicking on it then moving mouse out of toast (ad613b9 , #105)
    • Clear all toasts followed by a new toast now displays correctly (3126a53 , #149 , #118)

    ๐Ÿ’ฅ Breaking Changes

    • None