v3.5.0
版本发布时间: 2024-05-22 21:42:25
livewire/livewire最新发布版本:v3.5.8(2024-09-21 03:42:04)
What's Changed
- Remove redundant alias of Rule by @alsterholm in https://github.com/livewire/livewire/pull/8402
- Fix - Compile assets by @lguichard in https://github.com/livewire/livewire/pull/8401
- Fix Issue where S3 Cleanup Command Overwrites Existing Rules by @iAmKevinMcKee in https://github.com/livewire/livewire/pull/8392
- Add dark tailwind classes to pagination views by @Alexxlml in https://github.com/livewire/livewire/pull/8406
- Add
assertRedirectToRoute
to testing docs by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8420 - Update pagination Tailwind classes to match Laravel by @Alexxlml in https://github.com/livewire/livewire/pull/8409
- Added automated step of changing the namespace used in v2 for Livewire\TemporaryUploadedFile in the upgrade command by @irfanm96 in https://github.com/livewire/livewire/pull/8459
- Use
assertSetStrict()
in tests by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8457 - Enhance docs for dynamic components by @legecha in https://github.com/livewire/livewire/pull/8461
- Add
assertSnapshotSetStrict()
andassertSnapshotNotSetStrict()
by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8465 - Fix resetting forms properties via
$this->reset('form.title')
by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8464 - Fix routes with
scopeBindings()
by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8460 -
assertSetStrict()
for decimal casted attributes by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8463 - Adding
wire:replace
by @samlev in https://github.com/livewire/livewire/pull/8403
New Contributors
- @alsterholm made their first contribution in https://github.com/livewire/livewire/pull/8402
- @Alexxlml made their first contribution in https://github.com/livewire/livewire/pull/8406
- @irfanm96 made their first contribution in https://github.com/livewire/livewire/pull/8459
- @legecha made their first contribution in https://github.com/livewire/livewire/pull/8461
Full Changelog: https://github.com/livewire/livewire/compare/v3.4.12...v3.4.13