# Changelog

## 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: 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/vue/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.
