Releases: devsrv/livewire-modal
Releases · devsrv/livewire-modal
v1.2.0
added
PHP 8.2 & Laravel 10 support
1.1.0
- php8.1 & Laravel9 support
1.0.3
- config publishable for bootstrap theme
php artisan vendor:publish --provider="devsrv\LivewireModal\LivewireModalServiceProvider" --tag=config
- config support bootstrap 4 | 5
<?php
return [
/**
* Options: bs4 | bs5.
*/
'theme' => 'bs5',
];
1.0.2
Fixed
- notification clear on wire:loading
Added
- helper methods for different alert messages
$this->info('your message'); // support `info` `warning` `success` `danger`
1.0.1
Changed
_openModal
support modal size as last param e.g. _openModal("foo", "sample-form", [], "sm")
Fixed
- alert notification not showing fixed