Skip to content

Releases: lara-zeus/sky

v3.4.1

20 Jan 19:49
931c830
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.4.1

v3.4.0

08 Jan 19:40
1d52d67
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.6...v3.4.0

v3.3.6

15 Dec 01:58
a82d125
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.5...v3.3.6

v3.3.5

03 Dec 15:44
718b9be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.4...v3.3.5

v3.3.4

03 Dec 15:20
c9014ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.3...v3.3.4

v3.3.3

03 Dec 14:43
01505a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.2...v3.3.3

v3.3.2

07 Nov 18:44
6efaca1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.1...v3.3.2

v3.3.1

06 Nov 14:31
0336b7d
Compare
Choose a tag to compare

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

02 Nov 12:58
2b9339e
Compare
Choose a tag to compare

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

31 Oct 08:25
926b77e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.4...v3.2.5