@@ -4,8 +4,35 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## Unreleased
7+ ## [ Unreleased]
8+ ### Added
9+ - #### List
10+ - The ` igc-list-item ` component exposes a new ` selected ` property. When set on a list item, the item will become visually highlighted.
11+
12+ ## [ 5.2.4] - 2025-02-24
13+ ### Changed
14+ - #### Carousel - ** Potential visual breaking change.**
15+ - Removed ` [part='base'] ` wrapping container from slide's internal DOM.
16+
17+ ## [ 5.2.3] - 2025-02-13
818### Fixed
19+ - #### Chip
20+ - Disabled state in Bootstrap [ #1573 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1573 )
21+
22+ ## [ 5.2.2] - 2025-02-12
23+ ### Fixed
24+ - #### Combo
25+ - Incorrect defaultValue with async data-binding [ #1555 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1555 )
26+ - #### Circular progressbar
27+ - Value label correctly scales with the diameter of the component [ #1543 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1543 )
28+ - #### Date picker
29+ - Date picker styles for the helper-text slot based on its size [ #1559 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1559 )
30+ - #### Icon button
31+ - Outlined border sinks behind parent element background [ #1566 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1566 )
32+ - #### Input
33+ - helper-text slot padding styles [ #1547 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1547 )
34+ - ### Navbar
35+ - Apply correct sizes for slotted elements from the library [ #1570 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1570 )
936- #### Rating
1037 - Inaccurate value rounding calculation when step is not 1 [ #1560 ] ( https://github.com/IgniteUI/igniteui-webcomponents/issues/1560 )
1138
@@ -677,6 +704,9 @@ Initial release of Ignite UI Web Components
677704- Ripple component
678705- Switch component
679706
707+ [5.2.4]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/5.2.3...5.2.4
708+ [5.2.3]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/5.2.2...5.2.3
709+ [5.2.2]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/5.2.1...5.2.2
680710 [5.2.1]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/5.2.0...5.2.1
681711 [5.2.0]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/5.1.2...5.2.0
682712 [5.1.2]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/5.1.1...5.1.2
0 commit comments