Skip to content

Releases: ACT-Training/livewire-calendar

Livewire 4 Modernisation

07 Mar 12:25
cc1072d

Choose a tag to compare

Breaking Changes

  • Renamed abstract method getEventsProperty() to events() — consuming apps must update their override (#7)
  • Blade view now calls $this->events() as a method instead of accessing it as a computed property

Changes

  • Upgraded dev dependencies to Laravel 11 / Pest 3 / PHPStan 2
  • Simplified CI test matrix (PHP 8.2–8.4, Ubuntu only)
  • Fixed PHPStan workflow and config for PHPStan 2

Migration

In your class that extends LivewireCalendar, rename:

// Before
public function getEventsProperty(): array

// After
public function events(): array

Laravel 11

21 Aug 12:30
67e69c6

Choose a tag to compare

Update composer.json

Bump PHP version

Initial Release

16 Dec 13:42

Choose a tag to compare