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
All notable changes for each version of {ProductName} are documented on this page.
11
11
12
+
## **{PackageVerChanges-24-2-APR2}**
13
+
> [!Note]With 19.0.0 the React product introduces many breaking changes done to improve and streamline the API. Please refer to the full [Update Guide](update-guide.md).
14
+
15
+
### Removed
16
+
-`CheckboxChangeEventArgs` removed, use `IgrCheckboxChangeEventArgs` instead.
17
+
-`RadioChangeEventArgs` removed, use `IgrRadioChangeEventArgs` instead.
18
+
-`IgrRangeSliderValue` removed, use `IgrRangeSliderValueEventArgs` instead.
19
+
-`IgrActiveStepChangingArgs` removed, use `IgrActiveStepChangingEventArgs` instead.
20
+
-`IgrActiveStepChangedArgs` removed, use `IgrActiveStepChangedEventArgs` instead.
21
+
22
+
23
+
### Enhancements
24
+
25
+
#### Stepper
26
+
Stepper Step's `titlePosition` now defaults to `auto`, instead of being undefined, which has the same behavior.
27
+
28
+
#### Tabs
29
+
igr-tab `panel` property is removed.
30
+
31
+
igr-tab-panel component is removed. The igr-tab now encompasses both the tab header and the tab content in a single component.
0 commit comments