v3.5.1
版本发布时间: 2024-06-18 22:38:21
livewire/livewire最新发布版本:v3.5.8(2024-09-21 03:42:04)
What's Changed
- Use
assertSnapshotSetStrict()
in internal tests by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8467 -
assertSnapshotSetStrict()
for decimal casted attributes by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8468 -
assertSnapshotSetStrict()
for zero-fractions by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8469 - Bump
actions/cache
to v4 by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8470 - Fix flaky test for cancelling uploads by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8471
- Fix typed nullable properties in forms by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8474
- Added ->pull() and ->resetExcept() support to the form object by @nielseulink in https://github.com/livewire/livewire/pull/8481
- Cleanup render methods in internal tests by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8482
- Fix view components with parameters as
Layout
by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8480 - Docs: Fix broken links by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8485
- Docs: Fix numbered list by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8484
- Remove unused imports by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8486
- Fix case mismatches by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8487
- Replace unnecessary double quotes by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8489
- Cleanup render methods in new form object tests by @nielseulink in https://github.com/livewire/livewire/pull/8490
- Fix script re-evaluation on browser back by @tlaverdure in https://github.com/livewire/livewire/pull/8496
- Bugfix/url attribute existence by @samlev in https://github.com/livewire/livewire/pull/8527
- Fix Test: Enhance Wait for Preview in Test by @Lucasczm in https://github.com/livewire/livewire/pull/8535
- [Bugfix] #[Url(except: 'value')] properly gets cleared when that value was not the initial value by @samlev in https://github.com/livewire/livewire/pull/8528
- Fix typo in documentation, naviation -> navigation by @virgildotcodes in https://github.com/livewire/livewire/pull/8547
- fix: Livewire published script load on Laravel Vapor by @percymamedy in https://github.com/livewire/livewire/pull/8554
- Add test method for asserting partial match in redirect path by @mokhosh in https://github.com/livewire/livewire/pull/8573
New Contributors
- @nielseulink made their first contribution in https://github.com/livewire/livewire/pull/8481
- @tlaverdure made their first contribution in https://github.com/livewire/livewire/pull/8496
- @Lucasczm made their first contribution in https://github.com/livewire/livewire/pull/8535
- @virgildotcodes made their first contribution in https://github.com/livewire/livewire/pull/8547
- @percymamedy made their first contribution in https://github.com/livewire/livewire/pull/8554
Full Changelog: https://github.com/livewire/livewire/compare/v3.5.0...v3.5.1