Skip to content

Commit 035b690

Browse files
author
pipeline
committed
v18.1.59 is released
1 parent 29fe650 commit 035b690

34 files changed

+91
-28
lines changed

components/base/CHANGELOG.md

+1-1
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

+1-1
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/calendars/CHANGELOG.md

+1-1
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
### DatePicker
88

components/charts/CHANGELOG.md

+1-1
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

+13
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/dist/ej2-vue-diagrams.umd.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/diagrams/dist/ej2-vue-diagrams.umd.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/diagrams/dist/es6/ej2-vue-diagrams.es2015.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/diagrams/dist/es6/ej2-vue-diagrams.es2015.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/diagrams/dist/es6/ej2-vue-diagrams.es5.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/diagrams/dist/es6/ej2-vue-diagrams.es5.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/diagrams/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/src/diagram/diagram.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { PortsDirective, PortDirective, PortsPlugin, PortPlugin } from './ports.
1010
import { NodesDirective, NodeDirective, NodesPlugin, NodePlugin } from './nodes.directive'
1111

1212

13-
export const properties: string[] = ['addInfo', 'annotationTemplate', 'backgroundColor', 'bridgeDirection', 'commandManager', 'connectorDefaults', 'connectors', 'constraints', 'contextMenuSettings', 'customCursor', 'dataSourceSettings', 'drawingObject', 'enablePersistence', 'enableRtl', 'getConnectorDefaults', 'getCustomCursor', 'getCustomProperty', 'getCustomTool', 'getDescription', 'getNodeDefaults', 'height', 'historyManager', 'layers', 'layout', 'locale', 'mode', 'nodeDefaults', 'nodeTemplate', 'nodes', 'pageSettings', 'rulerSettings', 'scrollSettings', 'selectedItems', 'serializationSettings', 'setNodeTemplate', 'snapSettings', 'tool', 'tooltip', 'updateSelection', 'width', 'animationComplete', 'click', 'collectionChange', 'commandExecute', 'connectionChange', 'contextMenuBeforeItemRender', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataLoaded', 'doubleClick', 'dragEnter', 'dragLeave', 'dragOver', 'drop', 'expandStateChange', 'historyChange', 'historyStateChange', 'keyDown', 'keyUp', 'mouseEnter', 'mouseLeave', 'mouseOver', 'onImageLoad', 'onUserHandleMouseDown', 'onUserHandleMouseEnter', 'onUserHandleMouseLeave', 'onUserHandleMouseUp', 'positionChange', 'propertyChange', 'rotateChange', 'scrollChange', 'segmentCollectionChange', 'selectionChange', 'sizeChange', 'sourcePointChange', 'targetPointChange', 'textEdit'];
13+
export const properties: string[] = ['addInfo', 'annotationTemplate', 'backgroundColor', 'bridgeDirection', 'commandManager', 'connectorDefaults', 'connectors', 'constraints', 'contextMenuSettings', 'customCursor', 'dataSourceSettings', 'diagramSettings', 'drawingObject', 'enablePersistence', 'enableRtl', 'getConnectorDefaults', 'getCustomCursor', 'getCustomProperty', 'getCustomTool', 'getDescription', 'getNodeDefaults', 'height', 'historyManager', 'layers', 'layout', 'locale', 'mode', 'nodeDefaults', 'nodeTemplate', 'nodes', 'pageSettings', 'rulerSettings', 'scrollSettings', 'selectedItems', 'serializationSettings', 'setNodeTemplate', 'snapSettings', 'tool', 'tooltip', 'updateSelection', 'width', 'animationComplete', 'click', 'collectionChange', 'commandExecute', 'connectionChange', 'contextMenuBeforeItemRender', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataLoaded', 'doubleClick', 'dragEnter', 'dragLeave', 'dragOver', 'drop', 'expandStateChange', 'historyChange', 'historyStateChange', 'keyDown', 'keyUp', 'mouseEnter', 'mouseLeave', 'mouseOver', 'onImageLoad', 'onUserHandleMouseDown', 'onUserHandleMouseEnter', 'onUserHandleMouseLeave', 'onUserHandleMouseUp', 'positionChange', 'propertyChange', 'rotateChange', 'scrollChange', 'segmentCollectionChange', 'selectionChange', 'sizeChange', 'sourcePointChange', 'targetPointChange', 'textEdit'];
1414
export const modelProps: string[] = [];
1515

1616
/**

components/documenteditor/CHANGELOG.md

+1-1
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

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
514
## 18.1.57 (2020-06-16)
615

716
### ComboBox

components/dropdowns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-dropdowns",
3-
"version": "18.1.56",
3+
"version": "18.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

+1-1
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

+16
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

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-gantt",
3-
"version": "18.1.55",
3+
"version": "18.1.57",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 18.1.59 (2020-06-23)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#279922, #280077` - Scrollbar when clicking `childgrid` summary row, issue has been fixed.
12+
513
## 18.1.57 (2020-06-16)
614

715
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-grids",
3-
"version": "18.1.56",
3+
"version": "18.1.57",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/CHANGELOG.md

+1-1
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
### Kanban
88

components/maps/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414

1515
## [Unreleased]
1616

17+
## 18.1.56 (2020-06-09)
18+
19+
### Maps
20+
21+
#### Bug Fixes
22+
23+
- `I278468` - The script errors will not be thrown when rendering the GeoJSON file with line string geometry in Maps control.
24+
1725
## 18.1.48 (2020-05-05)
1826

1927
### Maps

components/maps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-maps",
3-
"version": "18.1.52",
3+
"version": "18.1.56",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/CHANGELOG.md

+1-1
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
### Sidebar
88

components/pdfviewer/CHANGELOG.md

+1-1
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
### PDF Viewer
88

components/popups/CHANGELOG.md

+1-1
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
### Dialog
88

components/progressbar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-progressbar",
3-
"version": "18.1.55",
3+
"version": "18.1.57",
44
"description": "Essential JS 2 ProgressBar Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/querybuilder/CHANGELOG.md

+1-1
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
### QueryBuilder
88

components/richtexteditor/CHANGELOG.md

+1-1
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
### RichTextEditor
88

components/schedule/CHANGELOG.md

+1-1
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
### Schedule
88

components/spreadsheet/CHANGELOG.md

+1-1
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
### Spreadsheet
88

components/treegrid/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,21 @@
22

33
## [Unreleased]
44

5+
## 18.1.59 (2020-06-23)
6+
7+
### TreeGrid
8+
9+
#### Bug Fixes
10+
11+
- `#F154641` - Initial set of record rendered properly while using virtual scroll.
12+
513
## 18.1.57 (2020-06-16)
614

715
### TreeGrid
816

917
#### Bug Fixes
1018

19+
- `#279109` - Checkbox checked properly for child records in remote data.
1120
- `#277364`, `#279732` - Checkbox with `allowRowDragAndDrop` property rendered properly after editing and cancelling in cell edit mode.
1221

1322
## 18.1.56 (2020-06-09)

components/treegrid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-treegrid",
3-
"version": "18.1.56",
3+
"version": "18.1.57",
44
"description": "Essential JS 2 TreeGrid Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)