Skip to content

Commit 0eb2a55

Browse files
authored
Merge branch 'master' into sivanova/fluent-inputs
2 parents fc3664f + 5fa8c55 commit 0eb2a55

File tree

18 files changed

+200
-143
lines changed

18 files changed

+200
-143
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
### Added
99
- New File Input Component(`igc-file-input`)
1010

11+
### Deprecated
12+
Some event argument types have been renamed for consistency:
13+
- `CheckboxChangeEventArgs` deprecated, use `IgcCheckboxChangeEventArgs` instead.
14+
- `RadioChangeEventArgs` deprecated, use `IgcRadioChangeEventArgs` instead.
15+
- `IgcRangeSliderValue` deprecated, use `IgcRangeSliderValueEventArgs` instead.
16+
- `IgcActiveStepChangingArgs` deprecated, use `IgcActiveStepChangingEventArgs` instead.
17+
- `IgcActiveStepChangedArgs` deprecated, use `IgcActiveStepChangedEventArgs` instead.
18+
1119
### Fixed
1220
- 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
1322

1423
## [5.3.0] - 2025-03-13
1524
### Added

package-lock.json

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

0 commit comments

Comments
 (0)