# 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).

## \[1.3.0] - 2026-02-26

* Add `registerConfigValidate` function to register the `validate` function on the global `window` object for Sitevision when saving the configuration.
* Add type definitions.

## \[1.2.1] - 2024-06-28

* Remove validation messages properly from input groups.

## \[1.2.0] - 2024-05-22

* Use Sitevision validation messages for required if these are available.
* Accessibility fixes.

## \[1.1.2] - 2022-12-02

* Check visible errors on parent element if passed.

## \[1.1.1] - 2022-10-12

* Lerna wanted to publish.

## \[1.1.0] - 2022-10-12

* Validate function now accept parent element for validating children.

## \[1.0.4] - 2021-12-01

* Only count visible error messages.

## \[1.0.3] - 2021-03-11

* Lerna wanted to publish.

## \[1.0.2] - 2020-10-11

* Lerna wanted to publish.

## \[1.0.1] - 2020-04-24

* Textareas are not validated as well.

## \[1.0.0] - 2020-04-22

* Initial release!