Skip to content

v3.3.0

Compare
Choose a tag to compare
@atmonshi atmonshi released this 02 Nov 12:58
· 131 commits to 3.x since this release
2b9339e

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