livewire/livewire Logo

v3.2.0

livewire/livewire — 10 months ago

New Features

  • Use #[Validate] instead of #[Rule] by @calebporzio in https://github.com/livewire/livewire/pull/7260
  • Isolate form object validation from root livewire component by @calebporzio in https://github.com/livewire/livewire/pull/7266
  • Add "except" parameter to query string feature by @calebporzio in https://github.com/livewire/livewire/pull/7255
  • Better livewire javascript handling (@script and @assets) by @calebporzio in https://github.com/livewire/livewire/pull/7183
  • Add syntax for attaching event listeners to child components by @calebporzio in https://github.com/livewire/livewire/pull/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 https://github.com/livewire/livewire/pull/7223
  • Prefix data-uri to data-livewire-uri to avoid conflicts by @csnuknet in https://github.com/livewire/livewire/pull/7222
  • Missing assign...
Continue on Github