Releases: realrashid/sweet-alert
Releases · realrashid/sweet-alert
v3.1.1
v3.1.0
- Upgraded SweetAlert2 to latest version 🎉
- Added Tidelift to funding.yaml 🎉
- Added SECURITY.md in .github/SECURITY.md 🎉
- Added timerProgressBar() method 🎉
- Added PublishCommand to easily publish the package assets 🎉
- Updated question() alert method 🎉
- Refactor SweetAlertServiceProvider class 🎉
- Refactor Toaster class 🎉
- Refactor functions.php file 🎉
- Updated PHPDocBlocks 🎉
- Docs Updated 🎉
v3.0.1
v3.0
- 🎉 Upgraded SweetAlert2 to latest version
- 🎉 Added option to pass SweetAlert2 CDN link from included view
- 🎉 Updated
animation($showClass = [], $hideClass = [])
method - 🎉 Added
buttonsStyling()
method - 🎉 Added
iconHtml()
method - 🎉 Docs Updated
- 🎉 Fix some bugs
v2.0.3
Added symfony/thanks
Docs Updated
Fix some bugs
v2.0.2
Added Missing ^ indicator prevents Laravel from updating to 6.0.1 and up
Docs Updated
Fix some bugs
v2.0.1
v2.0
v2.0 - 2019-06-14
- Upgraded SweetAlert2 to latest version
- Added width() helper method
- Added padding() helper method
- Added background() helper method
- Added animation() helper method
- Added focusConfirm() helper method
- Added focusCancel() helper method
- Added CDN Support
- Docs Updated
- Fix some bugs
Changes
// From
public function toast($title = '', $type = '', $position = 'bottom-right'){...}
// To
public function toast($title = '', $type = ''){...}
// set the default position in package config file or use the helper method position()
v1.1.2
v1.1.2 - 2019-03-29
- Upgraded SweetAlert2 to latest version
- Added hideCloseButton() helper method
- Added reverseButtons() helper method
- Added image() method
- Added addImage() helper method
- Added position() helper method
- Docs Updated
- Fix some bugs