# Changelog

## v5.1.0 - 02-04-2026

* New Added
  * TanStack Table: Column Pinning
* Improvements
  * Adding missing chart widgets
  * Chat Application: Refector structure
  * Change Authentication flow
  * Footer: Social links
  * Components: Refector Path/directory and name
  * Adding entry animation to ApexCharts for better visual experience.
* Package upgrade:
  * Upgraded ESLint to v10.0.0. (Only VITE)&#x20;
  * Other package upgrades to the latest version

## v5.0.0 - 27-12-2025

* **UI & Pages**
  * Added new pages:
    * Changelog
    * FAQs
    * Join Waitlist
    * Component Presentation
  * Added **Info** colour variant to colour components.
  * Fixed **Quill Editor** design issues in **Dark Mode** and **RTL** layouts.
* **Core Improvements**
  * Introduced **CSS Variables** for improved theming and customisation.
  * Fixed UI **flickering issues** across layouts.
  * Improved **Config Context** for better state management.
  * Enhanced **ApexCharts** implementation.
  * Improved **TanStack Table** integration.
  * Removed deprecated **Grid column props**.
  * Fixed **Stack** spacing issues (gap, justifyContent, alignItems).
  * Corrected **slotProps** usage.
* **Mapping Updates**
  * Replaced mapping libraries:
    * `mapbox-gl` → `maplibre-gl`
    * `react-map-gl` → `maplibre-react-components`
* **Upgrades**
  * Upgraded project dependencies to the latest stable versions.
  * Updated to **React v19.2.x**.
  * Updated to **Next.js v16.1.x**.
* **Bug Fixes**
  * Multiple bug fixes and UI refinements across components.
* **Performance**
  * Improved overall **Lighthouse performance scores**.
* **Security Updates**
  * **Next.js**: Resolved reported security vulnerabilities\
    → [Next.js Security Update: December 11, 2025](https://nextjs.org/blog/security-update-2025-12-11)
  * **React**: Fixed security issues related to **Denial of Service** and **Source Code Exposure** in React Server Components\
    → [React Security Update: December 11, 2025](https://react.dev/blog/2025/12/11/denial-of-service-and-source-code-exposure-in-react-server-components)

## v4.1.0 - 15-09-2025

* New Applications
  * File manager
  * Social Profile
  * Mail
* Package upgrades
* Upgraded Yarn to version 4.9.4
* Prefetch routes & Google Fonts for better performance
* Optimised TanStack Table implementation
* Improved MUI components using slotProps
* Fixed customization
  * &#x20;Theme Mode
  * Theme Direction
  * Theme Contrast
* Fixed apexchart legend issue
* Other third-party packages were updated to their latest compatible versions
* General bug fixes and performance improvements

## v4.0.0 - 11-07-2025

* Upgrades & Improvements
  * Upgraded to **React 19**
  * Upgraded to **MUIv7**
  * Upgraded to **Packages**
* Bug Fixes

## v3.0.0 - 20-03-2025

* New Features & Enhancements:
  * Added **Finance Dashboard**
  * Added **Figma Section** on the landing page
  * Added **Admin Panel**
  * Added **Online Course Module**
  * Added **Membership Module**
  * Added **Helpdesk Module**
* Upgrades & Improvements:
  * Upgraded to **MUI v6**
  * Upgraded **ESLint v9**
  * Upgraded **Next 15**
  * Upgraded to **Yarn 4** and set up **Yarn Corepack**
* Bug Fixes & Optimizations:
  * General **bug fixes**
  * Fixed **Scrollbar issue**
  * Improved **Scrollbar support with RTL**
  * Fixed **Grid spacing issues**
  * Optimized **imports and comments**
  * Enhanced **documentation**

## v2.0.1- 16-09-2024

* Minor UI Updates

## v2.0.0- 13-08-2024

* Migrate to react table v8     
* Added Full-Screen Toggle
* Map
* Menu Update
* Set yarn v4
* bug fix
* Added Techstack info

## v1.0.0 - Release (08-02-2023)

* Revamped version with new design


---

# 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://phoenixcoded.gitbook.io/able-pro/nextjs/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.
