Skip to content

Changelog

New features, improvements, and fixes in every AstroDeck release.

v2.0.4

Latest Patch

Changelog Polish, Blog Refresh & Footer Redesign

  • Changelog page: latest release highlighted with larger pulsing dot and 'Latest' badge
  • Changelog badges now visible in dark mode with semi-transparent styling
  • All changelog dates corrected to match actual GitHub release dates
  • Hero version badge now links to changelog page
  • Blog: tutorial posts replaced with 5 new funny fictional posts, dates spread Nov 2025 – Mar 2026
  • Footer restructured: 'AstroDeck' and 'Pages' columns matching header navigation

v2.0.3

Patch

Documentation Page, Navigation Overhaul & Design Tokens

  • New /docs page with AI-first two-column layout — every task shown as AI prompt and manual steps side by side
  • 9 documentation sections: Getting Started, Pages, Sections, Components, Theme, Design Tokens, Blog, Deploy, Structure
  • Design Tokens reference table with all CSS variables and their Tailwind utility classes
  • Mobile collapsible 'On this page' sub-navigation for /docs and /sections pages
  • Header dropdown menu: Blog, Content, and Login grouped under 'Pages'
  • Active page highlighting in main navigation with aria-current support
  • Responsive design skill added to agent and QA/UI-design skills with breakpoint checklists

v2.0.2

Patch

Self-Improving Skill System & Quality Fixes

  • Added 6 domain skills (ui-design, tailwind, astro, accessibility, qa, content-seo) with KPIs and self-improving learnings
  • New /launch-check command for production-readiness checks across all Lighthouse categories
  • Fixed ESLint errors, TypeScript errors, inline styles, hardcoded colors, and design inconsistencies
  • Footer updated with templatedeck.com link

v2.0.1

Patch

Changelog Page

  • New Changelog page with timeline design showing all releases at a glance
  • Changelog added to main navigation

v2.0.0

Major

Astro 6.0 + Vite 7

Breaking Changes

  • ! Node.js 22+ required
  • ! Zod imports moved from astro:content to astro/zod
  • ! ViewTransitions renamed to ClientRouter
  • Upgraded to Astro 6.0 with Vite 7 — faster dev server with unified dev/production code paths
  • Node.js 22+ now required (dropped Node 18/20)
  • Migrated view transitions from ViewTransitions to ClientRouter
  • All AI tooling (agents, commands, docs) updated for Astro 6
  • Added comprehensive CHANGELOG with full release history

v1.5.2

Patch

Dark Mode Architecture

  • Refactored dark mode system for better theme persistence
  • Fixed TypeScript error with querySelectorAll generics

v1.5.1

Patch

Contrast Improvements

  • Improved muted-foreground contrast in light mode
  • Dark mode contrast improvements and theme persistence fix

v1.5.0

Minor

Copy-Code Buttons

  • Added functional copy-code buttons to the sections showcase page
  • Updated all dependencies with security fixes

v1.4.0

Minor

Content Layer API

  • Migrated to Content Layer API for future Astro compatibility

v1.3.0

Minor

SEO & Layouts

  • Added MinimalLayout for standalone pages (404, maintenance, landing)
  • Comprehensive SEO support: OpenGraph, Twitter Cards, canonical URLs, sitemap, RSS
  • Responsive header with hamburger menu and accessibility improvements
  • Added PROJECT.md for user-specific AI instructions

v1.2.0

Minor

Claude Code Agent

  • Introduced Claude Code AI Agent for intelligent project assistance
  • Added AI feature section to homepage with tools grid
  • Consolidated AI guidelines into the AGENTS.md standard

v1.1.0

Minor

AI-Friendly & Tailwind v4

  • Added AGENTS.md — AI-friendly development documentation
  • Migrated to Tailwind CSS v4 with @tailwindcss/vite plugin
  • Vercel Analytics integration
  • Redesigned features section and footer

v1.0.0

Major

Initial Release

  • 15+ pre-built sections: Hero, CTA, Features, Pricing, Testimonials, Newsletter, and more
  • 4 layout templates: Base, Full-Width, Auth, and Minimal
  • shadcn/ui components with Radix UI primitives
  • Dark mode with theme persistence
  • Blog system with Content Collections
  • Full TypeScript support with ESLint and Prettier

View the full technical changelog and source code on GitHub.

All Releases on GitHub