Skip to content

Tags: uxweb/sweet-alert

Tags

2.0.5

Toggle 2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to Laravel 8 (#127)

Adding support for Laravel 8.*

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Code improvements (#110)

* Finishing styleci configuration

* adding php-cs-fixer with custom configuration

2.0.2

Toggle 2.0.2's commit message
- Minor bugfixes related to changes on the sweet alert 2 js api.

- New changelog file.
- Facade dockblocks for ide intellisense.

2.0.1

Toggle 2.0.1's commit message
- Bugfix related to persistent alert confirm button.

2.0.0

Toggle 2.0.0's commit message
- Upgraded to the new sweetalert js api according to [THIS](https://s…

…weetalert.js.org/guides/#upgrading-from-1x) migration guide from 1.x to 2.0.

- Only supports `PHP >= 7.0`.
- Added method `addButton` to create new custom buttons.
- Added method `setConfig` to customize the configuration "by hand".

1.4.2

Toggle 1.4.2's commit message
1.4.2

- Added package discovery for Laravel 5.5
- Middleware class name type fixed.

1.4.1

Toggle 1.4.1's commit message
Merge pull request #48 from uxweb/develop

Fix readme typos

1.4.0

Toggle 1.4.0's commit message
1.4.0

- Cancel button config added.
- Documentation improvements.