github saade/filament-fullcalendar v4.0.0-beta1

latest release: v4.0.0-beta2
27 days ago

This is a beta release

  1. The reason behind this decision is that we need to introduce some breaking changes to fix some known issues (for example, using the calendar inside a resource edit/view page. We need to rename $record to some other name like $event to avoid crashing with Filament's $record property).

  2. Also, i want to make the api match the Filament one (for example, defining schemas using public function form(Schema $schema): Schema {} and public function infolist(Schema $schema): Schema {}), also, get rid of custom actions and leverage the native ViewAction, EditAction etc.

These are just a few concerns; there are more.

That being said, this will be released as a beta at the moment. The refactor has already started and will be released soon.

Please read the Installation Guide to be able to update to 4.x-beta.

Thanks everyone for the support and help! <3


What's Changed

New Contributors

Full Changelog: v3.2.4...v4.0.0-beta1

Don't miss a new filament-fullcalendar release

NewReleases is sending notifications on new releases.