Skip to content

Commit 6577428

Browse files
authored
docs(*): add changelog for 19.0.0 react (#1504)
1 parent 2a324bf commit 6577428

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

doc/en/components/general-changelog-dv-react.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,27 @@ namespace: Infragistics.Controls.Charts
99

1010
All notable changes for each version of {ProductName} are documented on this page.
1111

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.
32+
1233
## **{PackageVerChanges-24-2-APR}**
1334

1435
### New Components

docConfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@
171171
{ "name": "{PackageVerChanges-24-2-MAR}", "value": "18.8.0 (March 2025)"},
172172
{ "name": "{PackageVerChanges-24-2-MAR1}", "value": "18.8.1 (March 2025)"},
173173
{ "name": "{PackageVerChanges-24-2-APR}", "value": "18.9.0 (April 2025)"},
174-
{ "name": "{PackageVerLatest}", "value": "18.9.0"},
174+
{ "name": "{PackageVerChanges-24-2-APR2}", "value": "19.0.0 (April 2025)"},
175+
{ "name": "{PackageVerLatest}", "value": "19.0.0"},
175176
{ "name": "{RepoSamples}", "value": "https://github.com/IgniteUI/igniteui-react-examples/tree/master/samples"},
176177
{ "name": "{RepoBrowser}", "value": "https://github.com/IgniteUI/igniteui-react-examples/tree/master/browser"},
177178
{ "name": "{GithubLink}", "value": "https://github.com/IgniteUI/igniteui-react"},

0 commit comments

Comments
 (0)