Skip to content

Commit ba6df5b

Browse files
committed
docs: Patch release notes
1 parent db68dd5 commit ba6df5b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.1] - 2025-06-25
8+
### Fixed
9+
- #### Dropdown
10+
- Icon size in Bootstrap theme [#1755](https://github.com/IgniteUI/igniteui-webcomponents/pull/1755)
11+
- #### Input, File Input
12+
- Label positioning and transition logic in Material theme [#1739](https://github.com/IgniteUI/igniteui-webcomponents/pull/1739) [#1753](https://github.com/IgniteUI/igniteui-webcomponents/pull/1753)
13+
714
## [6.1.0] - 2025-06-12
815
### Added
916
- Date Range Picker
@@ -924,6 +931,7 @@ Initial release of Ignite UI Web Components
924931
- Ripple component
925932
- Switch component
926933

934+
[6.1.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.1.0...6.1.1
927935
[6.1.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.0.1...6.1.0
928936
[6.0.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/6.0.0...6.0.1
929937
[6.0.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/5.4.1...6.0.0

src/components/file-input/file-input.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export interface IgcFileInputComponentEventMap
4242
* @slot custom-error - Renders content when setCustomValidity(message) is set.
4343
* @slot invalid - Renders content when the component is in invalid state (validity.valid = false).
4444
*
45-
* @fires igcInput - Emitted when the control input receives user input.
4645
* @fires igcChange - Emitted when the control's checked state changes.
4746
* @fires igcCancel - Emitted when the control's file picker dialog is canceled.
4847
*

0 commit comments

Comments
 (0)