Skip to content

Commit 2d23e42

Browse files
authored
docs: Updated CHANGELOG with release notes (#1533)
* docs: Updated CHANGELOG with release notes
1 parent 84ca52a commit 2d23e42

File tree

1 file changed

+46
-8
lines changed

1 file changed

+46
-8
lines changed

CHANGELOG.md

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,57 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [5.2.0] - 2025-01-09
88
### Added
99
- 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.
1010

1111
### Changed
12-
- Calendar - allow passing a string value to the backing `value`, `values` and `activeDate` properties [#1467](https://github.com/IgniteUI/igniteui-webcomponents/issues/1467)
13-
- 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)
14-
- 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)
15-
- Component validation - aligned validation constraints to follow the behavior of their native HTML counterparts.
16-
For example, `minlength` will no longer trigger a `tooShort` validity state, unless there is text present in the component.
12+
- #### Calendar
13+
- enabled passing string values to the **value**, **values**, and **activeDate** properties [#1467](https://github.com/IgniteUI/igniteui-webcomponents/issues/1467)
14+
- #### Checkbox
15+
- updated style implementation and improved slotted checkbox styles [#1489](https://github.com/IgniteUI/igniteui-webcomponents/pull/1489)
16+
- #### Date-time input
17+
- enabled passing string values to the **value**, **min**, and **max** properties [#1467](https://github.com/IgniteUI/igniteui-webcomponents/issues/1467)
18+
- #### Date picker
19+
- enabled passing string values to the **value**, **min**, **max** and **activeDate** properties [#1467](https://github.com/IgniteUI/igniteui-webcomponents/issues/1467)
20+
- #### List
21+
- updated list item internal slots gaps and sizing [#1480](https://github.com/IgniteUI/igniteui-webcomponents/pull/1480)
22+
- #### Progressbar
23+
- the default value label animation now uses CSS counters and animations [#1492](https://github.com/IgniteUI/igniteui-webcomponents/pull/1492)
24+
- #### Validation
25+
- Updated validation constraints to align with the behavior of native HTML elements. For instance, the minlength attribute will now only trigger a tooShort validity state if the component contains a value.
1726

1827
### Fixed
19-
- Combo - Rendering issue after Edge browser autofill behavior [#1497](https://github.com/IgniteUI/igniteui-webcomponents/issues/1497)
20-
- Input - Incorrect validation with numeric input and step attribute [#1521](https://github.com/IgniteUI/igniteui-webcomponents/issues/1521)
28+
- #### Avatar
29+
- slotted icon size [#1504](https://github.com/IgniteUI/igniteui-webcomponents/pull/1504)
30+
- #### Badge
31+
- aligned colors with UI kits [#1466](https://github.com/IgniteUI/igniteui-webcomponents/pull/1466)
32+
- #### Card
33+
- actions content alignment in vertical orientation [#1472](https://github.com/IgniteUI/igniteui-webcomponents/pull/1472)
34+
- #### Combo
35+
- rendering issue after Edge browser autofill behavior [#1497](https://github.com/IgniteUI/igniteui-webcomponents/issues/1497)
36+
- #### Checkbox
37+
- removed extra gap between the checkbox and the label [#1479](https://github.com/IgniteUI/igniteui-webcomponents/pull/1479)
38+
- tick color in disabled state [#1528](https://github.com/IgniteUI/igniteui-webcomponents/pull/1528)
39+
- #### Dialog
40+
- removed vertical padding in Bootstrap theme [#1471](https://github.com/IgniteUI/igniteui-webcomponents/pull/1471)
41+
- Fluent theme typography [#1475](https://github.com/IgniteUI/igniteui-webcomponents/pull/1475)
42+
- #### Dropdown
43+
- remove vertical padding in Bootstrap theme [#1471](https://github.com/IgniteUI/igniteui-webcomponents/pull/1471)
44+
- #### Input
45+
- input type search does not interfere with the outline variant in Material theme [#1520](https://github.com/IgniteUI/igniteui-webcomponents/pull/1520)
46+
- step validation for numeric input [#1522](https://github.com/IgniteUI/igniteui-webcomponents/pull/1522)
47+
- helper-text color in invalid state [#1525](https://github.com/IgniteUI/igniteui-webcomponents/pull/1525)
48+
- #### List
49+
- discrepancies between the list and the UI kits [#1488](https://github.com/IgniteUI/igniteui-webcomponents/pull/1488)
50+
- #### Radio
51+
- remove label part when there is not slotted content [#1482](https://github.com/IgniteUI/igniteui-webcomponents/pull/1482)
52+
- #### Textarea
53+
- label position in Material theme [#1518](https://github.com/IgniteUI/igniteui-webcomponents/pull/1518)
54+
- helper-text color in disabled state [#1519](https://github.com/IgniteUI/igniteui-webcomponents/pull/1519)
55+
- remove layout space for hidden content in prefix/suffix slots [#1526](https://github.com/IgniteUI/igniteui-webcomponents/pull/1526)
56+
- #### Icon service
57+
- reduce sync events between copies of the service in different tabs [#1532](https://github.com/IgniteUI/igniteui-webcomponents/pull/1532)
2158

2259
## [5.1.2] - 2024-11-04
2360
### Added
@@ -624,6 +661,7 @@ Initial release of Ignite UI Web Components
624661
- Ripple component
625662
- Switch component
626663

664+
[5.2.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/5.1.2...5.2.0
627665
[5.1.2]: https://github.com/IgniteUI/igniteui-webcomponents/compare/5.1.1...5.1.2
628666
[5.1.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/5.1.0...5.1.1
629667
[5.1.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/5.0.2...5.1.0

0 commit comments

Comments
 (0)