Skip to content

Changelog

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

v3.1.0

Latest Minor

Hybrid AI Architecture — Design Knowledge Base, Portable Prompts & Multi-Agent Review

  • system/globals/ — 8 canonical design knowledge files (colors, typography, spacing, interaction, imagery, effects, responsiveness, accessibility)
  • system/prompts/ — 7 standalone self-audit prompts that work in any AI tool (ChatGPT, Gemini, Cursor, etc.)
  • Plenum multi-agent review — /plenum spawns 6 domain-specific review agents (Design, UX, A11y, Perf, SEO, Code) with scope-based auto-selection
  • Skills slimmed down — design knowledge moved to globals, skills now reference canonical sources
  • Updated .cursor/rules, .windsurfrules, .github/copilot-instructions.md with globals references
  • New skill chains for design system changes and pre-launch reviews
  • Updated docs page with AI Architecture and Quality Gates sections
  • Updated README with AI tool pathways, design knowledge base, and portable prompts documentation

v3.0.5

Patch

Live Component Demos, Pricing Fixes & Test Framework

  • Live interactive demos for all 6 React components on /components page (Dialog, Accordion, Tabs, Tooltip, Select, Dropdown)
  • Pricing section: fixed rounded-lg, font-bold h3, missing tablet grid, scale overflow, and missing ARIA attributes
  • New page creation now defaults to adding Header + Footer navigation
  • New section creation now requires placement on a page
  • AI test framework with dynamic test cases from docs and variance rules

v3.0.4

Patch

Release Process Fix & Documentation

  • Fixed Hero badge and changelog page that were stuck at v3.0.1 after v3.0.2/v3.0.3 releases
  • Documented release process in AGENTS.md with all 4 required update locations
  • Added Release entry to Skill Chains table for automated workflow
  • Clarified release process applies to AstroDeck framework only, not user projects

v3.0.3

Patch

Agent Skills Hardening — Non-Negotiable Rules & Skill Chains

  • Non-Negotiable sections in all 6 domain skills — pressure-resistant rules against common rationalizations
  • Skill Chains table in AGENTS.md — mandatory skill execution order per task type
  • Optimized all 7 skill descriptions to trigger-only format for better discoverability
  • Inspired by the superpowers agent framework patterns

v3.0.2

Patch

Astro 6.0.6 Update

  • Updated Astro from 6.0.4 to 6.0.6

v3.0.1

Patch

Components Page, Three-Tier Docs & Homepage CTA

  • Components page (/components) with full-width layout, sidebar nav, live demos, and copy-paste code
  • Three-tier architecture docs (Components / Sections / Pages) across README, AGENTS.md, docs, and Claude agent
  • CTA section on homepage with Download and GitHub buttons
  • Stats section on homepage (16 sections, 11 components, 11 pages, 5 AI agents)
  • Download links now use /releases/latest — no more manual URL updates on release
  • Team grid auto-centers for 3 or fewer members

v3.0.0

Major

Templates, Multi-Agent Support & 6 New Sections

Breaking Changes

  • ! Navigation restructured: 'Pages' is now a direct link to /pages overview
  • ! Template pages use BaseLayout (boxed) instead of FullWidthLayout
  • 6 new section components: FAQ (with Schema.org LD+JSON), Stats, Team, Comparison, Newsletter, Contact
  • 2 new Hero variants: HeroSplit (split layout) and HeroGradient (animated gradient orbs)
  • 6 new shadcn/ui components: Dialog, Accordion, Tabs, Tooltip, Select, DropdownMenu
  • 4 page templates: SaaS, Portfolio, Startup, Contact — each with unique Hero and section backgrounds
  • Pages overview (/pages): central gallery with screenshot previews for all pages
  • Multi-agent support: .cursor/rules, .github/copilot-instructions.md, .windsurfrules
  • Component registry (src/registry.json): machine-readable catalog for AI agents
  • CSS animation system with data-animate attributes and scroll-triggered transitions
  • Section background variants: section-muted (gray) and section-inverted (dark/light swap)
  • Tailwind CSS updated to v4.2.1

v2.0.4

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