cloudflare/nimbus @cloudflare/create-nimbus-docs@0.6.1
cloudflare/nimbus
Captured source
source ↗published Jul 22, 2026seen 3dcaptured 3dhttp 200method plain
@cloudflare/create-nimbus-docs@0.6.1
Repository: cloudflare/nimbus
Tag: @cloudflare/create-nimbus-docs@0.6.1
Published: 2026-07-22T21:45:42Z
Prerelease: no
Release notes:
Patch Changes
- #32 `a6491c8` Thanks @MohamedH1998! - Fix a batch of UI stress-sweep defects in the starter components:
- TOC scroll-spy no longer desyncs when a heading slugs to an empty id (e.g. an emoji-only
## 🎉). The active-heading index now stays aligned with the full link/rail set instead of a resolvable-only subset, so every section below an unresolvable heading highlights correctly. - Mobile sidebar hamburger survives client-side navigation — the toggle re-binds on
astro:page-loadand tears down onastro:before-swap(viamount()), fixing a dead button after the first view transition, with the scroll lock balanced on a mid-open swap. - Dialog content taller than the cap now scrolls inside the panel (
overflow-y-auto) so the close button stays reachable. - Banner long unbroken strings (including the framework deprecation banner's version URL) wrap instead of overflowing.
- PackageManagers blocks with identical props on one page now get unique, incremental-build-stable DOM ids (per-page counter), fixing duplicate
id/aria-controls. - Dev-only warnings: `
around a bullet list, and duplicate labels within a` group.