Skip to content

1.0.0

Compare
Choose a tag to compare
@oitozero oitozero released this 08 Oct 17:00
· 55 commits to master since this release

Features

  • SweetAlert.swal( "title" )
  • SweetAlert.swal( "title", "message" )
  • SweetAlert.swal( "title", "message", "type" )
  • SweetAlert.swal( {options} )
  • SweetAlert.success( "title", "message" )
  • SweetAlert.warning( "title", "message" )
  • SweetAlert.error( "title", "message" )
  • SweetAlert.info( "title", "message" )

Bug Fixes

Breaking Changes