• v0.34.0 a195e9892c

    v0.34.0 Stable

    pienter-release-bot released this 2026-09-22 11:13:39 +00:00 | 17 commits to main since this release

    Added

    • Sidebar gains a #link slot, forwarded by AppLayout, that renders every
      navigable entry — plain links, group rows with an href, the bottom nav and
      the collapsed rail's flyout — through the consumer's own element, so an
      application sets its RouterLink once and drops its click interception. It
      follows Breadcrumb's #link: the scope carries item, linkClass and, in
      addition, attrs (the ARIA state, data hooks and listeners the Sidebar's
      keyboard, flyout and drawer wiring depend on) and content (the icon, label
      and badge). Render <RouterLink :to="item.href" :class="linkClass" v-bind="attrs"><component :is="content" /></RouterLink>. Active state and
      aria-current stay the Sidebar's decision. Without the slot the output is
      unchanged. SidebarLinkSlotScope is exported from Sidebar.types.
    Downloads