Appearance
Changelog
All notable changes to Katalyst Admin Template will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.1.0] - 2026-01-19
Added
- Showcases: Expanded DataTable demos with virtual scrolling, column search, and row selection/expansion.
- Showcases: Expanded SimpleSortableTable demos with row selection and expansion capabilities.
- Dashboards: Added new demo pages featuring collapsible rows and advanced filters.
- Theming: Migrated to next-themes with smooth visual toggle transitions.
- Components: Added
ScrollFadeand enhanced shared form fields.
Changed
- MegaMenu: Redesigned for improved aesthetics and navigation.
- Architecture: Replaced custom ThemeProvider with next-themes.
Fixed
- DataTable: Resolved density toggle inconsistencies.
Notes
- Now you have a production ready fully-featured Tables with virtual scrolling, column search, and row selection/expansion suitable for any project.
[1.0.1] - 2026-01-10
Added
- Added full localization support for Portuguese (Brazil) (pt-BR), enabling seamless language switching across the entire platform.
- Introduced the Inbox application (
modules/apps/inbox), a robust system for managing in-app notifications and messages with filtering, search, and master-detail layouts. - Significantly expanded the Component Showcase with new demos for advanced UI patterns, covering Lists, Grids, and interactive elements to serve as a comprehensive reference.
- Shipment Tracking Dashboard: A complete solution for real-time logistics monitoring with map integration.
Fixed
- Refined TypeScript configuration to better support decorator usage patterns.
- Optimized component ref handling and state initialization for improved stability.
- Enhanced type definitions to ensure smoother startup across different development environments.
- General code quality adjustments and linting refinements.
Notes
- The template now runs cleanly out of the box with modern Node.js and npm versions, including Apple Silicon (ARM64).
- Lint messages for Shadcn UI components were explicitly suppressed to preserve the original code structure.
[1.0.0] - 2024-12-17
Added
- Initial release of the Katalyst Admin Template
- Core layout system with vertical navigation, topbar, and theming
- Multiple dashboard modules: E-commerce, Projects, Sales, and Executive
- Apps suite: Calendar, Email, Chat, Kanban, and Invoicing
- Management modules: Users, Teams, and Notifications
- Metrics and Stats Cards system with multiple layout and appearance variants
- Showcase module with comprehensive UI component documentation
- Form components with validation and accessibility support
- Data tables with sorting, filtering, and pagination
- Chart components powered by Recharts
- Authentication flows: Login, Register, Forgot Password, MFA, and more
- Internationalization (i18n) with English and Spanish locales
- Light and dark theme support with system preference detection
- Settings module with user preferences management
- Documentation foundation
Notes
- This is the first public release of Katalyst Admin Template.
- Built with React 19, TypeScript, Vite, and Tailwind CSS.