Skip to content

Commit 68a4df4

Browse files
author
pipeline
committed
v31.1.17 is released
1 parent 2991a5f commit 68a4df4

File tree

30 files changed

+83
-321
lines changed

30 files changed

+83
-321
lines changed

components/charts/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 30.2.7 (2025-08-26)
5+
## 31.1.17 (2025-09-05)
66

77
### Chart
88

components/circulargauge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## [Unreleased]
66

7-
## 30.2.7 (2025-08-26)
7+
## 31.1.17 (2025-09-05)
88

99
### Circular Gauge
1010

components/diagrams/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 30.2.7 (2025-08-26)
5+
## 31.1.17 (2025-09-05)
66

77
### Diagram
88

components/dropdowns/CHANGELOG.md

Lines changed: 1 addition & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -2,98 +2,6 @@
22

33
## [Unreleased]
44

5-
## 30.2.7 (2025-08-26)
6-
7-
### MultiSelect
8-
9-
#### Bug fixes
10-
11-
- `#I748629` - Resolved an issue where selecting an empty option resulted in the incorrect value.
12-
13-
## 30.2.5 (2025-08-13)
14-
15-
### DropDownTree
16-
17-
#### Bug fixes
18-
19-
- `#I754645` - Fixed an issue where checkbox selections were cleared after filtering when both showCheckBox and allowFiltering properties were enabled.
20-
21-
### MultiSelect
22-
23-
#### Bug fixes
24-
25-
- `#I748341` - Fixed an issue where data was not loading properly and the popup closed automatically after selecting `Select All` and scrolling the list.
26-
27-
## 30.2.4 (2025-08-07)
28-
29-
### ListBox
30-
31-
#### Bug Fixes
32-
33-
- `#I749286` - Fixed an issue where the numeric keypad `0` was not triggering the listbox filtering.
34-
35-
### MultiSelect
36-
37-
#### Bug fixes
38-
39-
- `#I732425` - Fixed an issue where the `actionComplete` event was being triggered twice when the `allowCustomValue` property was enabled.
40-
41-
- `#I732169` - Fixed an issue where focus was not applied to the custom value when the Sort Order property was enabled.
42-
43-
#### Bug Fixes
44-
45-
- `#I745180` - Fixed an issue where the MultiSelect component did not scroll to the top after programmatically clearing its value when virtualization was enabled.
46-
47-
### DropdownList
48-
49-
#### Bug Fixes
50-
51-
- `#I747869` - Fixed an issue where the selected value would be removed when the Escape key was pressed while the popup was open.
52-
53-
## 30.1.42 (2025-07-29)
54-
55-
### ComboBox
56-
57-
#### Bug Fixes
58-
59-
- `#I729862` - Fixed an issue where enabling virtualization caused the scrollbar to unexpectedly jump back to the top when scrolling to the bottom of the list.
60-
61-
## 30.1.40 (2025-07-15)
62-
63-
### DropDownTree
64-
65-
#### Bug fixes
66-
67-
- `#I744501` - Dropdown Tree opening issue in the Firefox browser has been Resolved.
68-
69-
### MultiSelect
70-
71-
#### Bug fixes
72-
73-
- `#I714583` - Fixed an issue where the value was not updating dynamically when using `groupTemplate`.
74-
75-
### ListBox
76-
77-
#### Bug Fixes
78-
79-
- `#I729413` - Fixed an issue where the toolbar settings buttons are enabled when no item is selected if the refresh method is called.
80-
81-
## 30.1.39 (2025-07-08)
82-
83-
### DropDownTree
84-
85-
#### Bug Fixes
86-
87-
- `#I734293` - Fixed Dropdown Tree popup misalignment issue at 100% display scale on windows.
88-
89-
- `#I737384` - Fixed the alignment issue in the input content of the Dropdown Tree Component in both the material3 and bootstrap5 themes.
90-
91-
### ComboBox
92-
93-
#### Bug Fixes
94-
95-
- `#I734116` - Fixed an issue where the Item Template with a Combo Box caused virtualization rendering problems in the dropdown.
96-
975
## 28.2.9 (2025-03-04)
986

997
### ComboBox
@@ -2314,21 +2222,7 @@ DropDownList component contains a list of predefined values from which a single
23142222

23152223
- **Templates** - Allows customizing the list items, selected value, header, footer, category group header, and no records content.
23162224

2317-
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.## 29.1.41 (2025-05-06)
2318-
2319-
### MultiSelect
2320-
2321-
#### Bug Fixes
2322-
2323-
- `#I728371` - Fixed an issue where the value was not being cleared correctly when removed dynamically via a button click.
2324-
2325-
### ComboBox
2326-
2327-
#### Bug Fixes
2328-
2329-
- `#I707526` - Fixed an issue where the selected value was displayed twice within the popup when using virtualization.
2330-
2331-
## 29.1.33 (2025-03-25)
2225+
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.## 29.1.33 (2025-03-25)
23322226

