GuavaCZ / filament-knowledge-base

MIT License
144 stars 21 forks source link

Remove spa mode by default #24

Closed iAmKevinMcKee closed 6 months ago

iAmKevinMcKee commented 6 months ago

Currently the panel is configured to always be in spa mode, with no ability for the developer to override that.

Now you can set spa mode when you configure other stuff in the panel like so:

KnowledgeBasePanel::configureUsing(
            fn (KnowledgeBasePanel $panel) => $panel->spa()
);

Technically this is a "breaking" change as anyone who updates will have spa mode turned off until they manually enable it.

lukas-frey commented 6 months ago

Ah good catch, thanks for the PR. Merging.

github-actions[bot] commented 6 months ago

:tada: This PR is included in version 1.5.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: