# Changelog

## v2.0.0 - Release (21-03-2026)

* **Vuetify 3 → 4 Update Changes**
  * Implemented override CSS styling using the new `@layer` (CSS Layers) method.
  * Updated and restructured Sass variable overrides; removed unnecessary and redundant custom CSS.
  * Updated typography classes and removed deprecated props; replaced them with new Vuetify 4 props.
  * Removed custom `lightTheme` and `darkTheme` types file and switched to using Vuetify’s built-in types.
* **Vue Router 5 Major Changes**
  * Removed manually defined custom routes for all pages.
  * Implemented auto-generated routing based on the folder structure.
  * Created a `pages` folder for route generation and moved reusable UI into a `components` folder.
  * Updated authentication flow and navigation guards according to the new routing system.
* **Other Improvements**
  * Upgraded all packages dependencies to their latest compatible versions.
  * Fixed spacing issues across layouts and components.
  * Resolved minor bugs and UI inconsistencies.

## v1.7.0 - Release (09-12-2025)

* New Features
  * Added **System Mode** (Dark/Light toggle).
  * Improved **Vue-i18n** with Vuetify Integration
  * 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.6.0 - Release (29-08-2025)

* Package Upgrades
* Added New Vuetify Components
* Bugfixes

## v1.5.0 - Release (07-01-2024)

* Added RTL Version
* Added Dropzone Page
* Added New Vuetify Components
* Auth guards setup changes
* All menu items added in a language file
* Package upgrades
* Bugfixes

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

* Package upgrades
* Material Icon improvement
* Bugfixes

## v1.3.0 - Release (2-3-2024)

* Package upgrades
* Eslint any type error fix&#x20;
* Bugfixes
* Calendar plugin remove and add vuetify calendar
* Custom mask issue fix
* landing update

## v1.2.0 - Release (26-09-2023)

* Package upgrades
* Update customizer design
* Eslint Fixes
* Prettier
* Design Changes
* Breadcrumb fixes

## v1.1.0 - Release (10-04-2023)

* Update to Vuetify 3.1.12
* Other package upgrades
* Updated theme background

## v1.0.1 - Release (21-01-2023)

* Minor bug fixes
* Provided Figma

## v1.0.0 - Release (24-11-2022)

* Berry 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/berry-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.
