What's Changed
- Fix typo in docs by @jasonlbeggs in #6864
- Update dependencies to match Laravel 10 by @crynobone in #6855
- Fix
$entangle
so it is no longer live by default by @danharrin in #6873 - Support Laravel-style CSRF token definition by @zepfietje in #6872
- Add support for adding cookies to tests by @joshhanley in #6822
- Added validation call to form object docs by @AdrianBav in #6728
- Add option to modify full page component response by @PhiloNL in #6843
- Add lazy load warning to use same root element type by @PhiloNL in #6626
- Attribute validation rules precedence by @PhiloNL in #6761
- Fix a locked property preventing updates to properties that start with the same string by @lrljoe in #6926
- Update
nesting.md
by @bradenkeith in #6936 - Allow configurable computed prop cache keys by @jasonlbeggs in #6821
- Add scroll-to-top behavior for pagination links by @calebporzio in #6943
- Fix typo in
testing
docs by @PerryvanderMeer in #6946 - Add ability to customize the
wire:navigate
progress bar color by @calebporzio in #6630 - Use the
route()
helper to get the update URI by @stancl in #6549 - Simple correction in docs by @irqd in #6966
- Add 'none' and 'default' loading delay modifiers by @binaryfire in #6953
- Tweak
forms.md
by @austincarpenter in #6883 - Update docs to explain how to generate class-based volt component by @robsontenorio in #6848
- Added query string hook documentation by @ramonrietdijk in #6799
- Add better reference documentation by @calebporzio in #6631
- Fix typo in
wire-model.md
by @Kenny1291 in #6970 - Fix typo in
wire-ignore.md
by @FehrenbachMark in #6971 - Fix markdown in
wire-transition.md
by @ClaudioEyzaguirre in #6972 - Fix typo in
wire-model.md
by @valpuia in #6977 - Fix typo by @woodspire in #6976
- Add test for nested entangled items duplicating requests by @archilex in #6528
- Fix wire transition elements hidden on page load by @joshhanley in #6696
- Add support to disable navigate on redirects by @gehrisandro in #6699
- Fix requested Content-Disposition header by @kmark in #6741
- Fix pagination getPage after reload always equals 1 even if /page=x by @helturkey in #6736
- Fix documentation about attributes method by @beholdr in #6981
- Fix typos by @PerryvanderMeer in #6982
- Use Internet Explorer conditional comment syntax to preserve morph markers on Cloudflare-proxied sites by @markjaquith in #6974
- Fix missing semicolon inside
messages()
method invalidation.md
by @becker in #7002 - Support multiple middleware on File Upload route by @chillbram in #6660
- Fix eloquent models and collections by @joshhanley in #7003
- Fix
$persist
not working anymore with@entangle
by @PhiloNL in #6756
New Contributors
- @crynobone made their first contribution in #6855
- @AdrianBav made their first contribution in #6728
- @lrljoe made their first contribution in #6926
- @irqd made their first contribution in #6966
- @binaryfire made their first contribution in #6953
- @robsontenorio made their first contribution in #6848
- @Kenny1291 made their first contribution in #6970
- @FehrenbachMark made their first contribution in #6971
- @ClaudioEyzaguirre made their first contribution in #6972
- @woodspire made their first contribution in #6976
- @kmark made their first contribution in #6741
- @beholdr made their first contribution in #6981
- @becker made their first contribution in #7002
Full Changelog: v3.0.5...v3.0.6