Changelog
A record of all notable changes to Apex Dashboard.
v2.2.2
Latest
May 2026Dependency refresh with security overrides for transitive vulnerabilities.
Dependencies
- Next.js 16.2.4 → 16.2.6 (fixes 13 published Next.js CVEs)
- React / React-DOM 19.2.5 → 19.2.6, lucide-react 1.11.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: 4 vulnerabilities (1 high, 3 moderate) → 0
v2.2.1
April 2026Dark mode contrast pass (the original contrasty palette that the rest of the family now mirrors).
Dark mode contrast
- Cards now lift clearly off the background (card surface L 0.125 → 0.19); popover, border, and muted layers bumped proportionally to preserve hierarchy
- Removed the green tint from dark surfaces (chroma 0) so the accent color switcher reads true on every preset
- Sidebar lightened (L 0.06 → 0.11) and given a right border so it reads as a distinct rail rather than blending into the main background
- Sidebar collapse button switched to bg-card and the chevron is no longer at 50% opacity (was failing WCAG 3:1 non-text contrast)
Sidebar UX
- Nav scrollbar fades in only on hover/focus (new scrollbar-fade utility) so the sidebar reads cleaner when idle
Internal
- Layout init script moved to next/script with beforeInteractive strategy, resolving the React script-tag warning while preserving no-flash behavior
- Patch dependency updates: Next 16.2.4, lucide-react 1.11.0, react-hook-form 7.74.0, vitest 4.1.5, jsdom 29.1.0, libphonenumber-js 1.12.42
v2.2.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
- Storybook 8.6.x to 10.3.5 (addon-essentials and blocks consolidated into core)
- 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 now installed from npm registry (^1.1.0)
- All remaining dependencies bumped to latest versions
v2.1.0
February 2026User management, Storybook component library, internationalization, and performance optimizations.
User Management
- Users list page with DataTable, role/status filters, and CRUD operations
- User detail page with profile card, permissions grid, and account details
- Create and edit forms with React Hook Form + Zod validation
- 25 mock users with roles, permissions, and departments
Storybook
- Storybook 10.x with 15 component stories across core, form, and dashboard tiers
- Dark mode decorator and responsive viewport presets
- Auto-docs enabled for all stories
Internationalization (i18n)
- Custom i18n with React Context and type-safe translation keys
- 3 languages: English, German, French
- ~80 translation keys covering sidebar, header, and dashboard
- Locale switcher in Theme Customizer and Settings
Performance
- Bundle analyzer integration with npm run analyze
- Dynamic imports for chart components on dashboard home
- LazyChart wrapper using IntersectionObserver for viewport-triggered rendering
v2.0.0
February 2026Major update covering Phases 1-9 of the product roadmap.
Dashboard Variations
- eCommerce dashboard with sales charts, order status donut, top products
- CRM dashboard with pipeline funnel, deal stages, lead sources
- SaaS dashboard with MRR/ARR tracking, subscription plans, churn metrics
App Pages
- Chat application with real-time messaging UI and conversation list
- Email/Inbox client with folders, compose dialog, and search
- File Manager with grid/list views, upload, and storage stats
- Kanban board with drag-and-drop task management
- Calendar with monthly view and event management
- Multi-step wizard form with validation
- User profile page with overview, activity, and connections tabs
- Pricing page with plan comparison
Advanced Components
- TanStack Table upgrade with column filtering, sorting, pagination, CSV export, mobile responsive cards
- Date Picker, Date Range Picker
- Combobox/Autocomplete, Multi-Select, Phone Input
- File Uploader (react-dropzone), OTP Input, Color Picker
- Accordion, Alert, Carousel, Collapsible, Scroll Area, Slider, Toggle Group, Resizable
Charts Showcase
- New /charts page with Radar, Radial Bar, Treemap, Scatter, and Composed charts
- 10 chart types total (Area, Bar, Line, Pie, Sparkline, Radar, RadialBar, Treemap, Scatter, Composed)
Theme Customizer
- Live customizer drawer with color presets, density options
- 6 color presets: Default, Ocean, Sunset, Forest, Berry, Slate
- 3 density levels: Compact, Default, Comfortable
- Reset to defaults
Layout Options
- Horizontal top-nav layout alternative
- Boxed container option (max-width centered)
- All layouts persist to localStorage
RTL Support
- Full right-to-left text direction support
- CSS logical properties across all components
- Toggle in Theme Customizer
Auth & Utility Pages
- Reset Password, Two-Factor Authentication, Email Verification, Lock Screen
- 500 Server Error, 403 Forbidden error pages
- Coming Soon and Maintenance pages
Testing Infrastructure
- Vitest unit testing with jsdom environment
- Playwright E2E tests with Chromium
- Representative test suites for utilities, data, and components
v1.0.0
February 2026Initial release of Apex Dashboard.
Dashboard
- Overview page with stats cards, revenue chart, traffic pie chart, and goals progress
- Analytics page with detailed chart breakdowns
- Collapsible sidebar with icon-only mode
- Responsive header with search, notifications, and user menu
Pages
- Orders page with data table, sorting, filtering, and CRUD operations
- Products catalog with grid and list views
- Customers management with detail panels
- Billing page with plan selection and payment history
- Invoices list with status badges
- Notifications center with read/unread states
- Settings page with profile, appearance, and notification preferences
- Help and support page
Authentication
- Sign-in page with email/password form and social login buttons
- Sign-up page with form validation using React Hook Form and Zod
UI Components
- 25+ vendored shadcn/ui components (Button, Card, Dialog, Table, Tabs, etc.)
- Command palette (Cmd+K) for quick navigation
- Toast notifications via Sonner
- Confirm dialog for destructive actions
Theming
- Dark, light, and system theme modes
- OKLCh color tokens for perceptually uniform colors
- Semantic color system (primary, success, warning, destructive)
- 5-color chart palette
- Custom dark sidebar in both light and dark modes
Tech Stack
- Next.js 16 with App Router
- React 19
- TypeScript 6 with strict mode
- Tailwind CSS v4
- Recharts for data visualization
- Lucide React icons
- React Hook Form + Zod for form validation
- Radix UI primitives
Documentation
- Built-in documentation site at /docs
- Installation guide, folder structure, theming, components, and deployment docs
Back to the Introduction or view the Deployment Guide.