v2.8.0
版本发布时间: 2021-11-24 12:49:20
livewire/livewire最新发布版本:v3.5.8(2024-09-21 03:42:04)
Added
- Add support to arrays as parameters in the
assertSeeHtml
andassertDontSeeHtml
methods by @lucaspontodev in https://github.com/livewire/livewire/pull/4078 - Check the class name is valid before creating it by @mrsimonbennett in https://github.com/livewire/livewire/pull/4064
- Pass response as second argument to onError callback by @lucasromanojf in https://github.com/livewire/livewire/pull/4179
- Query string aliases by @amiranagram in https://github.com/livewire/livewire/pull/4178
- $validationCustomValues added to components by @kenlas in https://github.com/livewire/livewire/pull/4159
- Allow Responsable objects download by @fabio-ivona in https://github.com/livewire/livewire/pull/4144
- New method "resetExcept" by @SebastianSchoeps in https://github.com/livewire/livewire/pull/4098
- Add custom headers to AJAX message request by @naabster in https://github.com/livewire/livewire/pull/4141
- Discover index components in subfolders by @Naoray in https://github.com/livewire/livewire/pull/4203
- Add validation for
Wireable
DTOs by @stevenmond in https://github.com/livewire/livewire/pull/4036 - Adding an
$this->except()
and$this->all()
methods into InteractsWithProperties.php by @nihad-ziyatkhanli in https://github.com/livewire/livewire/pull/4027 - Add PHP 8.1 support by @joshhanley in https://github.com/livewire/livewire/pull/4271
Fixed
- Fix issue with autofill in Safari. by @codywoolsey in https://github.com/livewire/livewire/pull/4247
- Cleanup CI by @nuernbergerA in https://github.com/livewire/livewire/pull/4040
- Fix for model properties set to an empty array returning NULL after a request by @joshhanley in https://github.com/livewire/livewire/pull/4135
- Correct behavior for ampersand (&) characters in query string property values by @nullthoughts in https://github.com/livewire/livewire/pull/4155
- Change the page type from int to double. by @oyepez003 in https://github.com/livewire/livewire/pull/4103
- Fix wire:key issue containing commas when using on livewire components by @walirazzaq in https://github.com/livewire/livewire/pull/4085
- Fix validate only custom attributes by @joshhanley in https://github.com/livewire/livewire/pull/4188
- Revert back wire:loading.remove on request error. by @lucasromanojf in https://github.com/livewire/livewire/pull/4185
- Update html after download by @fabio-ivona in https://github.com/livewire/livewire/pull/4191
- Account For Varying Emission Params by @DudeMason in https://github.com/livewire/livewire/pull/4233
- Check all the values in dehydratePropertyFromWithFileUploads before calling serializeMultipleForLivewireResponse by @some-daan in https://github.com/livewire/livewire/pull/4239
- Wireable Image Dehydration in SupportFileUpload by @stevenmond in https://github.com/livewire/livewire/pull/4248
New Contributors
- @lucaspontodev made their first contribution in https://github.com/livewire/livewire/pull/4078
- @mrsimonbennett made their first contribution in https://github.com/livewire/livewire/pull/4064
- @kenlas made their first contribution in https://github.com/livewire/livewire/pull/4159
- @oyepez003 made their first contribution in https://github.com/livewire/livewire/pull/4103
- @SebastianSchoeps made their first contribution in https://github.com/livewire/livewire/pull/4098
- @walirazzaq made their first contribution in https://github.com/livewire/livewire/pull/4085
- @naabster made their first contribution in https://github.com/livewire/livewire/pull/4141
- @Naoray made their first contribution in https://github.com/livewire/livewire/pull/4203
- @DudeMason made their first contribution in https://github.com/livewire/livewire/pull/4233
- @codywoolsey made their first contribution in https://github.com/livewire/livewire/pull/4247
- @stevenmond made their first contribution in https://github.com/livewire/livewire/pull/4036
- @some-daan made their first contribution in https://github.com/livewire/livewire/pull/4239
- @nihad-ziyatkhanli made their first contribution in https://github.com/livewire/livewire/pull/4027
Full Changelog: https://github.com/livewire/livewire/compare/v2.7.2...v2.8.0