Releases: waveygroup/sweetalert
Releases · waveygroup/sweetalert
v1.2.5
v1.2.4
#8: Removed static return types
Removed the Static return types for another fix #8
Another quick fix for #8
Added another quick fix for issue #8
v1.2.1 - Fixed #8
This is a release to give #8.
Full Changelog: v1.2.0...v1.2.1
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