Waveygroup Sweetalert Versions Save

🍩 SweetAlert 2 Implementation for Laravel

v1.2.5

1 year ago

What's Changed

Full Changelog: https://github.com/waveygroup/sweetalert/compare/v1.2.4...v1.2.5

v1.2.4

2 years ago

Another quick fix for #8: Removed static return types.

v1.2.3

2 years ago

Removed the Static return types for another fix #8

v1.2.2

2 years ago

Added another quick fix for issue #8

v1.2.1

2 years ago

This is a release to give #8.

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

v1.2.0

2 years ago

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

New Contributors

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