Skip to content

Commit 273d5b9

Browse files
author
pipeline
committed
v20.1.60 is released
1 parent 75b5b9b commit 273d5b9

File tree

30 files changed

+144
-20
lines changed

30 files changed

+144
-20
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-
## 20.1.59 (2022-06-07)
5+
## 20.1.60 (2022-06-14)
66

77
### Chart
88

components/circulargauge/CHANGELOG.md

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

66
## [Unreleased]
77

8-
## 20.1.59 (2022-06-07)
8+
## 20.1.60 (2022-06-14)
99

1010
### Circular Gauge
1111

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.60 (2022-06-14)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I381671` - Bpmn task type is working properly while changing from type Send to Receive.
12+
- `#F175332` - Undo is working properly after deleting the node attached with connector.
13+
- `#I376982` - Annotation dragging in connector and node is working properly when we set horizontal Alignment and vertical Alignment.
14+
515
## 20.1.59 (2022-06-07)
616

717
### 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": "20.1.57",
3+
"version": "20.1.59",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 20.1.60 (2022-06-14)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I384262` - Resolved the script error while removing the text inside shape.
12+
- `#I384843`, `#I383988` - Resolved issue in text form field after inserting space.
13+
- `#I384262` - Resolved script error while removing content from inline shape.
14+
- `#I382192` - Resolved issue in inserting comment.
15+
- `#I380536` - Resolved script error while accepting table revision.
16+
- `#I380523` - Resolved the crashing issue while inserting new line in protected region.
17+
- `#I379507` - Resolved issue in tab stop width calculation.
18+
- `#I375504` - Resolved script error while importing form fields.
19+
- `#I374466` - Resolved script error while updating dropdown form field.
20+
521
## 20.1.59 (2022-06-07)
622

723
### Document Editor

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": "20.1.58",
3+
"version": "20.1.59",
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/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": "20.1.58",
3+
"version": "20.1.59",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 20.1.60 (2022-06-14)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#I377914`, `#I383863` - The issue with "The toolbar view icon shows the HTML code instead of text and icon in the File Manager component" has been resolved.
12+
- '#I379214' - The issue with browsing files in File Manager while switching the view after sorting is resolved.
13+
514
## 20.1.59 (2022-06-07)
615

716
### File Manager

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.60 (2022-06-14)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#367483` - Indent Outdent toolbar options appearing when edit settings is not defined issue has been been fixed.
12+
- `#384296` - Unable to draw dependency when progress mapping is disabled issue has been been fixed.
13+
- `#381374` - Editing milestone duration varies the start date issue has been been fixed.
14+
515
## 20.1.59 (2022-06-07)
616

717
### Gantt
@@ -10,6 +20,7 @@
1020

1121
- `#379229` - Pdf export is not working when using custom date format issue has been fixed.
1222
- `#381109` - Issue when Zoom To Fit with unscheduled tasks has been fixed.
23+
- `#382884` - work value calculation issue for parent task has been fixed.
1324

1425
## 20.1.58 (2022-05-31)
1526

0 commit comments

Comments
 (0)