Skip to content

Commit a78bc06

Browse files
author
pipeline
committed
v29.1.37 is released
1 parent 289f58b commit a78bc06

Some content is hidden

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

57 files changed

+225
-61
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-
## 29.1.35 (2025-04-01)
5+
## 29.1.37 (2025-04-08)
66

77
### Barcode
88

components/barcodegenerator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/requirejs": "2.1.37",
3333
"vue": "2.6.14",
3434
"vue-loader-v16": "16.0.0-beta.5.4",
35-
"rollup": "2.79.2",
35+
"rollup": "1.32.1",
3636
"rollup-plugin-commonjs": "10.1.0",
3737
"rollup-plugin-node-resolve": "5.2.0",
3838
"rollup-plugin-sourcemaps": "0.6.3",

components/buttons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/requirejs": "2.1.37",
4040
"vue": "2.6.14",
4141
"vue-loader-v16": "16.0.0-beta.5.4",
42-
"rollup": "2.79.2",
42+
"rollup": "1.32.1",
4343
"rollup-plugin-commonjs": "10.1.0",
4444
"rollup-plugin-node-resolve": "5.2.0",
4545
"rollup-plugin-sourcemaps": "0.6.3",

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-
## 29.1.35 (2025-04-01)
5+
## 29.1.37 (2025-04-08)
66

77
### DatePicker
88

components/calendars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/requirejs": "2.1.37",
3333
"vue": "2.6.14",
3434
"vue-loader-v16": "16.0.0-beta.5.4",
35-
"rollup": "2.79.2",
35+
"rollup": "1.32.1",
3636
"rollup-plugin-commonjs": "10.1.0",
3737
"rollup-plugin-node-resolve": "5.2.0",
3838
"rollup-plugin-sourcemaps": "0.6.3",

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-
## 29.1.35 (2025-04-01)
5+
## 29.1.37 (2025-04-08)
66

77
### 3DChart
88

components/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/requirejs": "2.1.37",
4545
"vue": "2.6.14",
4646
"vue-loader-v16": "16.0.0-beta.5.4",
47-
"rollup": "2.79.2",
47+
"rollup": "1.32.1",
4848
"rollup-plugin-commonjs": "10.1.0",
4949
"rollup-plugin-node-resolve": "5.2.0",
5050
"rollup-plugin-sourcemaps": "0.6.3",

components/circulargauge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/requirejs": "2.1.37",
3434
"vue": "2.6.14",
3535
"vue-loader-v16": "16.0.0-beta.5.4",
36-
"rollup": "2.79.2",
36+
"rollup": "1.32.1",
3737
"rollup-plugin-commonjs": "10.1.0",
3838
"rollup-plugin-node-resolve": "5.2.0",
3939
"rollup-plugin-sourcemaps": "0.6.3",

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 29.1.37 (2025-04-08)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I704269` - Right-click now works properly while drag constraint is disabled, retaining multiple selection.
12+
- `#I698439` - The connector will now follow the shortest path when drawn from a port with the connection Direction set to Auto.
13+
514
## 29.1.35 (2025-04-01)
615

716
### Diagram

components/diagrams/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-diagrams",
3-
"version": "29.1.33",
3+
"version": "29.1.35",
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",
@@ -32,7 +32,7 @@
3232
"@types/requirejs": "2.1.37",
3333
"vue": "2.6.14",
3434
"vue-loader-v16": "16.0.0-beta.5.4",
35-
"rollup": "2.79.2",
35+
"rollup": "1.32.1",
3636
"rollup-plugin-commonjs": "10.1.0",
3737
"rollup-plugin-node-resolve": "5.2.0",
3838
"rollup-plugin-sourcemaps": "0.6.3",

0 commit comments

Comments
 (0)