Changelog
A record of all notable changes to Flux Dashboard.
v1.1.0
Latest
April 2026Full dependency update across the entire stack.
Dependencies
- Next.js 16.1.6 to 16.2.3
- React and React DOM 19.2.3 to 19.2.5
- TypeScript 5 to 6
- ESLint 9 to 10
- lucide-react 0.564.x to 1.8.0 (brand icons replaced with inline SVGs)
- @dashboardpack/core updated to ^1.1.0
- sugar-high 0.9.5 to 1.1.0
- All remaining dependencies bumped to latest versions
v1.0.0
February 2026Initial release of Flux Dashboard. 64 total pages with 5 unique dashboard variants, 7 Flux-exclusive specialty pages, and the full startup-focused design language.
Dashboard Pages (5 unique variants)
- Startup Command Center (main) — gradient hero banner with dot-grid overlay, MRR/ARR chart, sprint progress, team activity, deployments, feature adoption
- Product Analytics — conversion funnel, cohort retention heatmap, DAU trends, top user actions
- Revenue & Sales (eCommerce) — gradient-bordered hero, daily revenue area chart, product cards, sales by region
- Pipeline & Deals (CRM) — horizontal deal pipeline funnel, monthly deal flow, top deals, team performance
- SaaS Metrics Command Center — ARR/NRR/Runway hero, MRR Growth chart, plan distribution, churn analysis, customer health, LTV:CAC
Specialty Pages (7 Flux-exclusive)
- Product Roadmap
- Feature Flags
- Deployments
- Sprint Board
- Team Activity
- Feedback Board
- Changelog Builder
Shared Pages
- 6 app pages: Chat, Mail, File Manager, Kanban, Calendar, Wizard
- Full CRUD: Orders, Products, Users (list, detail, create, edit)
- Customers, Invoices, Billing, Notifications, Settings, Profile, Pricing, Support, Forms, Charts
- 8 auth pages + 4 utility pages
- Built-in documentation site (12 sections)
Flux Design Language
- Vivid violet primary (OKLCh hue 285) with electric blue accent
- flux-shadow, flux-glow, flux-frosted, flux-gradient-text, flux-dot-grid CSS classes
- 0.875rem radius, Inter + JetBrains Mono fonts
- Keyframe animations: slide-in-up, fade-in, scale-in, gradient-shift
Theme System
- Dark/Light/System with localStorage persistence
- OKLCh color tokens, Theme Customizer, density options, RTL toggle
- 3 layout options: sidebar, top-nav, boxed
Infrastructure
- Next.js 16 + React 19 + TypeScript 6 + Tailwind CSS v4
- @dashboardpack/core shared package
- Recharts 3, Framer Motion, Storybook 8.x
- i18n (en, de, fr), Command Palette
- 64 total pages
Back to the Introduction or view the Deployment Guide.