packagist livewire/livewire v0.7.3

latest releases: dev-main, v3.4.11, dev-add-without-lazy-loading-test-helper...
4 years ago

Note: lots of PHP code was refactored in this release.

Changed

  • Permanently removed (was already not supported anymore): src/PassPublicPropertiesToView.php

Added

  • Date format option when castingd to date: protected $casts = ['some-date' => 'date:m-d-y']
  • $this->emitUp and $emitUp to only emit events to ancestor components #578

Fixed

  • Support spaces around commas in action parameters (ex: wire:click="doSomething('hey' , 'there')") #571
  • Add "Edge" support to JS bundle
  • Vue support was broken

Don't miss a new livewire release

NewReleases is sending notifications on new releases.