| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-10 | 2.0 kB | |
| v4.4.0 source code.tar.gz | 2026-08-10 | 2.9 MB | |
| v4.4.0 source code.zip | 2026-08-10 | 3.1 MB | |
| Totals: 3 Items | 6.0 MB | 6 | |
What's Changed
- [4.x] Fix component named Index resolving to an empty name by @lazerg in https://github.com/livewire/livewire/pull/10475
- [4.x] Fix server-side JS evaluation on mount running before the component is registered by @lazerg in https://github.com/livewire/livewire/pull/10494
- [4.x] Fix throttle requests get debounced by
.livemodifier by @ghabriel25 in https://github.com/livewire/livewire/pull/10492 - [4.x] Refactor
SupportLifecycleHooksto use existing helper methods by @ghabriel25 in https://github.com/livewire/livewire/pull/10446 - [4.x] Fix a broken JS expression wedging the component by @calebporzio in https://github.com/livewire/livewire/pull/10500
- [4.x] Consolidate renderless setup to
HandlesRenderlessby @ghabriel25 in https://github.com/livewire/livewire/pull/10499 - [4.x] Handle empty successful responses by @joshhanley in https://github.com/livewire/livewire/pull/10456
- [4.x] Fix
#[Authorize]attribute skip component exception hook by @ghabriel25 in https://github.com/livewire/livewire/pull/10510 - [4.x] Add
assertOnlyHasErrorsmethod by @gdebrauwer in https://github.com/livewire/livewire/pull/10393 - [4.x] Fix renderless calls incorrectly skipping render when batched with normal calls by @ghabriel25 in https://github.com/livewire/livewire/pull/10502
- [4.x] Discard stale live model responses after newer responses land by @calebporzio in https://github.com/livewire/livewire/pull/10513
- Bump postcss from 8.5.8 to 8.5.26 by @dependabot[bot] in https://github.com/livewire/livewire/pull/10515
- Prepare releases as drafts by @calebporzio in https://github.com/livewire/livewire/pull/10520
- Upmerge 3.x into 4.x for release prep by @calebporzio in https://github.com/livewire/livewire/pull/10516
- Backport navigate rejection fix to 4.x by @calebporzio in https://github.com/livewire/livewire/pull/10517
- Bump Alpine to 3.16.0 by @calebporzio in https://github.com/livewire/livewire/pull/10522
Full Changelog: https://github.com/livewire/livewire/compare/v4.3.5...v4.4.0