Livewire Ui Modal Versions Save

Livewire component that provides you with a modal that supports multiple child modals while maintaining state.

2.0.10

2 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/wire-elements/modal/compare/2.0.9...2.0.10

2.0.9

5 months ago
  • Fix event duplication when using wire:navigate

2.0.8

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/wire-elements/modal/compare/2.0.7...2.0.8

2.0.7

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/wire-elements/modal/compare/2.0.6...2.0.7

2.0.6

8 months ago
  • Stable release

2.0.5-beta

9 months ago

What's Changed

Full Changelog: https://github.com/wire-elements/modal/compare/2.0.4-beta...2.0.5-beta

2.0.4-beta

9 months ago

2.0.3-beta

9 months ago
  • Rename the config file, make sure to republish and update your config:
php artisan vendor:publish --tag=wire-elements-modal-config

2.0.2-beta

9 months ago
  • Update upgrade command

You can automate the required changes using the following command:

php artisan livewire:upgrade --run-only wire-elements-modal-upgrade

2.0.1-beta

9 months ago
  • The old component name is being deprecated. Replace @livewire('livewire-ui-modal') with @livewire('wire-elements-modal')
  • arguments is the named property to pass arguments to your modal, for example:
$dispatch('openModal', {component: 'edit-user', arguments: {user: 5}})