github livewire/livewire v0.3.3

latest releases: v3.4.11, v3.4.10, v3.4.9...
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.