23332227
### Mention
23342228

components/dropdowns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-dropdowns",
3-
"version": "30.2.5",
3+
"version": "18.66.23",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 30.2.7 (2025-08-26)
5+
## 31.1.17 (2025-09-05)
66

77
### GanttChart
88

components/grids/CHANGELOG.md

Lines changed: 1 addition & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -2,77 +2,7 @@
22

33
## [Unreleased]
44

5-
## 30.2.7 (2025-08-26)
6-
7-
### Grid
8-
9-
#### Bug Fixes
10-
11-
- `#I752626` - Fixed an issue where the command column icon remained unchanged after the edit action for a parent row in the hierarchy grid was cancelled.
12-
- `#I750491` - Fixed a misalignment issue with indent header cells when grouping a column with stacked headers.
13-
14-
## 30.2.5 (2025-08-13)
15-
16-
### Grid
17-
18-
#### Bug Fixes
19-
20-
- `#I755713` - The issue where column resizing caused a script error due to the absence of defined widths for hidden columns has been resolved.
21-
22-
## 30.2.4 (2025-08-07)
23-
24-
### Grid
25-
26-
#### Bug Fixes
27-
28-
- `#I747642` - The issue where the `ResizeStop` event failed to trigger during rapid column resizing has been resolved.
29-
30-
## 30.1.42 (2025-07-29)
31-
32-
### Grid
33-
34-
#### Bug Fixes
35-
36-
- `#I747365` - Resolved a script error that occurred when clicking the `Select All` checkbox while both `ColumnVirtualization` and infinite scrolling were enabled.
37-
- `#I747475` - Fixed a script error that appeared when expanding grouped records in Lazy Load Grouping with the `URLAdaptor`.
38-
- `I7443387` - Fixed an issue where the `show/hide` columns feature failed to work when using Lazy Load Grouping with `virtualization`.
39-
40-
## 30.1.40 (2025-07-15)
41-
42-
### Grid
43-
44-
#### Bug Fixes
45-
46-
- `#I744173` - Resolved an issue where the `ColumnChooser` could not be opened after the Filter dialog was opened.
47-
- `#I743131` - Resolved an issue where filtering a string column with an empty string in local data shows no records.
48-
- `#FB68522` - Fixed an issue where focus incorrectly shifted to the grid toolbar when all toolbar items were disabled.
49-
- `#I737920` - Fixed an issue where the group caption aggregate was missing for the first numeric column during server-side Excel export.
50-
51-
## 30.1.39 (2025-07-08)
52-
53-
### Grid
54-
55-
#### Bug Fixes
56-
57-
- `#I738274` - The issue where checkbox selection toggled incorrectly in mobile view when row drag functionality was enabled has been resolved.
58-
- `#I737866` - The problem of checkbox selection failing to function after grid refresh when virtual scrolling was enabled has been addressed and resolved.
59-
- `#I736751` - The issue where column formatting was not applied during horizontal scrolling in column `virtualization` has been rectified.
60-
- `#I738941` - A script error that occurred upon pressing Enter after modifying the `datasource` in a grid with a detail template has been resolved.
61-
- `#I739229` - The problem of frozen columns disappearing during rapid horizontal scrolling has been fixed.
62-
- `#I737749` - The issue of the horizontal scrollbar being absent when the grid height was set to 100% with `virtualization` and frozen columns enabled has been resolved.
63-
64-
## 30.1.38 (2025-07-02)
65-
66-
### Grid
67-
68-
#### Bug Fixes
69-
70-
- `#I731295` - A script error encountered during the editing process, specifically when the multiline attribute is set to true within `editParams`, has been successfully resolved.
71-
- `#I734380` - The issue where the cursor does not change to a hand icon when grouping was disabled for a column has been resolved.
72-
- `#I731049` - The issue where column resizing did not work properly when the resize mode was set to `auto` and a column had a `minWidth` has been resolved.
73-
- `#FB68201` - Fixed an issue where middleware was not triggered during CRUD operations.
74-
75-
## 30.1.37 (2025-06-25)
5+
## 31.1.17 (2025-09-05)
766

777
### Grid
788

components/grids/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-grids",
3-
"version": "30.2.5",
3+
"version": "1.193.11",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/heatmap/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 30.2.7 (2025-08-26)
5+
## 31.1.17 (2025-09-05)
66

77
### HeatMap
88

components/imageeditor/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 30.2.7 (2025-08-26)
5+
## 31.1.17 (2025-09-05)
66

77
### Image Editor
88

0 commit comments

Comments
 (0)