cloudflare/nimbus @cloudflare/create-nimbus-docs@0.6.3
cloudflare/nimbus
Captured source
source ↗published Jul 24, 2026seen 1dcaptured 1dhttp 200method plain
@cloudflare/create-nimbus-docs@0.6.3
Repository: cloudflare/nimbus
Tag: @cloudflare/create-nimbus-docs@0.6.3
Published: 2026-07-24T14:17:17Z
Prerelease: no
Release notes:
Patch Changes
- #55 `a986d61` Thanks @MohamedH1998! - The scaffolded starter's header now matches the Nimbus site. The mobile menu (hamburger) button moved from the left of the header to the right, alongside the theme toggle. The search trigger stays reachable on mobile: it previously used
hidden sm:flexand disappeared entirely below thesmbreakpoint, leaving phones with no way to search — it now renders as a compact magnifying-glass icon button on small screens and expands to the full "Search ⌘K" control fromsmup (the ⌘K hint is hidden on mobile).
- #55 `6881e4e` Thanks @MohamedH1998! - Markdown tables in the scaffolded starter now round their outer corner cells to match the table's
0.75remborder-radius. Because the table usesborder-collapse: separate, the corner cell backgrounds — most visibly the muted `fill — previously kept square corners that poked past the rounded table border. The first/lastin the header and the first/lastin the last body row now carry the matchingborder-top-left/border-top-right/border-bottom-left/border-bottom-rightradius, so the fill clips cleanly to the border. Scoped to:not([class])` authored markdown tables, so component-owned tables are untouched.