Skip to content

v0.5.1

Compare
Choose a tag to compare
@calebporzio calebporzio released this 11 Dec 21:54
003b10f

Added

  • Support for Laravel Echo "toOthers" method
  • GitHub actions setup for automated testing on PRs
  • Can set "render" as an event listener handler method
  • Add $this->fill([]) method for filling component properties
  • Casters now use cast and uncast instead of hydrate and dehydrate
  • Added trait for passing public props to views automatically: Livewire\PassPublicPropertiesToView

Fixed

  • Name view in render() method dynamically if a user is using a different views directory.
  • "Echo" is undefined error fixed