packagist livewire/livewire v0.1.6

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

Added

  • Added passing name and value to updated hooks: function updating($name, $value)
  • Added mount() method dependancy injection for loading from directive (it already worked for loading from Route::livewire())
  • Added wire:init directive to fire an action on load

Fixed

  • Nested validation beyond one level now works
  • Scoped ->updated() and ->updating() to property updates only, not actions
  • Root divs of components weren't being "initialized", so directives like wire:poll weren't working. They are now.
  • Support Internet Explorer 11 (with polyfills)

Don't miss a new livewire release

NewReleases is sending notifications on new releases.