Skip to content

Releases: devsrv/livewire-modal

v1.2.0

27 Mar 13:37
aa023be
Compare
Choose a tag to compare

added

PHP 8.2 & Laravel 10 support

1.1.0

22 Feb 14:30
9b25d24
Compare
Choose a tag to compare
  • php8.1 & Laravel9 support

1.0.3

16 May 17:56
Compare
Choose a tag to compare
  • 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

05 May 07:01
Compare
Choose a tag to compare

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

02 May 11:39
Compare
Choose a tag to compare

Changed

  • _openModal support modal size as last param e.g. _openModal("foo", "sample-form", [], "sm")

Fixed

  • alert notification not showing fixed

1.0.0

01 May 15:27
Compare
Choose a tag to compare

Initial Release