# Changelog

## v11.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

## v11.0.0 - 27-12-2025

* **UI & Pages**
  * Added new pages:
    * Changelog
    * FAQs
    * Join Waitlist
    * Component Presentation
  * Added **Info** color variant to color components.
  * Fixed **Quill Editor** design issues in **Dark Mode** and **RTL** layouts.
* **Core Improvements**
  * Introduced **CSS Variables** for improved theming and customization.
  * 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)

## v10.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

## v10.0.0 - 11-07-2025

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

## v9.3.0 - Release (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 **React Router v7**
  * 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**
  * Improved **route configuration**
  * Integrated **mock server**

## v9.2.2 - Release (16-09-2024)

* Minor UI Updates

## v9.2.1 - Release (12-08-2024)

* Added Techstack info

## v9.2.0 - Release

* Added Vite package
  * Image path updates
* Removed redux
* Added SWR
* Migrate to react table v8
* Added Dense table
* Use NPM fonts
* Added Full-screen toggle
* Map
* CRA route updates with Error Boundary and Loader
* Added Custom breadcrumb component
* Stops collapsing menu on large media for Apps
* Menu updates
  * Set item without group - See Sample Page
  * Set external link in menu - See Calendar Menu
  * Set Dropdown in menu - See Maintenance Menu
  * Set pop up - See Customer -> List Menu
  * Horizontal menu updates
    * Set a simple page as a clickable item
    * Set line separator for without group items
    * Fixed breadcrumb for clickable item (without group items)
* Package upgrades
* Set State for Customer App
* Removed unused component="div" and component="span"
* Removed unused align="left" as its default
* Change the arrow/const function to the JavaScript function for Hoisting in components
* Import updates for performance
  * MUI components
  * Apexchart
* Bug fixes
  * Use consistent - bgcolor / backgroundColor /background
  * Landing overflow content \[Application section]
  * Landing Horizontal scroll
  * Change more link icon
  * Virtualized react-table scroll issue
  * Apexchart legend issue on RTL mode
  * Pricing Page: Set Actual Price Note

## v9.1.2 - Release (19-10-2023)

* Make use of react-script for build

## v9.1.0 - Release (07-06-2023)

* Remove Mock API and use Live but Fake API
* Packages upgrade
* .env updates
* Add ripple effect
* Add Seed Version
* Add Pages
  * Authentication
    * Authentication 2
    * Authentication 3
  * Maintenance&#x20;
    * Coming soon 2
    * Under Construction 2
  * Price 2
  * Contact Us
  * Landing
* Customizer config - set constant
  * mode - ThemeMode (LIGHT/DARK)
  * themeDirection - ThemeDirection (RTL/LTR)
  * menuOrientation - MenuOreintation (VERTICAL/HORIZONTAL)
* Bug fixes
  * Component drawer
  * Application pages loader fix
  * React table fix (drag-drop, editable, grouping table, sticky table, umbrella)
  * Fix some dark layout component - Badge, Button, Checkbox, Radio, OutlinedInput, Pagination, Slider Label, Switch
  * Fix some console errors
  * Stepper and Kanban peer dependencies fixed
  * Apexchart - fontFamily, marker, offsetX, grid, and legend

## v9.0.0 - Release (03-04-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/react/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.
