# Changelog

## v2.0.0 - Release (16-05-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
  * Revised container width and overall layout structure
  * Extracted reusable common header and footer components
  * 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
* UI Components
  * **Redesigned and updated UI component** pages based on Figma
  * Improved form components, navigation components, dialogs, data display components, and utility pages
  * **Refactored Color page** for main color-palatte
  * Updated Treeview examples
  * Updated ant design icon usage across components
* Bug Fixes
  * Resolved missing route path issues
  * Fixed multiple dark mode UI inconsistencies
  * Updated light color variables for improved dark theme support
  * Fixed RTL layout alignment and spacing issues

## v1.4.0 - Release (15-12-2025)

* 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 & functional issues across pages.

## v1.3.0 - Release (29-08-2025)

* Package upgrades
* Added New Vuetify Components
* Bugfixes

## v1.2.0 - Release (27-11-2024)

* Added RTL Version
* Theming structure update
* Added Dark & System Mode
* Added Dropzone Page
* Added New Vuetify Components
* Auth guards setup changes
* All menu items added in language json file
* Package upgrades
* Bugfixes

## v1.1.0 - Release (13-06-2024)

* Package upgrades
* Eslint any type error fix&#x20;
* Bugfixes
* Calendar plugin remove and add vuetify calendar
* Material Icon improvement
* Eslint update
* Some design update using vuetify new classes&#x20;
* Base Url update

## v1.0.0 - Release (25-11-2023)

* Mantis 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://codedthemes.gitbook.io/mantis-vuetify/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.
