Skip to content

Commit b22e61e

Browse files
author
pipeline
committed
v19.1.58 is released
1 parent 15e5460 commit b22e61e

File tree

37 files changed

+172
-24
lines changed

37 files changed

+172
-24
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-
## 19.1.57 (2021-04-20)
5+
## 19.1.58 (2021-04-27)
66

77
### Barcode
88

components/circulargauge/CHANGELOG.md

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

66
## [Unreleased]
77

8-
## 19.1.57 (2021-04-20)
8+
## 19.1.58 (2021-04-27)
9+
10+
### CircularGauge
11+
12+
#### Bug Fixes
13+
14+
- `#324756` - If numeric content is set, the text style of the annotation content will now be applied correctly.
15+
16+
## 19.1.55 (2021-04-06)
917

1018
### CircularGauge
1119

components/circulargauge/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-circulargauge",
3-
"version": "19.1.54",
3+
"version": "19.1.55",
44
"description": "Essential JS 2 CircularGauge Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

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

1111
- `F164350` - The issue "Annotation hyper link is not working" has been fixed.
1212
- `#319911` - The issue "Customized style disappears when serializing the BPMN shapes" has been fixed.
13+
- `#321939` - The issue "Swimlane send to back node working" has been fixed.
14+
- `#322854` - The issue "Swimlane children disappear while performing the order commands" has been fixed.
15+
- `#323203` - The issue "Exception occurs when try to redo the node's gradient color" has been fixed.
1316

1417
## 19.1.56 (2021-04-13)
1518

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.1.56",
3+
"version": "19.1.57",
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": "19.1.56",
3+
"version": "19.1.57",
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+
## 19.1.57 (2021-04-20)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#311323` - Issue with 'No Records Found' text occurred twice has been resolved.
12+
513
## 19.1.56 (2021-04-13)
614

715
### ListBox

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": "19.1.56",
3+
"version": "19.1.57",
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+
## 19.1.58 (2021-04-27)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#I321258`, `#I320950` - The issue with "Error as occurred while sorting the path column at second time in File Manager component" has been fixed.
12+
- `#I318476`, `#I320950` - Resolved the script error that occurred while dragging and dropping an item without selecting it in details view of the File Manager component.
13+
514
## 18.4.41 (2021-02-02)
615

716
### File Manager

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.1.58 (2021-04-27)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#324141` - Issue in tooltip rendering position has been fixed.
12+
- `#320979` - Issue on changing data source and timeline settings on same time has been fixed.
13+
- `F163357` - Duplicating issue when a task is dropped below an unassigned resource in the resource view has been fixed.
14+
515
## 19.1.57 (2021-04-20)
616

717
### Gantt
818

919
#### Bug Fixes
1020

21+
- `F164497` - Issue in editing end date of a task has been fixed.
22+
23+
## 19.1.56 (2021-04-13)
24+
25+
### Gantt
26+
27+
#### Bug Fixes
28+
1129
- `#320979` - Provided support to update data source dynamically with `collapseAllParentTasks` and `enableMultiTaskbar` enabled mode.
1230

1331
## 19.1.55 (2021-04-06)

0 commit comments

Comments
 (0)