Skip to content

v0.2.3

Compare
Choose a tag to compare
@calebporzio calebporzio released this 12 Aug 16:46

Added

  • Livewire::customComponentResolver($callback); - you can override how Livewire converts a string like counter (@livewire('counter')) into a class App\Http\Livewire\Counter;

Fixed

  • An incorrect closing tag in the pagination views
  • Stopped stripping whitespace and line breaks from component DOM output (was messing up javascript inside <script> tags)