livewire/livewire Logo

v3.4.11

livewire/livewire — 5 months ago

What's Changed

  • Fixed missing semicolon in forms.md by @Qirel in https://github.com/livewire/livewire/pull/8249
  • Fixed undefined key with unset method of DataStore by @dmyers in https://github.com/livewire/livewire/pull/8231
  • Improved the progress bar animation . fix for discussion #8041 by @joydeep-bhowmik in https://github.com/livewire/livewire/pull/8204
  • Add $wire to directive API by @calebporzio in https://github.com/livewire/livewire/pull/8258
  • Don't register listener for custom directive by @calebporzio in https://github.com/livewire/livewire/pull/8259
  • [3.x] Fix conflicts with PHP's predefined classes by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8253
  • [3.x] Clarify docs for validation utilities by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8254
  • [3.x] Fix persistance of validation errors in forms by @PerryvanderMeer in https://github.com/livewire/livewire/pull/8262
  • Add $this->pull() component method by @calebporzio i...
Continue on Github