ReleaseCloudflare (Workers AI)Cloudflare (Workers AI)published Jul 24, 2026seen 1d

cloudflare/nimbus @cloudflare/create-nimbus-docs@0.6.3

cloudflare/nimbus

Open original ↗

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:flex and disappeared entirely below the sm breakpoint, 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 from sm up (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.75rem border-radius. Because the table uses border-collapse: separate, the corner cell backgrounds — most visibly the muted ` fill — previously kept square corners that poked past the rounded table border. The first/last in the header and the first/last in the last body row now carry the matching border-top-left/border-top-right/border-bottom-left/border-bottom-right radius, so the fill clips cleanly to the border. Scoped to :not([class])` authored markdown tables, so component-owned tables are untouched.