Skip to content

Releases: realrashid/sweet-alert

v3.1.1

07 Jan 18:30
Compare
Choose a tag to compare
  • Upgraded SweetAlert2 to latest version 🎉
  • Added ability to activate or not the middleware error messages 🎉
  • Docs Updated 🎉
  • Fixed #64

v3.1.0

29 Dec 17:46
Compare
Choose a tag to compare
  • 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

27 Nov 13:18
Compare
Choose a tag to compare
  • Updated animation($showClass = [], $hideClass = []) to animation($showAnimation, $hideAnimation)
  • Docs Updated
  • Fixed animations issue
  • Fixed #59

v3.0

21 Nov 19:40
Compare
Choose a tag to compare
  • 🎉 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

13 Oct 11:56
Compare
Choose a tag to compare

Added symfony/thanks
Docs Updated
Fix some bugs

v2.0.2

10 Sep 07:23
79412ca
Compare
Choose a tag to compare

Added Missing ^ indicator prevents Laravel from updating to 6.0.1 and up
Docs Updated
Fix some bugs

v2.0.1

05 Sep 21:21
c60a07e
Compare
Choose a tag to compare

Added support for Laravel 6.0.

This release fixed #46 .

Thank to @jnbn for his contribution.

v2.0

14 Jun 12:22
Compare
Choose a tag to compare

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

29 Mar 18:39
Compare
Choose a tag to compare

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

v1.1.1

03 Nov 18:41
Compare
Choose a tag to compare

Bug Fixes #6 #10 #22 #23

Added Middleware support

Added hideClose() function toast
Bug Fix #13

toast('Your Post as been submited!','success','top-right')->hideCloseButton();