# Changelog

## v19.1.0 - 04-12-2025

#### **New Enhancements**

* Added **Horizontal Layout** support.
* Improved **React Table** implementation with cleaner logic and better performance.
* Restructured layout code into **separate, modular components** for easier customisation.
* Updated file structure into **smaller, well-organised sections**.

#### **System Improvements**

* General **code optimisations** and cleanup across the project.
* Upgraded several **packages** to the latest stable versions for compatibility and security.

#### **Bug Fixes**

* Fixed **system mode issue** (Dark/Light) in ApexCharts.
* Multiple minor fixes for layout rendering and responsiveness.

## v19.0.0 - 30-06-2025&#x20;

#### ✅ General Updates

* Upgraded to **Yarn v4.9.1**
* Migrated entire project to **TypeScript**
* Replaced **Feather Icons** with **Phosphor** and **Tabler Icons**
* Replaced **AmCharts** with **ApexCharts**
* Integrated **SWR** for efficient data fetching
* Added new **Google Fonts** via NPM

💡 UI/UX Enhancements

* Completely **redesigned the Customizer** for a better user experience
* Added new components under **Basic Components**
* Introduced **React Table** with dense layout for improved data handling
* Improved **responsiveness** across breakpoints
* Fixed issues related to **custom scrollbar compatibility**

📦 Dependency Management

* Added essential **new packages**
* Upgraded all dependencies to their **latest stable versions**

🎯New Features & Modules

* Introduced **four new Admin Panels**:
  * **Online Course**
  * **Membership**
  * **Helpdesk**
  * **Invoice**
* Added new **Users Application** with full UI flow
* Created a dynamic **Landing Page with Animations**
* Added **Branding support** throughout the UI

## v18.2.1 - (19-06-2024)

* Remove react-app-polyfill to resolve build issue

## v18.2.0 - (14-06-2024)

* Migrate to Vite
  * Image path updates
  * Font path updates
* Removed redux
* Set yarn v4
* Package Upgrades
* Fixed console errors
* Add multi language
* Add focus widget on hover
* Add import comments and Page title
* Bug fixes
  * Bug fixes  on Dark mode
  * Fixed chart legend on RTL mode

## v18.0.0 - (29-09-2023)

* Package upgrade to React 18
* Other package upgrades
* Minor design fixes

## v17.2.0 - (26-06-2023)

* Packages upgrade
* Set prettier and eslint
* JWT auth provider set as default login
* .env updates
* Add Seed Version
* Bug fixes
  * fixed authentication context
  * fixed documentation URL

## v1.0.0 - (09-01-2019)

* Initial release


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://codedthemes.gitbook.io/datta/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
