From 93e25d5e58d1987f93e0ae75b5fef43266f62001 Mon Sep 17 00:00:00 2001 From: Radoslav Karaivanov Date: Thu, 12 Dec 2024 09:33:54 +0200 Subject: [PATCH] docs: Added CHANGELOG entries --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccbb3d6a1..9a3a962de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Added +- Form-associated elements now have a `defaultValue` property (`defaultChecked` for radio buttons, checkboxes, and switches). When a form is reset, components will use this property’s value as their new value or checked state. + ### Changed - Calendar - allow passing a string value to the backing `value`, `values` and `activeDate` properties [#1467](https://github.com/IgniteUI/igniteui-webcomponents/issues/1467) - Date-time input - allow passing a string value to the backing `value`, `min` and `max` properties [#1467](https://github.com/IgniteUI/igniteui-webcomponents/issues/1467) - Date picker - allow passing a string value to the backing `value`, `min`, `max` and `activeDate` properties [#1467](https://github.com/IgniteUI/igniteui-webcomponents/issues/1467) +- Component validation - aligned validation constraints to follow the behavior of their native HTML counterparts. + For example, `minlength` will no longer trigger a `tooShort` validity state, unless there is text present in the component. + +### Fixed +- Combo - Rendering issue after Edge browser autofill behavior [#1497](https://github.com/IgniteUI/igniteui-webcomponents/issues/1497) ## [5.1.2] - 2024-11-04 ### Added