Skip to content

v2.1.0

Latest

Choose a tag to compare

@Takazudo Takazudo released this 03 Aug 09:34

Released: 2026-08-03

The basic-blog scaffold template is redesigned. zfb new now produces a starter that demonstrates
the markdown pipeline and idiomatic Tailwind — a zfb.config.ts with a collection schema and the
enabled markdown features, mdx-components.tsx wiring the five alert components, a
markdown-showcase.md post with one live example per enabled feature, and a README covering both
enabled and available-but-off features. The pagination and tag routes are gone; the README links
their docs instead. Existing projects are unaffected — this only changes what a new scaffold
contains.

Features

  • feat(templates): redesign the basic-blog starter (#2269) (fa0b4e1)

Bug Fixes

  • fix(templates): visual-pass fixes for the basic-blog starter (1db0ece)

Other Changes

  • docs: stop a JA link-validation.mdx paragraph from parsing as a heading (464c936)
  • docs: stop a JA islands.mdx paragraph from parsing as a heading (35160fd)
  • docs: correct Tailwind v4 enablement framing in concepts/styling.mdx (dbe0803)
  • chore: refresh stale basic-blog references in comments (#2271) (04bab02)
  • docs: update getting-started and concepts pages for the redesigned starter (#2271) (e64132f)
  • test: update basic-blog e2e for the redesigned template (#2270) (f15f613)
  • docs(templates): clarify the basic-blog README's not-enabled feature table (6a393b7)