v1.2.0
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
Full Changelog: https://github.com/waveygroup/sweetalert/commits/v1.2.0