@@ -4,8 +4,31 @@ 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+
9+ ### Changed
10+
11+ - #### Carousel - ** Potential visual breaking change.**
12+ - Removed ` [part='base'] ` wrapping container from slide's internal DOM.
13+ ## [ 5.2.3] - 2025-02-13
14+ ### Fixed
15+ - #### Chip
16+ - Disabled state in Bootstrap [ #1573 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1573 )
17+
18+ ## [ 5.2.2] - 2025-02-12
819### Fixed
20+ - #### Combo
21+ - Incorrect defaultValue with async data-binding [ #1555 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1555 )
22+ - #### Circular progressbar
23+ - Value label correctly scales with the diameter of the component [ #1543 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1543 )
24+ - #### Date picker
25+ - Date picker styles for the helper-text slot based on its size [ #1559 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1559 )
26+ - #### Icon button
27+ - Outlined border sinks behind parent element background [ #1566 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1566 )
28+ - #### Input
29+ - helper-text slot padding styles [ #1547 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1547 )
30+ - ### Navbar
31+ - Apply correct sizes for slotted elements from the library [ #1570 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1570 )
932- #### Rating
1033 - Inaccurate value rounding calculation when step is not 1 [ #1560 ] ( https://github.com/IgniteUI/igniteui-webcomponents/issues/1560 )
1134
@@ -677,6 +700,8 @@ Initial release of Ignite UI Web Components
677700- Ripple component
678701- Switch component
679702
703+ [5.2.3]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/5.2.2...5.2.3
704+ [5.2.2]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/5.2.1...5.2.2
680705 [5.2.1]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/5.2.0...5.2.1
681706 [5.2.0]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/5.1.2...5.2.0
682707 [5.1.2]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/5.1.1...5.1.2
0 commit comments