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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
### Added
9
9
- New File Input Component(`igc-file-input`)
10
10
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
+
11
19
### Fixed
12
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
0 commit comments