# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.1-pl] - 2026-02-10

### Fixed
- Missing `usePrimeVueLocale.min.js` file in build

### Changed
- Updated dependencies

## [1.1.0-pl] - 2026-02-05

### Added
- PrimeVue localization: composable `usePrimeVueLocale` and locale presets (de, en, es, fr, pl, ru, uk)
- `getPrimeVueLocale(cultureKey?)` returns PrimeVue locale for DataTable filters, DatePicker, Calendar; uses `MODx.cultureKey` when cultureKey omitted
- Locales from [primelocale](https://github.com/primefaces/primelocale) package (dependency added)
- Import Map: `@vuetools/usePrimeVueLocale` entry
- DEVELOPER_GUIDE section "Локализация PrimeVue" and README usage example

## [1.0.1-pl] - 2026-01-01

First beta release.

### Added
- Vue 3.5.13 bundled as ES module
- Pinia 3.0.1 bundled as ES module
- PrimeVue 4.3.1 with Aura theme bundled as ES module
- PrimeIcons 7.0.0 included
- Import Map registration for browser module resolution
- CSS isolation with `.vueApp` prefix (no conflicts with ExtJS)
- Composables: useApi, useLexicon, useModx, usePermission
- VueCoreManager plugin for automatic Import Map registration

### Changed
- Renamed from ModxProVueCore to VueTools
