You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v2 of the Admin Panel will be released in Winter 2021. Please see #495 for details.
Packages in the same version series are compatible. For instance: filament/filament v1 is incompatible with filament/forms v2 in the same Laravel app. For more information, please see #495.
More granular Blade view components to allow for easier styling customisation, and fewer breaking changes if you override them.
Notes
Due to the view component changes, please make sure to php artisan view:clear when you upgrade to this version.
This is mentioned in the upgrade guides of both the form builder and table builder. We recommend you add these commands to your deployment scripts too.
This discussion was created from the release v2.4.28.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Form Builder
Added
getStatemethod returns collection instead of array. Update getState method to return collection instead of array #705Table Builder
Fixed
Notes
Due to the view component changes, please make sure to
php artisan view:clearwhen you upgrade to this version.This is mentioned in the upgrade guides of both the form builder and table builder. We recommend you add these commands to your deployment scripts too.
This discussion was created from the release v2.4.28.
Beta Was this translation helpful? Give feedback.
All reactions