What's Changed
- Gate instead of Guard facade to authorize actions by @olivsinz in #149
- Fix flickering modal with Alpine 3.9.1 by @PhiloNL in #193
If you published modal.blade.php
you will need to replace x-on:close.stop="show = false"
with x-on:close.stop="setShowPropertyTo(false)"
(see diff)
New Contributors
Full Changelog: 1.0.4...1.0.5