Skip to content

v1.0.0

Compare
Choose a tag to compare
@PhiloNL PhiloNL released this 05 Jul 09:40
· 59 commits to main since this release

v1.0.0 stable release 🚀

Breaking changes to take into account:

The @livewireUIScripts has been removed.

Any required Javascript will be loaded inline. If you want to include the Javascript in your bundler like Webpack you can use the config to disable Javascript and require the necessary Javascript require('vendor/livewire-ui/modal/resources/js/modal');

The package namespace has changed to livewire-ui-modal

If you published the modal view make sure to make the required changes.