packagist livewire/livewire v0.4.0

latest releases: dev-main, dev-prevent-computed-properties-from-being-overridden, v3.4.11...
4 years ago

Added

  • Persist validation error bag between requests and added $this->validateOnly() method for real-time validation of specific fields.
  • Also added $this->resetValidation()

Fixed

  • Auto-submission of queued events. Before, if a user clicked a submit button next to an "input.lazy", things would trip up because the ".lazy" would fire and be out to the server while the "click" registers, leaving the "click" in the actionQueue. Now, the "click" will get fired directly after.
  • Added local App\Http\Middleware\TrimStrings to the bypass middleware in the service provider.

Don't miss a new livewire release

NewReleases is sending notifications on new releases.