Skip to content

Releases: ACT-Training/livewire-calendar

Livewire 4 Modernisation

Choose a tag to compare

@SimonBarrettACT SimonBarrettACT released this 07 Mar 12:25
cc1072d

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

Choose a tag to compare

@SimonBarrettACT SimonBarrettACT released this 21 Aug 12:30
67e69c6
Update composer.json

Bump PHP version

Initial Release

Choose a tag to compare

@SimonBarrettACT SimonBarrettACT released this 16 Dec 13:42