Skip to content

Commit 2169131

Browse files
authored
Merge branch 'master' into mpopov/fix/input-group/floating-lable-variable
2 parents 7bcfd76 + 43a4c38 commit 2169131

File tree

16 files changed

+166
-134
lines changed

16 files changed

+166
-134
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ 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-
## [6.1.0] - 2025-06-11
7+
## [6.1.0] - 2025-06-12
88
### Added
99
- Date Range Picker
1010

1111
### 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.
1216
- #### Tooltip
1317
- **Behavioral change**: Tooltip default `placement` is 'bottom' now.
1418
- **Behavioral change**: Tooltip will not render an arrow indicator by default unless `with-arrow` is set.
@@ -25,6 +29,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2529
- Incorrect date rollover for in certain scenarios [#1710](https://github.com/IgniteUI/igniteui-webcomponents/issues/1710)
2630
- #### Combo
2731
- 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)
2835
- #### Textarea
2936
- Label height and component height override [#1715](https://github.com/IgniteUI/igniteui-webcomponents/pull/1715)
3037

package-lock.json

Lines changed: 89 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)