Changelog
A record of all notable changes to Flux Dashboard.
v1.1.1
Latest
May 2026Higher-contrast dark mode and dependency refresh with security overrides for transitive vulnerabilities.
Dark mode contrast
- Bigger lightness steps between background → card → muted → border so cards visibly lift and input borders read clearly (Flux's purple tint and distinctive blue accent preserved)
- Background 0.10 → 0.075, card 0.14 → 0.19, popover → 0.21, secondary/muted 0.18 → 0.235, border/input 0.22 → 0.28
- Sidebar 0.08 → 0.11, sidebar-accent 0.14 → 0.20, sidebar-border 0.18 → 0.26
- Light mode untouched
Dependencies
- Next.js 16.2.3 → 16.2.6 (fixes 13 published Next.js CVEs)
- React / React-DOM 19.2.5 → 19.2.6, lucide-react 1.8.0 → 1.16.0, framer-motion 12.38 → 12.40, storybook 10.3.5 → 10.4.1, zod 4.3.6 → 4.4.3, plus minor bumps to other direct deps
- react-day-picker pinned to ^9.14.0 (@dashboardpack/core peer dep blocks the v10 major bump)
- npm overrides added for transitive vulns: postcss ^8.5.15, elliptic ^6.6.1, brace-expansion ^5.0.6, fast-uri ^3.1.2, ws ^8.20.1
- npm audit: 12 vulnerabilities (3H / 3M / 6L) → 0 (no @storybook/nextjs in this project)
v1.1.0
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.