github livewire/livewire v2.2.0

latest releases: v3.5.0, v3.4.12, v3.4.11...
3 years ago

Added

  • New protected property for setting validation messages on your component: protected $messages #1518
  • Support nested properties when using @entangle('foo.bar') 5f9e94a
  • New optional parameter for Livewire.rescan() -> Livewire.rescan(node) (Specify the node you'd like to run the scan on) #1534

Fixed

  • Data inputs weren't being "refreshed" when the back button was used with $queryString updates #1531
  • Public model properties couldn't be "unset". Fixed 55bc81c
  • Fix wire:keydown.space (because the space key is special) #1517
  • Support arrays properly in $queryString #1513
  • Allow upload of mp3 files #1359

Don't miss a new livewire release

NewReleases is sending notifications on new releases.