Releases: lara-zeus/sky
Releases · lara-zeus/sky
v3.4.1
v3.4.0
What's Changed
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #183
- update to filament v3.1 by @atmonshi in #184
Full Changelog: v3.3.6...v3.4.0
v3.3.6
v3.3.5
v3.3.4
v3.3.3
v3.3.2
v3.3.1
What's Changed
Added a Small feature to allow to hide Resources from Navigation:
in your panel provider you can hide any resource from the side nav
->hideResources([
FaqResource::class,
])
for more check out the docs:
https://larazeus.com/docs/sky/v3/getting-started/configuration
Full Changelog: v3.3.0...v3.3.1
v3.3.0
What's Changed
Thanks to ryangjchandler, who created the beautiful plugin filament-navigation.
Now, Sky already includes a version of the plugin to upgrade and add more features easily.
to upgrade:
remove FilamentNavigation::make(),
from your panel plugins.
if you published the config file, add this
'models' => [
//...
'Navigation' => \LaraZeus\Sky\Models\Navigation::class,
],
Full Changelog: v3.2.5...v3.3.0
v3.2.5
What's Changed
- Add ckb translation by @RawanD201 in #173
New Contributors
- @RawanD201 made their first contribution in #173
Full Changelog: v3.2.4...v3.2.5