# Changelog – Version 2.x

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] YYYY-MM-DD

## [2.1.3] 2026-01-27

### Fixed
- Remove the double border bottom when a form group is collapsed

## [2.1.2] 2026-01-26

### Fixed
- Fix error `this.trans is not a function`

## [2.1.1] 2025-12-02

### Fixed
- Fix scroll to first error logic

### Added
- Add dataStoreButtons to copy, paste and clear complex data

## [2.1.0] 2025-12-01

### Added
- Add support for other pusher protocol implementations (like soketi) by merging pusher/reverb config. 
  Must update `imarcom/cheetah` backend package to 1.2.0 to work with this cheetah-framework version
- Add EvalHtml option on menuElements to allow html parsing in the menu

### Fixed
- Fix form group title padding with nested level 0

## [2.0.0] 2025-10-22

### Security
- Fix many CVE
- Upgrade to laravel-mix v6
- Upgrade to webpack v5
- Upgrade axios to v1.8
- Fix many circular dependencies
