Skip to content

docs(react): merge 19.0.0 versions in the changelog for react #1618

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: vnext
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 19 additions & 23 deletions doc/en/components/general-changelog-dv-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ All notable changes for each version of {ProductName} are documented on this pag

- The `IgrDataGrid` & `IgrMultiColumnComboBox` are now part of the igniteui-react-data-grids package.

#### Removed
- `CheckboxChangeEventArgs` removed, use `IgrCheckboxChangeEventArgs` instead.
- `RadioChangeEventArgs` removed, use `IgrRadioChangeEventArgs` instead.
- `IgrRangeSliderValue` removed, use `IgrRangeSliderValueEventArgs` instead.
- `IgrActiveStepChangingArgs` removed, use `IgrActiveStepChangingEventArgs` instead.
- `IgrActiveStepChangedArgs` removed, use `IgrActiveStepChangedEventArgs` instead.

> [!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](update-guide.md)

### Enhancements

#### Toolbar
Expand All @@ -47,6 +58,14 @@ All notable changes for each version of {ProductName} are documented on this pag
#### Data Pie Chart
- The chart now exposes a `GetOthersContext()` method. This will return the contents of the "others" slice.

#### Stepper
Stepper Step's `titlePosition` now defaults to `auto`, instead of being undefined, which has the same behavior.

#### Tabs
igr-tab `panel` property is removed.

igr-tab-panel component is removed. The igr-tab now encompasses both the tab header and the tab content in a single component.

### Bug Fixes

| Bug Number | Control | Description |
Expand All @@ -56,29 +75,6 @@ All notable changes for each version of {ProductName} are documented on this pag
|37244|Excel|Custom Data Validation is not working.
|37685|IgrSpreadsheet|Poor rendering of numbers formatted with Arial font.

## **{PackageVerChanges-24-2-APR2}**
> [!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](update-guide.md)

### Removed
- `CheckboxChangeEventArgs` removed, use `IgrCheckboxChangeEventArgs` instead.
- `RadioChangeEventArgs` removed, use `IgrRadioChangeEventArgs` instead.
- `IgrRangeSliderValue` removed, use `IgrRangeSliderValueEventArgs` instead.
- `IgrActiveStepChangingArgs` removed, use `IgrActiveStepChangingEventArgs` instead.
- `IgrActiveStepChangedArgs` removed, use `IgrActiveStepChangedEventArgs` instead.


### Enhancements

#### Stepper
Stepper Step's `titlePosition` now defaults to `auto`, instead of being undefined, which has the same behavior.

#### Tabs
igr-tab `panel` property is removed.

igr-tab-panel component is removed. The igr-tab now encompasses both the tab header and the tab content in a single component.

## **{PackageVerChanges-24-2-APR}**

### New Components
Expand Down