packagist livewire/livewire v1.3.3

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

Added

  • File uploads now support S3-compatible storage drivers like Digital Ocean spaces #1294
  • now ->assertHasNoErrors() now displays the missing validation keys #1169
  • Livewire now handles validation errors thrown in ->mount() #1186
  • Livewire macros are now available in other package's service provider's ->boot() method #1194
  • ->assertHasErrors() now supports class-based validation rules #1251
  • Added ->assertSeeInOrder and ->assertSeeHtmlInOrder testing methods #1318
  • Added public function prepareForValidation base component method to intercept attributes before validation. #1329

Fixed

  • File uploads for multiple files inside an array property were breaking when modifying array #1234
  • if return redirect()->to() triggers a download, loading indicators weren't going away. Fixed #1154
  • action param evaluation wasn't working in IE11 #1162
  • keydown.escape and keydown.backspace both weren't working properly because of a bad regex #1183
  • Fixed an indexing issue with wire:model on select elements c715690
  • artisan make:livewire now
  • Fix file upload error messaging formatting #1345
  • Replace the use of $_ENV with env() for file uploading #1386

Don't miss a new livewire release

NewReleases is sending notifications on new releases.