packagist livewire/livewire v0.3.3

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

Added

  • Defer loading of JS assets to not block DOM rendering
  • Minify inline Livewire script and styles (when "app.debug" == true)

Fixed

  • Normalized component data before sending to JavaScript to mimic JSON.parse
  • Renamed "ComponentMismatchException" to "CorruptComponentPayloadException" and added more helpful messaging
  • The $value parameter in ->assertSet($key, $value) was mistakenly cast to a string. Removed the casting.

Don't miss a new livewire release

NewReleases is sending notifications on new releases.