Changelog
· v0.3.0
v0.3.0 — Galley theme, blog + changelog everywhere, real docs for the framework
- New: the Galley theme — Inkform's own design system, built from
the
inkform-designskill's authoritative tokens rather than an approximation. This site uses it. - New:
/blogand/changelognow ship wired into every theme (Aurora, Fern, Cedar, Mono, Base, Galley) — not just the engine's ownloadBlogPosts()/loadChangelogEntries()primitives, real rendered routes with conditional nav links that only appear once content exists. - New: the framework's own documentation — the site you're reading — covering Getting Started, per-content-type guides, the full Framework API reference, the CLI reference, and a Framework vs. Platform comparison.
- Fixed: every template and example's
package.jsonpinned@inkform/framework@^0.2.0, a version range that was never actually published (only0.3.0exists on the registry) — every freshnpm installfailed withETARGET. All pins now correctly track^0.3.0. - Fixed: a stale static
"Blog"navbarLink placeholder in every theme'sdocs.json, left over from before/blogwas a real route, would have duplicated the new conditional Blog nav link once content existed. Removed in favor of the dynamic, content-aware link. - Fixed:
examples/pokeapi-docsandexamples/markdown-docshad drifted from two rounds of template fixes (contrast, mobile responsiveness, method badges, Newsreader heading font) applied to the sharedtemplates/*only — backported, preserving each example's own brand colors.
· v0.2.1
v0.2.1 — Contrast, mobile header, and search fixes
- Fixed: a missing
bodymargin/background reset showed as a white border around the shell on every theme;htmlnow also gets a background, fixing the same issue on overscroll/rubber-band bounce. - Fixed: HTTP method pills (
GET/POST/etc.) rendered as invisible same-color-text-on-color — themes no longer override the shared.fw-method-*background rule. - Fixed: secondary top-nav links (anchors, navbar links, CTA) now hide below 60rem instead of overflowing the mobile header.
- Confirmed: Cmd/Ctrl+K search (Pagefind) was already wired correctly — no change needed there.