| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-31 | 3.4 kB | |
| v4.3.4 source code.tar.gz | 2026-07-31 | 2.9 MB | |
| v4.3.4 source code.zip | 2026-07-31 | 3.1 MB | |
| Totals: 3 Items | 6.0 MB | 2 | |
What's Changed
- [3.x] Fix wire:model.blur recreating deleted array entries by @people-sea in https://github.com/livewire/livewire/pull/10370
- [4.x] Use dedicated feature for
BaseRenderlessby @ghabriel25 in https://github.com/livewire/livewire/pull/10346 - [4.x] Extract synth orchestration into a
HandleSynthsmechanism by @joshhanley in https://github.com/livewire/livewire/pull/10276 - [4.x] Fix stale reactive snapshots for overlapping
wire:model.liverequests by @cyppe in https://github.com/livewire/livewire/pull/10061 - [4.x] Prevent
wire:model.live.blurfrom triggering redundant requests by @people-sea in https://github.com/livewire/livewire/pull/10284 - [4.x] Fix validation throwing TypeError when rules(), messages() or validationAttributes() return a Collection by @joshhanley in https://github.com/livewire/livewire/pull/10303
- [4.x] Honor scoped route bindings for
mount()method injection by @mateusjunges in https://github.com/livewire/livewire/pull/10341 - [4.x] Fix
writeToHistory()mutating the current history state by @people-sea in https://github.com/livewire/livewire/pull/10342 - [4.x] Remove stale
$wire.$watchcleanups from the component when manually unwatched by @joshhanley in https://github.com/livewire/livewire/pull/10349 - Add renderless wire model by @sohailahmad07 in https://github.com/livewire/livewire/pull/10363
- [4.x] Skip Volt functional components during SFC detection by @joshhanley in https://github.com/livewire/livewire/pull/10367
- [4.x] Add support for
@continueand@breakin morph markers by @joshhanley in https://github.com/livewire/livewire/pull/10368 - [4.x] Fix fetch responses with a http redirect being parsed as Livewire payloads by @joshhanley in https://github.com/livewire/livewire/pull/10369
- [4.x] Fix SFC island imports by @VernSG in https://github.com/livewire/livewire/pull/10338
- [4.x] Fix form
validateOnly()keeping previous field messages by @billyonecan in https://github.com/livewire/livewire/pull/10375 - [4.x] Refactor
SupportAttributesby @ghabriel25 in https://github.com/livewire/livewire/pull/10378 - Fix PHP 8.5 null array offset deprecation in EloquentCollectionSynth::hydrate() by @JulianGlueck in https://github.com/livewire/livewire/pull/10380
- [4.x] Fix
BaseAuthorzeandBaseRenderlessnot triggered using event by @ghabriel25 in https://github.com/livewire/livewire/pull/10384 - [4.x] Extract renderless-related methods into a
HandlesRenderlesstrait by @ghabriel25 in https://github.com/livewire/livewire/pull/10389 - Revert "[4.x] Move temporary file if disks are same" by @joshhanley in https://github.com/livewire/livewire/pull/10390
- [4.x] Handle exceptions from form lifecycle hooks by @billyonecan in https://github.com/livewire/livewire/pull/10376
- [4.x] docs: add missing $this->validate() calls to file upload examples by @calebporzio in https://github.com/livewire/livewire/pull/10395
- [3.x] Improve query string parsing and effect handling by @joshhanley in https://github.com/livewire/livewire/pull/10467
New Contributors
- @VernSG made their first contribution in https://github.com/livewire/livewire/pull/10338
- @billyonecan made their first contribution in https://github.com/livewire/livewire/pull/10375
- @JulianGlueck made their first contribution in https://github.com/livewire/livewire/pull/10380
Full Changelog: https://github.com/livewire/livewire/compare/v4.3.3...v4.3.4