@@ -4,10 +4,36 @@ 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+ ## [ 6.1.0] - 2025-06-12
8+ ### Added
9+ - Date Range Picker
10+
11+ ### Changed
12+ - Updated the readonly styles of most form associated components across all themes to better signify when a component
13+ is in a readonly state.
14+ - #### File input
15+ - ** Breaking change** : ` igcChange ` & ` igcCancel ` events detail now returns the underlying component ` files ` property.
16+ - #### Tooltip
17+ - ** Behavioral change** : Tooltip default ` placement ` is 'bottom' now.
18+ - ** Behavioral change** : Tooltip will not render an arrow indicator by default unless ` with-arrow ` is set.
19+ - ** Breaking change** : Tooltip events will no longer return its ` anchor ` target in its ` detail ` property.
20+
21+ You can still access it at ` event.target.anchor ` .
22+
23+ ### Deprecated
24+ - #### Tooltip
25+ - ` disableArrow ` is deprecated. Use ` withArrow | with-arrow ` to render an arrow indicator.
26+
827### Fixed
9- - #### Calendar & Date picker
10- - Incorrect date rollover for in certain scenarios [ #1710 ] ( https://github.com/IgniteUI/igniteui-webcomponents/issues/1710 )
28+ - #### Calendar & Date Picker
29+ - Incorrect date rollover for in certain scenarios [ #1710 ] ( https://github.com/IgniteUI/igniteui-webcomponents/issues/1710 )
30+ - #### Combo
31+ - Case insensitive icon styles in themes [ #1728 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1728 )
32+ - #### Input
33+ - Replace border in fluent theme with a box-shadow [ #1726 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1726 )
34+ - Focused state background color in Indigo theme [ #1732 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1732 )
35+ - #### Textarea
36+ - Label height and component height override [ #1715 ] ( https://github.com/IgniteUI/igniteui-webcomponents/pull/1715 )
1137
1238## [ 6.0.1] - 2025-05-28
1339### Added
@@ -898,6 +924,7 @@ Initial release of Ignite UI Web Components
898924- Ripple component
899925- Switch component
900926
927+ [6.1.0]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/6.0.1...6.1.0
901928 [6.0.1]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/6.0.0...6.0.1
902929 [6.0.0]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/5.4.1...6.0.0
903930 [5.4.1]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/5.4.0...5.4.1
0 commit comments