packagist livewire/livewire v0.3.4

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

Added

  • New public methods on the Livewire component object in JavaScript: "get", "set", and "call".
  • A new Blade directive @this to access the JavaScript component instance to call those methods on. Super useful when writing inline script tags in your components.

Fixed

  • Removed the "keep-alive" functionality.
  • Add better cache headers for the JavaScript assets routes
  • Set a more reasonable default for polling: 5 seconds
  • Allow using just wire:poll (without adding an attribute value)

Don't miss a new livewire release

NewReleases is sending notifications on new releases.