github livewire/livewire v0.3.6

latest releases: v3.5.0, v3.4.12, v3.4.11...
4 years ago

Added

  • Publishable Livewire config file (config/livewire.php), with options to set the "class_namespace", the "view_path", and the "asset_url". Can publish with: php artisan vendor:publish --tag=livewire:config
  • Changed the "base_url" option in @livewireAssets(['base_url' => ...]), to "asset_url"
  • Publishable Livewire JavaScript Assets. Can publish with: php artisan vendor:publish --tag=livewire:assets

Fixed

  • Slow performance fix because of reliance on resque helper function and firing the exception handler too often. #256
  • Stopped overwriting numeric array keys when preparing Livewire component data for JavaScript. Now mimics the behavior of JSON.parse

Don't miss a new livewire release

NewReleases is sending notifications on new releases.