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