v2.10.4
版本发布时间: 2022-02-19 22:52:41
livewire/livewire最新发布版本:v3.5.8(2024-09-21 03:42:04)
What's Changed
- Avoid 500 server error when component gets request with empty body by @marispro in https://github.com/livewire/livewire/pull/4316
- FIX keep child components even when a parent component is skipped rendering. by @nshiro in https://github.com/livewire/livewire/pull/4450
- Support for native enums by @andreascreten in https://github.com/livewire/livewire/pull/4506
- Missing dispatched events with assertDispatchedBrowserEvent() returns in undefined array key by @ahinkle in https://github.com/livewire/livewire/pull/4511
- Allow frontend wire: actions to span multiple lines by @claytonrcarter in https://github.com/livewire/livewire/pull/4618
- Ensure Livewire request testing override is false by default by @telkins in https://github.com/livewire/livewire/pull/4619
- Fix multiple trait method executions by @jelib3an in https://github.com/livewire/livewire/pull/4670
- Pass layout data to layout component constructor by @brizzo in https://github.com/livewire/livewire/pull/4678
- Disable user-select on disabled pagination links by @dianfishekqi in https://github.com/livewire/livewire/pull/4680
- Add assertBrowserEventIsNotDispatched() method. by @rezaamini-ir in https://github.com/livewire/livewire/pull/4685
New Contributors
- @andreascreten made their first contribution in https://github.com/livewire/livewire/pull/4506
- @jelib3an made their first contribution in https://github.com/livewire/livewire/pull/4670
- @brizzo made their first contribution in https://github.com/livewire/livewire/pull/4678
- @dianfishekqi made their first contribution in https://github.com/livewire/livewire/pull/4680
Full Changelog: https://github.com/livewire/livewire/compare/v2.10.3...v2.10.4