Skip to content

v0.2.0

Latest

Choose a tag to compare

@mighty840 mighty840 released this 09 Mar 09:10
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
5e3f455

What's New

Features

  • Storefront template system — 10 pre-designed templates (elegant, bold, minimal, cozy, modern, rustic, vibrant, sleek, retro) with lazy-loaded headers, heroes, features, CTAs, and footers (#38)
  • Structured logging & observability — pino-based structured JSON logging, request ID tracing, per-request API metrics collection, fire-and-forget audit logging, and admin dashboard pages for metrics and audit logs (#39)
  • Accessibility — added aria-labels across the storefront (#31)

Improvements

  • Sitemap generation and robots.txt for SEO
  • Demo deployment pipeline with tag-triggered CI/CD (#35)
  • Caddy DNS config and /admin redirect fixes (#36)

Bug Fixes

  • Use semantic <nav> element in ElegantHeader for accessibility
  • Catch synchronous errors in auditLog to prevent test timeouts in mocked environments
  • E2E test resilience for template swap race conditions