Skip to content

v1.2.0

Compare
Choose a tag to compare
@kieguin kieguin released this 16 Jan 11:15
· 13 commits to master since this release
7059371

Initial Release for Sweetalert.

Works with SweetAlert2 with the following methods:

Sweetalert::basic('Description', 'Title');
Sweetalert::info('Description', 'Title');
Sweetalert::success('Description', 'Title');
Sweetalert::error('Description', 'Title');
Sweetalert::warning('Description', 'Title');
Sweetalert::message('Description', 'Title');
Sweetalert::message('Description <h2>Custom HTML</h2>', 'Title')->html();

What's Changed

  • Fixed trailing slash inside composer.json by @0x51D in #1
  • v1.0.0 by @0x51D in #2
  • v1.1.0: Fixed for SweetAlert2 by @0x51D in #3
  • Added new README file; by @0x51D in #4

New Contributors

  • @0x51D made their first contribution in #1

Full Changelog: https://github.com/waveygroup/sweetalert/commits/v1.2.0