Skip to content

SweetAlert 0.4.2

Compare
Choose a tag to compare
@t4t5 t4t5 released this 11 Feb 11:16
· 220 commits to master since this release

Changelog:

  • You can now install SweetAlert through NPM. Just run npm install sweetalert to get started!
  • AMD & CommonJS support! You can now avoid running SweetAlert as a global function if you want to. Thanks @danreeves and everyone else who has suggested this enhancement!
  • Ability to hide "OK/Confirm"-button with showConfirmButton: false. This can be used if you prefer using a timer, or in combination with allowOutsideClick.
  • Removal of generic class names (such as .confirm, .success... etc). All classes are now prefixed with .sa- to remove potential conflicts with your own stylesheets. Thanks @sushantdhiman!