Added Livewire 4 support
Unclaimed project
Are you a maintainer of livewire-alert? Claim this project to take control of your public changelog and roadmap.
Added Livewire 4 support
Full Changelog: https://github.com/jantinnerezo...
allowOutsideClick method with boolean type parameter "allowed" default is trueallowEscapeKey method with boolean type parameter "allowed" default is truenull parameter type on timer methodFor example, if you don't want to close alert on outside click, escape key and disable auto close.
LivewireAlert::question()...
html functionLivewireAlert::title('New html function!')
->html("<p><strong>You should try it out!</strong></p>")
->show();
Full Changelog: https://github.com/jantinnerezo/livewire-alert/compare/v4.0.4...4.0.5
Full Changelog: https://github.com/jantinnerezo/livewire-alert/compare/v4.0.3...v4.0...