New
v4.1.3
What's Changed
- [4.x] Cache resolved routes to prevent binding resolution issues for bundled child components by @joshhanley in https://github.com/livewire/livewire/pull/9813
- [4.x] Fix form object
#[Validate]attributes losing rules on consolidated updates by @joshhanley in https://github.com/livewire/livewire/pull/9876 - [4.x] Fix view resolution for self-named class components by @joshhanley in https://github.com/livewire/livewire/pull/9891
- [4.x] Fix
Route::livewire()not available for package service providers by @joshhanley in https://github.com/livewire/livewire/pull/9903 - [4.x] Regenerate island cache files on demand when missing by @joshhanley in https://github.com/livewire/livewire/pull/9906
- [4.x] Fix browser back/forward navigation breaking after page refresh by @joshhanley in https://github.com/livewire/livewire/pull/9907
- [4.x] Fix
metaFileData()skipping.jsonlookup in tests when default filesystem uses S3 driver by @joshhanley in https://github.com/livewire/livewire/pull/9912 - [4.x] Fix real-time validation not triggering for wildcard rules on array properties by @joshhanley in https://github.com/livewire/livewire/pull/9913
- [4.x] Fix wire:model with large numeric keys creating massive arrays by @joshhanley in https://github.com/livewire/livewire/pull/9914
- [4.x] Fix uploaded file storage using default filesystem disk by @joshhanley in https://github.com/livewire/livewire/pull/9915
- [4.x] Fix
@assetsnot loading before script module in lazy-loaded SFCs by @joshhanley in https://github.com/livewire/livewire/pull/9919 - [3.x] Fix smart wire keys with duplicate foreach sources by @joshhanley in https://github.com/livewire/livewire/pull/9921
Full Changelog: https://github.com/livewire/livewire/compare/v4.1.2...v4.1.3