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