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
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
## [Unreleased]
8
8
### Added
9
9
- New File Input Component(`igc-file-input`)
10
+
- Exposed more public API type aliases for component property types like `ButtonVariant`, `PickerMode`, `StepperOrientation`, `HorizontalTransitionAnimation` (carousel and horizontal stepper) and more.
10
11
11
12
### 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.
13
+
- Some event argument types have been renamed for consistency:
14
+
-`CheckboxChangeEventArgs` deprecated, use `IgcCheckboxChangeEventArgs` instead.
15
+
-`RadioChangeEventArgs` deprecated, use `IgcRadioChangeEventArgs` instead.
16
+
-`IgcRangeSliderValue` deprecated, use `IgcRangeSliderValueEventArgs` instead.
17
+
-`IgcActiveStepChangingArgs` deprecated, use `IgcActiveStepChangingEventArgs` instead.
18
+
-`IgcActiveStepChangedArgs` deprecated, use `IgcActiveStepChangedEventArgs` instead.
19
+
- Carousel Slide's `toggleAnimation` is now marked internal and deprecated for use in favor of parent Carousel's `select` method.
20
+
- Stepper Step's `toggleAnimation` is now marked internal and deprecated for use in favor of parent Stepper's `navigateTo` method.
18
21
19
22
### Fixed
20
23
- 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)
0 commit comments