Change Log

1. V3.0.0 (9th Dec 2025)

  • Upgraded to React 19
  • All dependencies updated to their latest stable versions
  • Introduced new Pages: Integration Page, API Keys Page
  • Added AI Applications: AI Chat, AI Image Generation
  • Blog App enhanced with full blog management: create blogs, edit blogs, manage blog listings
  • Added new Form Examples: Standard Form, Repeater Form, Wizard / Stepper Form, Form Addons
  • Added new Dashboard Widgets: Cards, Banners, Charts
  • Enhanced Shadcn Tables with striped rows, hover effects, checkbox row selection
  • Added Code View Support for Shadcn Charts and Apex Charts
  • Added Order & Customer Tables using React Table
  • Invoice App redesigned for better usability
  • Kanban App UI refreshed
  • Flowbite removed completely
  • All components rebuilt using Shadcn/UI
  • Updated Global CSS variables
  • Improved overall styling consistency
  • Fixed multiple UI/UX issues across apps
  • Refactored all apps for better performance and consistent design structure

2. V2.0.0 (1st Feb 2025)

  • Integrated ShadCN UI components, including form elements and a table, implemented SWR for API requests, and updated API routes
  • React to v19.0.0, React Router to v7.0.2, Vite to version 6.0.3, Apexcharts to version 3.48.0, Firebase to version 11.1.0, ReactDOM to v19.0.0
  • Redux, Redux Toolkit, Axios, and Axios Mock Adapter (replaced with SWR and MSW)
  • Updated package.json dependencies
  • Added Invoice, User, Kanban, Blog applications
  • Basic Table, Dense Table, Filter Table, Row Selection Table, Pagination Table, Sorting Table, Column Visibility Table, Drag n Drop Table, Editable Table, Empty Table, Expanding Table, Sticky Table
  • Implemented Context API for state management, refactored all apps to use the latest Context API implementation, changes in theme settings to use Context API instead of Redux, replaced Customizer with Context API
  • Added Tiptap Editor

3. V1.0.0 (7th Dec 2024)

  • Initial Release