New Features
- Use #[Validate] instead of #[Rule] by @calebporzio in #7260
- Isolate form object validation from root livewire component by @calebporzio in #7266
- Add "except" parameter to query string feature by @calebporzio in #7255
- Better livewire javascript handling (@script and @assets) by @calebporzio in #7183
- Add syntax for attaching event listeners to child components by @calebporzio in #7146
- Include Alpine's new
x-anchor
plugin (https://alpinejs.dev/plugins/anchor)
What's Changed (Pull Requests)
- Update testing docs for forbidden vs unauthorized by @peterfox in #7223
- Prefix
data-uri
todata-livewire-uri
to avoid conflicts by @csnuknet in #7222 - Missing assignment added for docs. by @ercanertan in #7216
- Fix start variable by @osama-98 in #7179
- Validation typo fix by @osama-98 in #7175
- Utilize Laravel's container for dependency resolution in LivewireServiceProvider by @Omranic in #7181
- Add
! important
modifier tox-cloak
style by @ralphjsmit in #7172 - Fix bug with legacy model binding where uninitialised attributes couldn't be bound to by @jasonlbeggs in #7180
- Fix nested component listeners not working with multi-word events by @joshhanley in #7236
- Add missing quotes by @PerryvanderMeer in #7231
- Fix Pest Scaffolding Behavior in
php artisan make:livewire
command and prioritize--pest
Flag by @manelgavalda in #7248 - Fix typo in
wire-model.md
by @Ligniperdus in #7259 - Use redirect helper in docs by @francoism90 in #7258
New Contributors
- @peterfox made their first contribution in #7223
- @csnuknet made their first contribution in #7222
- @ercanertan made their first contribution in #7216
- @osama-98 made their first contribution in #7179
- @Ligniperdus made their first contribution in #7259
- @francoism90 made their first contribution in #7258
Full Changelog: v3.1.0...v3.2.0