Skip to content

Commit 7a2cd9b

Browse files
author
pipeline
committed
v18.1.59 is released
1 parent 08a9155 commit 7a2cd9b

File tree

26 files changed

+85
-20
lines changed

26 files changed

+85
-20
lines changed

components/base/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-
## 18.1.57 (2020-06-16)
5+
## 18.1.59 (2020-06-23)
66

77
### Common
88

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-
## 18.1.57 (2020-06-16)
5+
## 18.1.59 (2020-06-23)
66

77
### Chips
88

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-
## 18.1.57 (2020-06-16)
5+
## 18.1.59 (2020-06-23)
66

77
### Chart
88

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.59 (2020-06-23)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `278119` - The issue with "Exception occurs when try to export the diagram with mode data" has been fixed.
12+
- `279145` - The issue with "Exception occurs when try to save diagram with prevent defaults set as true" has been fixed.
13+
- `278617` - The issue with "Exception occurs when define two swim lanes in the diagram" has been fixed.
14+
- `F154840` - The issue with "Exception occurs when try to load the diagram with group nodes" has been fixed.
15+
- `279486` - The issue with "Exception occurs when try to load the diagram with prevent defaults set as true" has been fixed.
16+
- `F154304` - The issue with "Annotation Horizontal and vertical alignments are aligned wrongly" has been fixed.
17+
518
## 18.1.57 (2020-06-16)
619

720
### 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-react-diagrams",
3-
"version": "18.1.55",
3+
"version": "18.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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/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-
## 18.1.57 (2020-06-16)
5+
## 18.1.59 (2020-06-23)
66

77
### Document Editor
88

components/dropdowns/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+
## 18.1.59 (2020-06-23)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
-`#F154635` - Issue with "floating label is not floated properly while rendering with filter and outline theme appearance" has been resolved.
12+
13+
14+
- `#277827` - Issue with "typed custom value alone present in the popup after typing the custom value and focus out then again open the popup" has been resolved.
15+
516
## 18.1.57 (2020-06-16)
617

718
### ComboBox

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-react-dropdowns",
3-
"version": "18.1.56",
3+
"version": "18.1.57",
44
"description": "Essential JS 2 DropDown Components for React",
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-
## 18.1.57 (2020-06-16)
5+
## 18.1.59 (2020-06-23)
66

77
### File Manager
88

components/gantt/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+
## 18.1.59 (2020-06-23)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#281103`- Taskbar not rendered properly while cancel the new child record by context menu action has been fixed.
12+
- `#281247`- Parent id is not updated on add a child record by context menu has been fixed.
13+
- `#279689` - Issue in displaying values with boolean edit type was fixed.
14+
- `#281102`, `#281154` - Events not triggered with correct request type in indent action has been fixed.
15+
- `#281251` - Not continued to tab onto the next non-Gantt Chart element issue has been fixed.
16+
- `#280070`- Issue on pdf export date format mismatch in Gantt has been fixed.
17+
- `#279234` - Console error while selecting the record issue gets resolved.
18+
- `#279689`- Issue in updating start date with date time picker when custom columns are rendered has been fixed.
19+
- `#280802` - Issue on maintaining parent Id value while adding records with empty data source gets fixed.
20+
521
## 18.1.57 (2020-06-16)
622

723
### Gantt

0 commit comments

Comments
 (0)