Change Log

1. V5.0.0 (24th Jan 2025)

  • Removed Redux for state management and replaced it with the Context API
  • Removed Axios and Axios Mock Adapter, and replaced them with SWR for data fetching

2. V4.0.0 (6th Dec 2024)

  • Updated Next to v15.0.2
  • Updated React to v19.0.0
  • Updated Mui to v6.1.6
  • In the Contact Detail page, add the functionality to delete a contact when clicking on the trash icon
  • Solve Hydration Error in Horizontal layout type
  • Added Tiptap Editor and removed Quill Editor
  • Remove the Single Page Treeview
  • Implemented the Next.js Toploader
  • Updated Form Elements and UI Components
  • Use Dayjs object for the Date & Time Picker
  • * Calendar App
  • * Form Element
  • * Custom Form
  • Added Mui Charts Pages
  • * Bar charts
  • * Line charts
  • * Pie charts
  • * Scatter charts
  • * Sparkline charts
  • * Guage charts
  • Added Mui Treeview Pages
  • * Items Treeview
  • * Selection Treeview
  • * Expansion Treeview
  • * Customize Treeview
  • * Focus Treeview

3. V3.0.0 (30th Nov 2024)

  • Remove unwanted use client from page.tsx/.jsx
  • Update React 18.3.1
  • Update React DOM 18.3.1
  • Update Next to 14.2.7
  • Added Kanban App
  • Added eCommerce Edit Product page
  • Blog with Mdx
  • Added Invoice App
  • * Invoice List page
  • * Invoice Edit page
  • * Invoice Detail page
  • Added Frontend Pages
  • * Homepage
  • * About
  • * Contact
  • * Portfolio
  • * Blog
  • * Pricing
  • 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 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

4. V2.1.0 (23rd Oct 2023)

  • Updated NextJs version to 13.5.5

5. V2.0.0 (21st July 2023)

  • Initial Release