@@ -4,6 +4,32 @@ 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+ ## [ 6.2.1] - 2025-09-01
8+ ### Added
9+ - #### Date picker
10+ - set picker calendar's active date on user input [ #1819 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1819 )
11+
12+ ### Fixed
13+ - #### Calendar
14+ - Navigation styling [ #1831 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1831 )
15+ - #### Card
16+ - Slotted ` igc-avatar ` size styles in supported themes [ #1833 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1833 )
17+ - #### Combo
18+ - Dropdown initial height [ #1826 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1826 )
19+ - Icon sizes styles for Indigo theme [ #1827 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1827 )
20+ - #### Date picker, Date range picker
21+ - Disabled styles [ #1834 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1834 )
22+ - #### Input
23+ - Prefix and suffix slot styles for Bootstrap theme [ #1820 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1820 )
24+ - Label and border styles for Material theme [ #1824 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1824 )
25+ - Removed overridden tabindex property [ #1836 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1836 )
26+ - #### Select
27+ - Icon sizes styles for Indigo theme [ #1827 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1827 )
28+ - #### Switch
29+ - Use the new thumb hover property [ #1809 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1809 )
30+ - #### Tile manager
31+ - Incorrect escape of internal regex [ #1837 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1837 )
32+
733## [ 6.2.0] - 2025-08-04
834### Added
935- Form associated custom elements now expose the ** ig-invalid** custom state for styling with the ` :state() ` CSS selector.
@@ -984,6 +1010,7 @@ Initial release of Ignite UI Web Components
9841010- Ripple component
9851011- Switch component
9861012
1013+ [6.2.1]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/6.2.0...6.2.1
9871014 [6.2.0]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/6.1.2...6.2.0
9881015 [6.1.2]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/6.1.1...6.1.2
9891016 [6.1.1]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/6.1.0...6.1.1
0 commit comments