v2.9.0
版本发布时间: 2022-01-14 04:15:29
livewire/livewire最新发布版本:v3.5.8(2024-09-21 03:42:04)
What's Changed
- Fix Livewire requests across load balancers by @calebporzio in https://github.com/livewire/livewire/pull/4354
- Add deploy invalidation by @calebporzio in https://github.com/livewire/livewire/pull/4430
- Added 2 new assertions: assertEmittedTo() and assertEmittedUp() by @jonneroelofs in https://github.com/livewire/livewire/pull/4336
- Fix checkboxes and integers by @joshhanley in https://github.com/livewire/livewire/pull/4382
- Fix Calling reset() on an object is deprecated by @reefki in https://github.com/livewire/livewire/pull/4398
- Suppress type warning by @telkins in https://github.com/livewire/livewire/pull/4376
- Fix cursor pagination in bootstrap by @nshiro in https://github.com/livewire/livewire/pull/4406
- Set initial property values from query string aliases by @CraftLogan in https://github.com/livewire/livewire/pull/4362
- Fix for TypeError in invokable components by @alexandre67fr in https://github.com/livewire/livewire/pull/4307
- Undefined array key "value" for syncInput by @danharrin in https://github.com/livewire/livewire/pull/4460
- Make empty() and isset() work on computed properties by @lennardv2 in https://github.com/livewire/livewire/pull/4375
New Contributors
- @reefki made their first contribution in https://github.com/livewire/livewire/pull/4398
- @telkins made their first contribution in https://github.com/livewire/livewire/pull/4376
- @nshiro made their first contribution in https://github.com/livewire/livewire/pull/4406
- @CraftLogan made their first contribution in https://github.com/livewire/livewire/pull/4362
- @alexandre67fr made their first contribution in https://github.com/livewire/livewire/pull/4307
- @lennardv2 made their first contribution in https://github.com/livewire/livewire/pull/4375
Full Changelog: https://github.com/livewire/livewire/compare/v2.8.2...v2.9.0