v4.1.1
What's Changed
- [4.x] Fix persist directive docs by @webard in https://github.com/livewire/livewire/pull/9827
- [4.x] Add toJSON() to $wire and Component to support JSON.stringify() by @joshhanley in https://github.com/livewire/livewire/pull/9867
- [3.x] Fix smart wire keys regex incorrectly matching > in PHP expressions by @joshhanley in https://github.com/livewire/livewire/pull/9863
- [4.x] Add $wire.$island() API for calling methods scoped to islands by @joshhanley in https://github.com/livewire/livewire/pull/9862
- [3.x] Fix catch-all routes intercepting Livewire update requests by @joshhanley in https://github.com/livewire/livewire/pull/9854
- [4.x] Highlight wire:model v4.1 change in upgrade guide by @joshhanley in https://github.com/livewire/livewire/pull/9853
- [4.x] Fix syntax error when @script blocks start with comments by @joshhanley in https://github.com/livewire/livewire/pull/9850
- [4.x] Expose dispatchEl and dispatchRef on $wire object by @joshhanley in https://github.com/livewire/livewire/pull/9843
- [4.x] Add package development documentation by @joshhanley in https://github.com/livewire/livewire/pull/9788
- [4.x] Fix duplicate message error when event listeners have modelable children by @joshhanley in https://github.com/livewire/livewire/pull/9842
- [4.x] Batch reactive effects for data sync/morph by @calebporzio in https://github.com/livewire/livewire/pull/9882
- [4.x] Make snapshot merges more granular by @calebporzio in https://github.com/livewire/livewire/pull/9897
- [4.x] Allow
wire:loadingwithwire:targetto cross island boundaries by @joshhanley in https://github.com/livewire/livewire/pull/9890 - [4.x] Fix
#[Url]properties corrupted by scientific notation overflow by @joshhanley in https://github.com/livewire/livewire/pull/9888 - [4.x] Fix S3 file uploads breaking when
throwis enabled on the S3 disk by @joshhanley in https://github.com/livewire/livewire/pull/9887 - [4.x] Fix multiple named slots broken when slot contains a nested Livewire component by @joshhanley in https://github.com/livewire/livewire/pull/9875
- [4.x] Add
--cssflag and config support tomake:livewirecommand by @joshhanley in https://github.com/livewire/livewire/pull/9872 - [4.x] Add failing tests for
wire:model.blurform submission sync by @joshhanley in https://github.com/livewire/livewire/pull/9873
New Contributors
- @webard made their first contribution in https://github.com/livewire/livewire/pull/9827
Full Changelog: https://github.com/livewire/livewire/compare/v4.1.0...v4.1.1