Skip to content

Commit a64c460

Browse files
author
pipeline
committed
v31.1.21 is released
1 parent 27387b7 commit a64c460

File tree

35 files changed

+149
-47
lines changed

35 files changed

+149
-47
lines changed

components/calendars/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-
## 31.1.20 (2025-09-10)
5+
## 31.1.21 (2025-09-23)
66

77
### DateRangePicker
88

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-
## 31.1.20 (2025-09-10)
5+
## 31.1.21 (2025-09-23)
66

77
### Chart
88

components/diagrams/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-vue-diagrams",
3-
"version": "31.1.18",
3+
"version": "31.1.20",
44
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 31.1.21 (2025-09-23)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I763990` - Fixed issue where footnotes were undefined during document serialization.
12+
- `#I763888` - Resolved script error when opening documents containing dropdown form fields.
13+
- `#I197369` - Fixed script error triggered while disabling the toolbar.
14+
- `#I748269` - Addressed content overlapping issue during document loading.
15+
- `#I759178` - Corrected layout change issue in the Ribbon Layout API after manual interactions.
16+
- `#I729357` - Fixed selection issue occurring when deleting comments.
17+
518
## 31.1.20 (2025-09-10)
619

720
### DocumentEditor

components/documenteditor/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-vue-documenteditor",
3-
"version": "31.1.18",
3+
"version": "31.1.20",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010

1111
- `#I762396` - Resolved the script error that occurred when copying and pasting bullet list content from Outlook into the `RichTextEditor`.
1212

13+
### ComboBox
14+
15+
#### Bug Fixes
16+
17+
- `#I762995` - Fixed an issue where the combobox did not update its value when the `ignoreAccent` property was set to true.
18+
19+
### MultiSelect
20+
21+
#### Bug Fixes
22+
23+
- `I761815` - Resolved an issue where MultiSelect items remained enabled when the maximum selection length was set to zero.
24+
1325
## 28.2.9 (2025-03-04)
1426

1527
### ComboBox

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-vue-dropdowns",
3-
"version": "31.1.18",
3+
"version": "31.1.20",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 31.1.21 (2025-09-23)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I764123` - Resolved an issue where parent task progress values were not displaying in decimal format, even when child tasks were configured with decimal values. Decimal rendering for both parent and child tasks is now properly handled by defining the appropriate format in columns.
12+
- `#I763016` - The date and time change unexpectedly when using the timezone property during cell edit or add operations issue has been resolved.
13+
- `#I761818` - The issue with critical path validation not working when two parent tasks are connected via a predecessor has been resolved.
14+
- `#I757458` - The issue where time converted unnecessarily when the timezone was set to 'UTC' at initial load has been resolved.
15+
- `#I767390` - The issue where the resource column was not rendering as `dropdown` when dynamically assigning the column collection has been resolved.
16+
517
## 31.1.20 (2025-09-10)
618

719
### GanttChart

components/gantt/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-vue-gantt",
3-
"version": "31.1.18",
3+
"version": "31.1.20",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22

33
## [Unreleased]
44

5-
## 31.1.20 (2025-09-10)
5+
## 31.1.21 (2025-09-23)
66

77
### Grid
88

99
#### Bug Fixes
1010

11-
- `#I754033` - Fixed a problem where column resizing didn't work properly if the total column width was more than 100%.
12-
- `#I762851` - Resolved an issue where clearing the filter caused the pagination dropdown to incorrectly show `All`.
13-
- `#I750250` - Resolved a memory leak issue in the Grid component that occurred during the column reordering process.
14-
- `#I762476` - Removed the `aria-selected` attribute from the detail row's expand and collapse icon cell to resolve an issue with screen reader compatibility.
15-
- `#I761478` - Added clear type definitions to the `IFilterMUI` interface in the Grid component to improve type safety.
11+
- `#I759048` - Fixed aggregate calculation issue during edit and save operations in `VirtualScrolling`.
12+
- `#FB69913` - Fixed the script error that occurs when opening the custom filter dialog on a device in an adaptive grid with `adaptiveUIMode` set to Desktop.
13+
- `#FB70042` - Added native event details into the `recordClick` and `recordDoubleClick` events.
1614

1715
## 31.1.17 (2025-09-05)
1816

@@ -2816,4 +2814,15 @@ Grid component is used to display and manipulate tabular data with configuration
28162814
- **Hierarchy Grid** - It is used to display table data in hierarchical structure which can show or hide by clicking on expand or collapse button.
28172815
- **Print and Exporting** - Provides the option to print and exporting grid records.
28182816
- **RTL** - Provides a full-fledged right-to-left mode which aligns content in the Grid component from right to left.
2819-
- **Localization** - Provides inherent support to localize the UI.
2817+
- **Localization** - Provides inherent support to localize the UI.## 31.1.20 (2025-09-10)
2818+
2819+
### Grid
2820+
2821+
#### Bug Fixes
2822+
2823+
- `#I754033` - Fixed a problem where column resizing didn't work properly if the total column width was more than 100%.
2824+
- `#I762851` - Resolved an issue where clearing the filter caused the pagination dropdown to incorrectly show `All`.
2825+
- `#I750250` - Resolved a memory leak issue in the Grid component that occurred during the column reordering process.
2826+
- `#I762476` - Removed the `aria-selected` attribute from the detail row's expand and collapse icon cell to resolve an issue with screen reader compatibility.
2827+
- `#I761478` - Added clear type definitions to the `IFilterMUI` interface in the Grid component to improve type safety.
2828+

0 commit comments

Comments
 (0)