v3.0.3
版本发布时间: 2023-09-12 23:19:02
livewire/livewire最新发布版本:v3.5.8(2024-09-21 03:42:04)
What's Changed
- Fix
wire:navigate
withx-teleport
andx-persist
https://github.com/livewire/livewire/commit/37e9a1602d472b2ec69d2a78774920c3939005c9 - Fix
wire:navigate
scrolling to top on https endpoints https://github.com/livewire/livewire/commit/6e571f41512747ad3420219ebdfa650aaca6f5c5 - Fix
wire:navigate
with url tracking https://github.com/livewire/livewire/commit/0e84f2bcaeaafcf0ef3e802e54b84f756c20460f - Add fill() method to Form object by @jeffchown in https://github.com/livewire/livewire/pull/6707
- Fix keyboard enter on
<a>
tags with wire:navigate by @gehrisandro in https://github.com/livewire/livewire/pull/6673 - Fix wireables not being able to be updated by @levu42 in https://github.com/livewire/livewire/pull/6559
- Fix
reset()
to ensure a property initially set tonull
can be reset by @Simoneu01 in https://github.com/livewire/livewire/pull/6729 - Scroll to top by @calebporzio in https://github.com/livewire/livewire/pull/6769
- Fix pagination when there are nested components that don't have pagination by @Simoneu01 in https://github.com/livewire/livewire/pull/6708
New Contributors
- @jeffchown made their first contribution in https://github.com/livewire/livewire/pull/6707
- @Simoneu01 made their first contribution in https://github.com/livewire/livewire/pull/6729
Full Changelog: https://github.com/livewire/livewire/compare/v3.0.2...v3.0.3