Skip to content

Commit 03c7051

Browse files
author
pipeline
committed
v31.2.15 is released
1 parent c098a73 commit 03c7051

File tree

33 files changed

+114
-28
lines changed

33 files changed

+114
-28
lines changed

components/blockeditor/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.2.12 (2025-11-18)
5+
## 31.2.15 (2025-11-25)
66

77
### Block Editor
88

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.2.12 (2025-11-18)
5+
## 31.2.15 (2025-11-25)
66

77
### DatePicker
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 31.2.12 (2025-11-18)
5+
## 31.2.15 (2025-11-25)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I784564` - The chart is now updated properly after removing the multilevel label.
12+
13+
## 31.2.7 (2025-11-25)
614

715
### Chart
816

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.2.10",
3+
"version": "31.2.12",
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/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.2.5",
3+
"version": "31.2.12",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 31.2.15 (2025-11-25)
6+
7+
### DropdownList
8+
9+
#### Bug Fixes
10+
11+
- `#I48889` - Fixed an issue where the dropdown popup was not visible in mobile view when opened inside a scrollable dialog.
12+
513
## 31.2.5 (2025-11-04)
614

715
### DropDownTree

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

components/filemanager/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.2.12 (2025-11-18)
5+
## 31.2.15 (2025-11-25)
66

77
### FileManager
88

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.2.10",
3+
"version": "31.2.12",
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: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
## [Unreleased]
44

5-
## 31.2.12 (2025-11-18)
5+
## 31.2.15 (2025-11-25)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I782616` - The issue where the header was not refreshed after updating the `sortSettings` in the grid has been resolved.
12+
- `#I783105` - The issue where `currentViewData` was not updated properly after row reordering with remote data has been resolved.
13+
- `#I783563` - The issue where `Add Current Selection to Filter` in Excel style filtering was not working when no existing filter was applied to the grid has been resolved.
14+
- `#I780338` - Resolved an issue where the `hierarchyExportMode` was not working in a hierarchy grid with pagination enabled.
15+
- `#I782594` - Resolved an issue where the filter value was not updated properly when filtering was performed immediately in the custom filter dialog on a string column.
16+
17+
## 31.2.10 (2025-11-13)
618

719
### Grid
820

0 commit comments

Comments
 (0)