Skip to content

v0.91.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 02:23
· 8 commits to master since this release

Fixed

  • The side tab shows the board again, not your dashboard. The panel used to load the raw
    dashboard_route path (/dashboard by default) — the very path Breeze and Jetstream give their own
    dashboard. In a host application that owns it, the package route never wins and the tab framed the
    host's page. The URL is now built from the package's own board route (griglia.home, falling back to
    griglia.dashboard when the home route is off), which no host path can shadow, and it is exposed as
    Alle80\Griglia\Support\Board::url().

Changed

  • dashboard_route no longer governs the side tab: setting it to null drops the legacy redirect only,
    and the tab keeps pointing at the board. show_dashboard_tab in /settings remains its off switch;
    with no board route at all there is nothing to frame and the tab is not rendered.

Full changelog: v0.91.0...v0.91.1