packagist livewire/livewire v2.4.4

latest releases: dev-main, v3.4.12, dev-prevent-computed-properties-from-being-overridden...
3 years ago

Added

  • Add assertFileDownloaded test helper #2780
  • Add layoutData method (view(...)->layoutData(['title' => '...'])) for setting layout data without having to explicitly specify the layout view #2736
  • Support using class names with assertSeeLivewire #2754
  • Support dynamic livewire components (<livewire:is :component="$componentName") #2502
  • Allow wire:key instead of :key on nested livewire components inside a loop (<livewire:nested-component :wire:key="$foo") de8021b

Fixed

  • Prevent creating components with reserved PHP keywords #2756
  • wire:poll.visible should poll if ANY part of the element is visible, not only if ALL of the element is visible #2730

Don't miss a new livewire release

NewReleases is sending notifications on new releases.