v3.4.10
版本发布时间: 2024-04-02 22:32:36
livewire/livewire最新发布版本:v3.5.8(2024-09-21 03:42:04)
What's Changed
- Update forms.md by @danie-ramdhani in https://github.com/livewire/livewire/pull/8131
- Fix
wire:navigate
back button "null" issue by @calebporzio in https://github.com/livewire/livewire/pull/7895 - Update actions.md by @danie-ramdhani in https://github.com/livewire/livewire/pull/8122
- Add float synthesizer to handle empty inputs in combination with Forms by @lsmedia in https://github.com/livewire/livewire/pull/8126
- [3.x] Make commands lazy by @timacdonald in https://github.com/livewire/livewire/pull/8157
- Warn about multiple Alpine instances from Livewire by @calebporzio in https://github.com/livewire/livewire/pull/8164
- Add troubleshooting documentation page by @calebporzio in https://github.com/livewire/livewire/pull/8174
- [Docs] Fix typo in
troubleshooting.md
by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8176 - BaseUrl Attribute properties are not filled similarly when using queryString() methods by @robert-stanciu in https://github.com/livewire/livewire/pull/8099
- Remove unused use statement by @buismaarten in https://github.com/livewire/livewire/pull/8179
- Fix deterministic Blade key generation by @calebporzio in https://github.com/livewire/livewire/pull/8167
- Fix empty body after visiting 404 page in laravel octane by @gazzoy in https://github.com/livewire/livewire/pull/8139
- Re-enable Laravel 11 tests by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8188
- add cancelable alpine:navigate event by @n1crack in https://github.com/livewire/livewire/pull/8093
- Added warning about event listeners with wire:navigate by @samlev in https://github.com/livewire/livewire/pull/8140
- Prevent listeners leak with once modifier by @AlexandreBonaventure in https://github.com/livewire/livewire/pull/8147
- Fix
wire:loading.remove
with renderless actions by @calebporzio in https://github.com/livewire/livewire/pull/8218 - [3.x] Better support for
BackedEnum
while testing by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8187 - Fix file input clearing by @joshhanley in https://github.com/livewire/livewire/pull/8120
- Add browser test for navigate page with hashtag by @danie-ramdhani in https://github.com/livewire/livewire/pull/8143
- Add browser test for binding class when navigate back by @danie-ramdhani in https://github.com/livewire/livewire/pull/8154
- Update wire-loading.md by @danie-ramdhani in https://github.com/livewire/livewire/pull/8221
- Prioritize component listener registration by @calebporzio in https://github.com/livewire/livewire/pull/8226
- Fix - Handling query params without values by @davidrushton in https://github.com/livewire/livewire/pull/8197
- EloquentModelSynth: convert empty string to null for enum casted attributes by @TobMoeller in https://github.com/livewire/livewire/pull/8220
- Fix Laravel 11 tests by @joshhanley in https://github.com/livewire/livewire/pull/8232
New Contributors
- @danie-ramdhani made their first contribution in https://github.com/livewire/livewire/pull/8131
- @lsmedia made their first contribution in https://github.com/livewire/livewire/pull/8126
- @robert-stanciu made their first contribution in https://github.com/livewire/livewire/pull/8099
- @buismaarten made their first contribution in https://github.com/livewire/livewire/pull/8179
- @n1crack made their first contribution in https://github.com/livewire/livewire/pull/8093
- @AlexandreBonaventure made their first contribution in https://github.com/livewire/livewire/pull/8147
- @TobMoeller made their first contribution in https://github.com/livewire/livewire/pull/8220
Full Changelog: https://github.com/livewire/livewire/compare/v3.4.9...v3.4.10