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.