By Jody in Releases

0.47.0: A Tidier Sidebar and a Clearer Story

Version 0.47.0 is out. This release focuses on making the sidebar easier to navigate as your site grows, along with a refreshed introduction to the docs.

Collapsible sidebar sections with filtering

The sidebar has been reworked around two ideas: show less by default, and make what you're looking for faster to find.

  • Collapsible sections — Sidebar sections are now collapsible, and start collapsed by default. Each section has a chevron toggle and an item count badge, so you can see at a glance how many links a section contains without expanding it. The toggles also expose proper aria-expanded state for assistive technologies.
  • Sidebar filter — A new filter input sits at the top of the sidebar. Start typing and all sections expand while non-matching links and sections are hidden, so you can jump straight to the page, tag, or setting you're after.

Together these keep the sidebar compact when you're browsing, while making deep navigation a couple of keystrokes away.

A clearer introduction in the docs

The docs introduction has been reframed to lead with what this project actually is: a hackable blogging app built on its own framework, rather than a framework that happens to include a blog.

  • The "Framework & Platform" section is now "App & Framework", with its content reworked to match the app-first framing.
  • A new "Let us host it for you" section points to our pricing page if you'd rather not run it yourself.
  • The quick start now uses npx blognami@latest with a my-blog project name, so getting started matches what you'd naturally type.

Upgrading

All workspace packages have been bumped to 0.47.0. Update your dependencies and you're good to go.