# Changelog

## v1.4.0 - 10-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
    * 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.3.0 - 15-11-2025

* **Updated**
  * **Chore**
    * Removed old dependencies for the latest update compatibility in `composer.json`
    * Replaced `vite-plugins-vue-layouts` with `vite-plugin-vue-layouts-next` and updated the related layout setup
    * Changed the naming of `config.ts` file for better readability and consistency
    * Modified code according to the latest `i18n` package
    * Updated `eslint.config.js` and `env.d.ts` files for compatibility
  * **Refactor**
    * **Pinia:** Changed customizer store setup, removed old `defineStore` IDs, and restructured state initialisation for improved consistency across all `fake-api` pages
  * **Fix**
    * Resolved system mode issue
    * Fixed ESLint errors and warnings
    * minor design issues
  * **Editor**
    * Replaced old TipTap extensions (`TaskList`, `TaskItem`, `Highlight`) with new ones (`ListItem`, `Color`, `TextStyle`) and updated related code
  * Renamed route definitions from `name` to `path`
* **Added**
  * &#x20;Number Input
  * Timepicker
  * Treeview

## v1.2.1 - 20-03-2025

* Bug Fixes
* Added Figma Section

## v1.2.0 - Release (17-12-2024)

* Eslint update
* Added Dropzone Page
* Added New Vuetify Components
* All menu items added in language JSON file
* Package upgrades
* Bug fixes

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

* Move the technology data to a common location
* Link update in landing

## v1.0.0 - Release (19-07-2024)

* Able Pro Laravel + Vuejs 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-laravel/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.
