You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+99-10Lines changed: 99 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,108 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
-
## [Unreleased]
7
+
## [5.4.1] - 2025-04-23
8
+
### Fixed
9
+
- Internal library issues
10
+
11
+
## [5.4.0] - 2025-04-23
8
12
### Added
9
-
- New File Input Component(`igc-file-input`)
13
+
- File Input component
14
+
- Tooltip component
15
+
-#### Library
16
+
- Exposed more public API type aliases for component property types like `ButtonVariant`, `PickerMode`, `StepperOrientation`, `HorizontalTransitionAnimation` (carousel and horizontal stepper) and more.
- Some event argument types have been renamed for consistency:
80
+
- `CheckboxChangeEventArgs` deprecated, use `IgcCheckboxChangeEventArgs` instead.
81
+
- `RadioChangeEventArgs` deprecated, use `IgcRadioChangeEventArgs` instead.
82
+
- `IgcRangeSliderValue` deprecated, use `IgcRangeSliderValueEventArgs` instead.
83
+
- `IgcActiveStepChangingArgs` deprecated, use `IgcActiveStepChangingEventArgs` instead.
84
+
- `IgcActiveStepChangedArgs` deprecated, use `IgcActiveStepChangedEventArgs` instead.
85
+
- Node versions < 20 are now deprecated. The next major release (6.0.0) will require Node version > 20. [Nodejs support](https://nodejs.org/en/about/previous-releases)
86
+
87
+
### Removed
88
+
- #### Switch
89
+
- Invalid state CSS properties [#1622](https://github.com/IgniteUI/igniteui-webcomponents/pull/1622)
18
90
19
91
### Fixed
20
-
- Setting validation properties on a pristine non-dirty form associated element does not apply invalid styles [#1632](https://github.com/IgniteUI/igniteui-webcomponents/issues/1632)
21
-
- Exposed `IgcCalendarResourceStrings`, `PopoverPlacement` (Dropdown and Select) and `IgcTreeSelectionEventArgs` from the public API
- Header text alignment [#1624](https://github.com/IgniteUI/igniteui-webcomponents/pull/1624)
105
+
- #### Forms
106
+
- Setting validation properties on a pristine non-dirty form associated element does not apply invalid styles [#1632](https://github.com/IgniteUI/igniteui-webcomponents/issues/1632)
107
+
- #### Library
108
+
- Exposed `IgcCalendarResourceStrings`, `PopoverPlacement` (Dropdown and Select) and `IgcTreeSelectionEventArgs` from the public API
22
109
23
110
## [5.3.0] - 2025-03-13
24
111
### Added
@@ -734,6 +821,8 @@ Initial release of Ignite UI Web Components
0 commit comments