Closed iAmKevinMcKee closed 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.
Ah good catch, thanks for the PR. Merging.
:tada: This PR is included in version 1.5.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
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:
Technically this is a "breaking" change as anyone who updates will have spa mode turned off until they manually enable it.