github livewire/livewire v0.1.2

latest releases: v3.4.11, v3.4.10, v3.4.9...
4 years ago

Added

  • Component methods (actions) now have automatic dependency injection (like mount())
  • Livewire::test('foo')->set() method now accepts an array of data to set on the component
  • You can also now "set" data on the testing component with the magic __set() method
  • dd() output is now shown in a modal (similar to laravel errors)

Fixed

  • artisan route:cache now caches Livewire endpoints (messaging endpoint, livewire.js, and keep-alive)
  • ->assertSee won't include output from wire:data (which causes false positives)
  • wire:model now casts integers to strings before setting <select> elements (before this was broken)

Don't miss a new livewire release

NewReleases is sending notifications on new releases.