This is a beta release
-
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
$recordto some other name like$eventto avoid crashing with Filament's$recordproperty). -
Also, i want to make the api match the Filament one (for example, defining schemas using
public function form(Schema $schema): Schema {}andpublic function infolist(Schema $schema): Schema {}), also, get rid of custom actions and leverage the nativeViewAction,EditActionetc.
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
- Enable closure support to
timezoneandlocaleby @leandrogehlen in #260 - [4.x] BETA by @MarioGattolla in #259
New Contributors
- @leandrogehlen made their first contribution in #260
- @MarioGattolla made their first contribution in #259
Full Changelog: v3.2.4...v4.0.0-beta1