Change Log

1. V5.0.0 (9th Dec 2025)

  • Upgraded to Next.js 16 and 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. V4.0.0 (3rd Feb 2025)

  • Integrated SWR packages
  • Removed: Redux, Redux Toolkit, Axios, and Axios Mock Adapter (replaced with SWR)
  • Updated package.json dependencies
  • 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
  • Integrated ShadCN UI components, including form elements and a table, implemented SWR for API requests, and updated API routes

3. V3.0.0 (30th Sept 2024)

  • Added Frontend Pages
  • * Homepage
  • * About
  • * Contact
  • * Portfolio
  • * Blog
  • * Pricing

4. V2.0.0 (30th Nov 2024)

  • Added New Kanban App
  • Solve some minor bug
  • Added Many Example of React Tables
  • * 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
  • We have added Code Model in to the pages
  • * Ui Components
  • * Widget Banner
  • * Widget Cards
  • * Widget Charts
  • * Form Elements
  • * Form Vertical
  • * Form Horizontal
  • * Form Layout
  • Added New Invoice App
  • * Invoice List page
  • * Invoice Edit page
  • * Invoice Detail page

5. V1.1.0 (17th August 2024)

  • Added Headless Ui Components

6. V1.0.0 (5th August 2024)

  • Initial Release