> For the complete documentation index, see [llms.txt](https://phoenixcoded.gitbook.io/able-pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phoenixcoded.gitbook.io/able-pro/vue/changelog.md).

# Changelog

## v2.0.0 - Release (20-06-2026)

* Package Upgrades
  * Upgraded Vuetify to **v4** with full migration support
  * Removed deprecated `dense` prop usage in row and **updated typography classes**
  * Major Vue Router upgrade with route restructuring, **auto-generated route** setup, and removal of unused custom route files
  * Updated all third-party dependencies to latest compatible versions
* Layout & Structure
  * Replaced custom `@media` queries with **reusable SCSS mixins**
  * Replaced custom utility classes with Vuetify-ready classes for better consistency
  * Added common **default component configurations** in Vuetify for consistent UI behavior across the application
* Resolved minor bugs and UI inconsistencies

## v1.7.0 - Release (05-01-2026)

* New Features
  * Added support for system color scheme (Dark/Light) sync in Vuetify.
  * Integrated with **Vue-i18n** for multilingual support.
  * Added new pages/components:
    * Bottom Sheet
    * File Input
    * Range Slider
    * OTP Input
    * Pie Charts
    * Sparklines Charts
    * Parallax
    * Steppers
    * Mask Inputs
    * File Upload
    * Chip Groups
    * Data Iterators
    * Data Tables
    * Calendar
* Updates & Enhancements
  * Updated and improved existing pages:
    * Autocomplete
    * Buttons
    * Textfield
    * Slider
    * Form Validation
    * Cards
    * Chip
    * Tabs
    * Alert
    * Progress
    * Snackbar
    * Treeview
  * Improved code quality and structure.
  * Package upgrades for better compatibility.
  * Prettier is integrated with ESLint for consistent formatting.
* Removals
  * Removed third-party **mask plugin** (no longer required).
* Bug Fixes
  * Addressed multiple UI issues across pages.

## v1.6.0 - Release (22-09-2025)

* Package Upgrade
* Added New Vuetify Components
* Bug Fixes

## v1.5.0 - Release (10-07-2025)

* Package Upgrade
* Bug Fixes

## v1.4.1 - Release (20-03-2025)

* Bug Fixes
* Added Figma Section

## v1.4.0 - Release(14-12-2024)

* Auth guards setup changes
* All menu items added in language json file
* Package upgrades
* Bugfixes

## v1.3.1 - Release (16-09-2024)

* Bug fixes
* Link update in landing

## v1.3.0 - Release (13-08-2024)

* Added RTL Version
* Added Theme Contrast
* Added Dark & System Mode
* Added Dropzone Page
* Added New Vuetify Components
* Package upgrades

## v1.2.0 - Release (15-06-2024)

* Package upgrades
* Material Icon improvement
* Eslint update
* Design update using Vuetify new classes&#x20;

## v1.1.0 - Release (02-03-2024)

* Package upgrades
* Bug fixes
* Class usage
* Console error fix

## v1.0.0 - Release (2-2-2024)

* Ablepro initial release


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://phoenixcoded.gitbook.io/able-pro/vue/changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
