| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-18 | 2.5 kB | |
| v4.4.1 source code.tar.gz | 2026-08-18 | 3.1 MB | |
| v4.4.1 source code.zip | 2026-08-18 | 3.2 MB | |
| Totals: 3 Items | 6.3 MB | 0 | |
What's Changed
- Prevent server actions from reactive bindings by @hamdyelbatal122 in https://github.com/livewire/livewire/pull/10484
- Fix ValueError when a nullable enum property is updated to null by @pkalusek in https://github.com/livewire/livewire/pull/10527
- Bump Alpine to 3.16.1 by @calebporzio in https://github.com/livewire/livewire/pull/10530
- [4.x] Fix cached computed properties returning broken objects on Laravel 13 by @lazerg in https://github.com/livewire/livewire/pull/10525
- Fix _removeUpload for Collection properties by @hamdyelbatal122 in https://github.com/livewire/livewire/pull/10485
- [4.x] Recursively hydrate nested synthesizers during property updates by @lam0819 in https://github.com/livewire/livewire/pull/10489
- Batch implicit island morphs and preserve ordered output by @calebporzio in https://github.com/livewire/livewire/pull/10529
- [4.x] Fix
Route::lazy()andRoute::defer()macros not available for package service providers by @marcheffels in https://github.com/livewire/livewire/pull/10533 - [4.x] Only match a component's class namespace on whole segments by @calebporzio in https://github.com/livewire/livewire/pull/10476
- [4.x] Fix script modules not loading after back/forward navigation by @stebrl in https://github.com/livewire/livewire/pull/10481
- [4.x] Fix assets after a stylesheet never being loaded by @stebrl in https://github.com/livewire/livewire/pull/10482
- [4.x] Fix unhandled rejections from cancelled polls by @joshhanley in https://github.com/livewire/livewire/pull/10428
- [4.x] Fix reactive Eloquent models throws
CannotMutateReactivePropExceptionwhen relations are lazy-loaded by @ghabriel25 in https://github.com/livewire/livewire/pull/10536 - [4.x] Add type validation to CarbonSynth and EnumSynth by @ghabriel25 in https://github.com/livewire/livewire/pull/10541
- Upmerge 3.x into 4.x for release prep by @calebporzio in https://github.com/livewire/livewire/pull/10544
- Bump Alpine to 3.16.2 by @calebporzio in https://github.com/livewire/livewire/pull/10546
New Contributors
- @pkalusek made their first contribution in https://github.com/livewire/livewire/pull/10527
- @lam0819 made their first contribution in https://github.com/livewire/livewire/pull/10489
- @marcheffels made their first contribution in https://github.com/livewire/livewire/pull/10533
- @stebrl made their first contribution in https://github.com/livewire/livewire/pull/10481
Full Changelog: https://github.com/livewire/livewire/compare/v4.4.0...v4.4.1