Skip to content

Commit d800574

Browse files
authored
Merge pull request #1489 from IgniteUI/arg-update-changelog
Add April release changelog content
2 parents a8c059b + dd91662 commit d800574

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ All notable changes for each version of {ProductName} are documented on this pag
3131
- **All Grids**
3232
- Allow applying initial filtering through `FilteringExpressionsTree` property
3333

34+
### Bug Fixes
35+
36+
| Bug Number | Control | Description |
37+
|------------|---------|------------------|
38+
|25602|IgbDataGrid|Loading a layout with one of the date-specific filter operators results in a TypeError console error|
39+
|28480|IgbCombo|Undefined reference error is thrown when a datasource is replaced|
40+
|32598|IgbDataGrid|Multiselection is not working correctly
41+
|36374|IgbInput|A previous value was bound when a form was submitted on any touch device|
42+
|37214|General|Intermittent error in Blazor's WebCallback.Register()
43+
3444
## **{PackageVerChanges-24-2-MAR}**
3545

3646
### {PackageGrids}

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@ All notable changes for each version of {ProductName} are documented on this pag
3131
### Deprecations
3232

3333
- The `clicked` event of the `Button` is deprecated. Use the native `onClick` handler.
34+
35+
### Bug Fixes
36+
37+
| Bug Number | Control | Description |
38+
|------------|---------|------------------|
39+
|25602|IgrDataGrid|Loading a layout with one of the date-specific filter operators results in a TypeError console error|
40+
|28480|IgrCombo|Undefined reference error is thrown when a datasource is replaced|
41+
|30319|IgrDataGrid|Records are sorted despite no value changed|
42+
|32598|IgrDataGrid|Multiselection is not working correctly
43+
|36374|IgrInput|A previous value was bound when a form was submitted on any touch device|
44+
3445
## **{PackageVerChanges-24-2-MAR1}**
3546

3647
### {PackageGrids}

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ All notable changes for each version of {ProductName} are documented on this pag
1717
- **All Grids**
1818
- Allow applying initial filtering through `FilteringExpressionsTree` property
1919

20+
### Bug Fixes
21+
22+
| Bug Number | Control | Description |
23+
|------------|---------|------------------|
24+
|25602|IgcDataGrid|Loading a layout with one of the date-specific filter operators results in a TypeError console error|
25+
|28480|IgcCombo|Undefined reference error is thrown when a datasource is replaced|
26+
|30319|IgcDataGrid|Records are sorted despite no value changed|
27+
|32598|IgcDataGrid|Multiselection is not working correctly
28+
|36374|IgcInput|A previous value was bound when a form was submitted on any touch device|
29+
2030
## **{PackageVerChanges-24-2-FEB}**
2131

2232
### Enhancements

0 commit comments

Comments
 (0)