v1.3.2 Latest Patch August 7, 2026 Sticky Nav Blur Restored in Production Builds
Fixed sticky header losing its backdrop blur in production: the CSS minifier (lightningcss, new with Vite 8 / Astro 7) dropped the standard backdrop-filter property in favor of the -webkit- prefixed one — property order fixed so the standard declaration survives minification
v1.3.1 Patch August 7, 2026 Sticky Nav Readability Fix
Sticky header pill: raised background opacity from 50% to 70% — page content no longer shines through, navigation stays readable while scrolling
v1.3.0 Minor August 7, 2026 Astro 7.2 & Tailwind CSS 4.3.3
Updated Astro from 6.4.4 to 7.2.0 (new Rust compiler, Vite 8) — no template changes required Updated Tailwind CSS from 4.3.0 to 4.3.3 Updated @astrojs/react from 5.x to 6.0.2 (Astro 7 line) Updated @astrojs/rss to 4.0.19 and @astrojs/sitemap to 3.7.3 npm audit: resolved dev-toolchain advisories (0 vulnerabilities at release of v1.2.x line)
v1.2.0 Minor June 9, 2026 Customers Page + Astro 6.4.4 & Tailwind CSS 4.3.0
Added a Customers page with a customer case study (Flowbase) Added Customers links to the header navigation and footer Changed the primary CTA copy from "Buy now" to "Get template" Updated Astro from 6.3.1 to 6.4.4 Updated Tailwind CSS from 4.2.4 to 4.3.0
v1.1.0 Minor May 8, 2026 Major Dependency Updates & Mobile Tap-Target Fixes
Updated React from 18.3 to 19.2 Updated TypeScript from 5.9 to 6.0 Updated @vercel/analytics from 1.6 to 2.0 Updated Astro from 6.1.7 to 6.3.1 Updated Tailwind CSS from 4.2.2 to 4.2.4 Updated typescript-eslint from 8.50 to 8.59 (TypeScript 6 support) Mobile tap-targets: header logo, footer links, and inline CTAs now meet WCAG 2.5.8 (24×24 minimum) Skip-to-content link: fixed Tailwind v4 sr-only/padding conflict — focus styles now correctly scoped Added public/sitemap.xml (sitemapindex pointing to sitemap-0.xml) so crawlers find the sitemap at the conventional path
v1.0.6 Patch April 16, 2026 Astro 6.1.7 Update
Updated Astro from 6.1.3 to 6.1.7
v1.0.4 Patch April 6, 2026 Astro 6.1.3 & Tailwind CSS 4.2.2 Update
Updated Astro from 6.0.6 to 6.1.3 Updated Tailwind CSS from 4.2.1 to 4.2.2
v1.0.3 Patch April 6, 2026 Mobile Menu & Careers Hero Fix
Mobile menu: theme toggle moved next to hamburger button, 'Buy now' replaces Login/Book a Demo Careers hero images: responsive widths extended to prevent pixelation on 2K+ displays
v1.0.2 Patch April 5, 2026 License, OG Image & Progressive Enhancement
Commercial license: MIT replaced with TemplateDeck Commercial License (LICENSE.md) New OG image (cover.png) for social sharing previews Progressive enhancement: scroll animations visible by default, hidden only when JS loads (WCAG/no-JS safe) WCAG contrast: muted-foreground darkened from #5F5F5F to #4F4F4D, surface-dark from #2C2C28 to #141412
v1.0.1 Patch April 4, 2026 Quality & Accessibility Polish
WCAG AA contrast fix: muted-foreground adjusted from #6B6B6B to #5F5F5F (5.29:1+ on all backgrounds) WCAG AA contrast fix: UI mockup cards in FeatureStudio + FeatureConnectors (opacity, orange text, badge) Hero play button converted from div to semantic button with aria-label Contact form grid responsive on mobile (grid-cols-1 sm:grid-cols-2) Design token consistency: text-green-500 → text-success, #E8630A → var(--color-accent-orange), text-white → text-primary-foreground on badges Modes section: hardcoded #1E1E1B → var(--color-surface-dark) 404 heading responsive: text-6xl md:text-8xl lg:text-9xl RSS feed fallback domain corrected aria-hidden on all decorative SVGs (LoginForm, Hero helix) z-10 on all floating cards over pattern background images Image sizes: 100vw → calc(100vw - 3rem) for accurate responsive image selection on mobile
v1.0.0 Major April 4, 2026 First Official Release
All AstroDeck branding replaced with Apex AI across layouts, components, RSS, and SEO tags Dark mode fully polished — toggle in header + footer, all sections using CSS variables Dead links fixed — all CTA buttons route to real pages ESLint clean: 0 errors, 0 warnings Forms documented with Formspree and Netlify Forms integration guide Design token consistency — no more hardcoded colors, unified font-weight across all headings Accessibility: aria-labels on all interactive elements, ThemeToggle properly integrated JSON-LD structured data: Organization, BreadcrumbList, FAQ, BlogPosting schemas All images migrated to Astro <Image> with responsive srcset — no more getImage() or CSS background-image 57 unused images removed (79 MB → 17 MB), 26 production images with automatic WebP conversion Sections showcase renders real components instead of HTML copies Header with sun/moon dark mode toggle and Buy now button linking to TemplateDeck Lighthouse: Desktop 99/100/100/100, Mobile 77/100/100/100
v0.9.0 Minor April 4, 2026 AI-First Docs, DRY Agent Config & Mobile Mega Menu
Documentation page with 19 sections — AI prompt / Manual split, copy-to-clipboard for all prompts AGENTS.md rewritten with User Journeys (Replace Content, Change Branding, Add Pages, Deploy) DRY agent config — .cursor/rules, .windsurfrules, copilot-instructions reduced to thin pointers Mobile mega menu — fullscreen overlay with staggered fade-in and blur backdrop Header restructured: Pages / System / Template (matches Footer), mega menu close button fixed README rewritten for premium positioning (ZIP-based, no open-source references)
v0.8.0 Minor April 3, 2026 SEO Fix — Site URL, AstroDeck Branding & Security
Fixed site URL from astrodeck.dev to apex-template-three.vercel.app (canonical, OG, sitemap, robots.txt) Replaced all AstroDeck branding in SEO component, BaseLayout, and robots.txt with Apex AI Fixed 11 security vulnerabilities (npm audit fix → 0 vulnerabilities)
v0.7.0 Minor April 3, 2026 Image Optimization — Astro Image Pipeline & Descriptive Names
Moved 52 images from public/ to src/assets/ for Astro optimization pipeline All <img> tags replaced with Astro <Image> component (auto WebP, width/height, lazy loading) All CSS background-images converted to getImage() with WebP@90% Build output reduced from 64 MB to 5 MB (92% savings) Hero image: responsive srcset (400/600/800/1168px) with fetchpriority high Renamed all 31 image files to descriptive names (team-reviewing-screen.jpg, etc.) Footer contrast fixed for WCAG 4.5:1 compliance — Accessibility now 100
v0.6.0 Minor April 3, 2026 Consistency Audit — Typography, Containers & Content
Standardized all h1/h2 headings to font-semibold across 13 components Unified section containers to max-w-6xl (9 components fixed) Mobile 'Book a Demo' button now links to /contact Added 10 new integration connectors (36 → 46): Monday.com, Trello, Adobe XD, Loom, CircleCI, Jenkins, Jest, New Relic, Stripe, HubSpot Replaced AstroDeck references with Apex AI in docs and components pages
v0.5.0 Minor April 3, 2026 Hero Refinements, Integrations & Pricing Polish
Hero section: fixed height replaces vh-based min-height for stable layout on small viewports Features page: spacing between hero and cards now matches homepage Integrations: orange 'new' badges on selected connectors, positioned at card edge Integrations: new dark 'Build your own' section with MCP server config code mockup Pricing: shadow-255 effect on highlighted Business card Vercel project created and first production deployment
v0.4.0 Minor April 2, 2026 Starburst Favicon, Status Colors & Design System
Custom starburst SVG favicon replacing placeholder Status colors added to design tokens (success, warning, error, info) Logo component added to design system reference page Design system page expanded with interactive examples
v0.3.0 Minor April 1, 2026 Features Page — Tiered Cards & Staggered Layout
Features page redesigned with tiered Principles cards and muted backgrounds Staggered animation delays for progressive card reveal Pattern images for each automation tier (Augmented, Human-in-the-Loop, Full Auto)
v0.2.0 Minor March 31, 2026 Subpages, Principles Section & Design Refinements
Added Features, Pricing, Integrations, About, Contact, Privacy, Terms, Login pages New Principles section with three automation modes Testimonials section with customer quotes FAQ section with accordion layout Pillars section showing five product capabilities Team section on About page with 8 team members Dark mode support across all pages
v0.1.0 Minor March 30, 2026 Initial Scaffold — Homepage & Design System
Astro 6 + Tailwind CSS 4 project setup Full design system: warm off-white palette, Geist font family, spacing scale, shadow-255 effect Homepage with Hero (bento grid), ProblemStatement, Features, Pillars, Testimonials, FinalCTA sections BaseLayout with SEO component, View Transitions, Vercel Analytics Design system reference page at /design-system Responsive header with mobile menu and dark mode toggle Blog system with Content Collections and tag pages Changelog, Docs, Components, and Sections showcase pages