8000 v30.1.38 is released · syncfusion/ej2-vue-ui-components@320baa1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 320baa1

Browse files
author
pipeline
committed
v30.1.38 is released
1 parent 7fde50a commit 320baa1

File tree

43 files changed

+254
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+254
-70
lines changed

components/barcodegenerator/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.1.37 (2025-06-25)
5+
## 30.1.38 (2025-07-02)
66

77
### Barcode
88

components/base/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-base",
3-
"version": "29.1.33",
3+
"version": "30.1.37",
44
"description": "A common package of Essential JS 2 base Vue libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/buttons/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.1.37 (2025-06-25)
5+
## 30.1.38 (2025-07-02)
66

77
### Chip
88

components/calendars/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-calendars",
3-
"version": "18.32.5",
3+
"version": "30.1.37",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/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-charts",
3-
"version": "28.1.33",
3+
"version": "30.1.37",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 30.1.38 (2025-07-02)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I731236` - Resolved the issue with flipping rotated group nodes.
12+
- `#I732003` - The connectors in layout will no longer overlaps on nodes.
13+
- `#I734671` - Resolved the issue in viewport changing on serialization.
14+
- `#I733087` - Now, Polyline connectors can be drawn from ports.
15+
516
## 30.1.37 (2025-06-25)
617

718
### Diagram

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": "19.18.0",
3+
"version": "30.1.37",
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": "29.1.37",
3+
"version": "30.1.37",
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/filemanager/CHANGELOG.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,15 @@
22

33
## [Unreleased]
44

5-
## 30.1.37 (2025-06-25)
6-
7-
### FileManager
8-
9-
#### Bug Fixes
10-
11-
- `#I732080` - The issue with the File Manager select event not being triggered for each selection in the navigation pane has been resolved.
12-
13-
## 29.1.39 (2025-04-22)
14-
15-
### FileManager
16-
17-
#### Bug Fixes
18-
19-
- `#F196559` - The problem related to range selection in the File Manager component has been resolved.
20-
21-
## 29.1.37 (2025-04-08)
5+
## 30.1.38 (2025-07-02)
226

237
### FileManager
248

259
#### Bug Fixes
2610

27-
- `#I708564` - The issue preventing the error dialog from appearing when a path was unavailable in the File Manager component has been fixed.
28-
29-
**Note**
11+
- `#I740738` - Resolved the inconsistent drag-and-drop issue with nested-level files in the File Manager component's flat data sample.
3012

31-
Additionally, if you want to prevent the error dialog when a folder is unavailable and load the available parent directory instead, you can use the `beforePopupOpen` and `failure` events of the File Manager component. The `beforePopupOpen` event allows you to prevent the error dialog from appearing, while the `failure` event provides the failed location through `path` property. By setting the previous valid location to the File Manager's path and refreshing it, you can ensure that the available parent directory is loaded instead of displaying an error dialog.
32-
33-
## 29.1.33 (2025-03-25)
13+
## 30.1.37 (2025-06-25)
3414

3515
### FileManager
3616

components/filemanager/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-filemanager",
3-
"version": "29.2.4",
3+
"version": "30.1.37",
44
"description": "Essential JS 2 FileManager Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)
0