Added
wire:dirty
directive (behaves likewire:loading
except when data is dirty in any way, useful formodel.lazy
)
Fixed
- Use relative asset path
/livewire/livewire.js
by default, allow forbase_url
option to be passed into@livewireAssets
:@livewireAssets(['base_url' => 'https://foo.com/assets'])
will load the JS assets from `https://foo.com/assets