Skip to content

Commit 93afbbf

Browse files
author
pipeline
committed
v17.3.30 is released
1 parent 950c909 commit 93afbbf

34 files changed

+110
-28
lines changed

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.3.30 (2019-12-03)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#256664` - Polar and radar axis labels overlapping with legend issue fixed.
12+
513
## 17.3.28 (2019-11-19)
614

715
### Chart

components/diagrams/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 17.3.30 (2019-12-03)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#256513` - The issue "Not able to determine undo/redo action in the historyChange event" has been fixed.
12+
- `F148889` - The issue with the collectionChange event arguments that do not have parentId information in the element property has been fixed.
13+
- `F148889` - The issue with the TextAnnotation element size that grows on every move has been fixed.
14+
- `F148889` - Exception raises when we clear and change the text of TextAnnotation node and click to focus on other element has been fixed.
15+
- `F148889` - The issue with the Position change event that is not raised properly has been fixed.
16+
517
## 17.3.29 (2019-11-26)
618

719
### Diagram

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": "17.3.28",
3+
"version": "17.3.29",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.29 (2019-11-26)
5+
## 17.3.30 (2019-12-03)
66

77
### Document Editor
88

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.3.30 (2019-12-03)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#F147087` - script error "contains of undefined in ListBox" while rendering the ListBox and multi select in the same router page has been fixed.
12+
513
## 17.3.29 (2019-11-26)
614

715
### AutoComplete
@@ -69,7 +77,6 @@
6977
#### Bug Fixes
7078

7179
- `#F147087` - script error "class List of undefined" while grouping has been fixed.
72-
- `#F147087` - script error "contains of undefined in ListBox" while rendering the ListBox and multi select in the same router page has been fixed.
7380
- `#F147408` - Move To toolbar button not working when loading the list box using `remote data` has been resolved.
7481
- `#249771` - script error while performing the toolbar actions in dual ListBox with `data manager` in `EJ2 MVC` has been resolved
7582

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": "17.3.28",
3+
"version": "17.3.29",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.3.30 (2019-12-03)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#253076` - Accessibility issues in Gantt has been fixed.
12+
513
## 17.3.29 (2019-11-26)
614

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

components/grids/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 17.3.30 (2019-12-03)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#254242` - Provided load event support while performing the export action in Grid.
12+
- `#254782` - Selected rows are deselected when opening Context Menu while having `columnTemplate` in Grid issue has been fixed.
13+
- `#255479` - Multi-sorting is not working in Mac devices issue has been fixed.
14+
15+
#### Breaking Changes
16+
17+
- Now we have passed new properties(such as Grid instance and current column object) on the filter `itemTemplate` arguments, so we have changed the argument structure from data object to complex object like below.
18+
- {parent: Grid,data: Object, column: column}
19+
520
## 17.3.29 (2019-11-26)
621

722
### Grid

components/grids/dist/ej2-vue-grids.umd.min.js

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

components/grids/dist/ej2-vue-grids.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/grids/dist/es6/ej2-vue-grids.es2015.js

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

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

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

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

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

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

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

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": "17.3.28",
3+
"version": "17.3.29",
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/grids/src/grid/grid.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { AggregateColumnsDirective, AggregateColumnDirective, AggregateColumnsPl
77
import { AggregatesDirective, AggregateDirective, AggregatesPlugin, AggregatePlugin } from './aggregates.directive'
88

99

10-
export const properties: string[] = ['aggregates', 'allowExcelExport', 'allowFiltering', 'allowGrouping', 'allowMultiSorting', 'allowPaging', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTextWrap', 'childGrid', 'columnMenuItems', 'columnQueryMode', 'columns', 'contextMenuItems', 'currencyCode', 'dataSource', 'detailTemplate', 'editSettings', 'enableAltRow', 'enableAutoFill', 'enableColumnVirtualization', 'enableHover', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'filterSettings', 'frozenColumns', 'frozenRows', 'gridLines', 'groupSettings', 'height', 'hierarchyPrintMode', 'locale', 'pageSettings', 'pagerTemplate', 'printMode', 'query', 'queryString', 'rowDropSettings', 'rowHeight', 'rowTemplate', 'searchSettings', 'selectedRowIndex', 'selectionSettings', 'showColumnChooser', 'showColumnMenu', 'sortSettings', 'textWrapSettings', 'toolbar', 'toolbarTemplate', 'width', 'actionBegin', 'actionComplete', 'actionFailure', 'batchAdd', 'batchCancel', 'batchDelete', 'beforeBatchAdd', 'beforeBatchDelete', 'beforeBatchSave', 'beforeCopy', 'beforeDataBound', 'beforeExcelExport', 'beforeOpenColumnChooser', 'beforePaste', 'beforePdfExport', 'beforePrint', 'beginEdit', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSave', 'cellSaved', 'cellSelected', 'cellSelecting', 'checkBoxChange', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'commandClick', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataSourceChanged', 'dataStateChange', 'destroyed', 'detailDataBound', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'exportDetailDataBound', 'exportGroupCaption', 'headerCellInfo', 'keyPressed', 'load', 'pdfExportComplete', 'pdfHeaderQueryCellInfo', 'pdfQueryCellInfo', 'printComplete', 'queryCellInfo', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'toolbarClick'];
10+
export const properties: string[] = ['aggregates', 'allowExcelExport', 'allowFiltering', 'allowGrouping', 'allowMultiSorting', 'allowPaging', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTextWrap', 'childGrid', 'columnMenuItems', 'columnQueryMode', 'columns', 'contextMenuItems', 'currencyCode', 'dataSource', 'detailTemplate', 'editSettings', 'enableAltRow', 'enableAutoFill', 'enableColumnVirtualization', 'enableHeaderFocus', 'enableHover', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'filterSettings', 'frozenColumns', 'frozenRows', 'gridLines', 'groupSettings', 'height', 'hierarchyPrintMode', 'locale', 'pageSettings', 'pagerTemplate', 'printMode', 'query', 'queryString', 'rowDropSettings', 'rowHeight', 'rowTemplate', 'searchSettings', 'selectedRowIndex', 'selectionSettings', 'showColumnChooser', 'showColumnMenu', 'sortSettings', 'textWrapSettings', 'toolbar', 'toolbarTemplate', 'width', 'actionBegin', 'actionComplete', 'actionFailure', 'batchAdd', 'batchCancel', 'batchDelete', 'beforeBatchAdd', 'beforeBatchDelete', 'beforeBatchSave', 'beforeCopy', 'beforeDataBound', 'beforeExcelExport', 'beforeOpenColumnChooser', 'beforePaste', 'beforePdfExport', 'beforePrint', 'beginEdit', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSave', 'cellSaved', 'cellSelected', 'cellSelecting', 'checkBoxChange', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'commandClick', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataSourceChanged', 'dataStateChange', 'destroyed', 'detailDataBound', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'exportDetailDataBound', 'exportGroupCaption', 'headerCellInfo', 'keyPressed', 'load', 'pdfExportComplete', 'pdfHeaderQueryCellInfo', 'pdfQueryCellInfo', 'printComplete', 'queryCellInfo', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'toolbarClick'];
1111
export const modelProps: string[] = ['dataSource'];
1212

1313
/**

components/inplaceeditor/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.29 (2019-11-26)
5+
## 17.3.30 (2019-12-03)
66

77
### In-place Editor
88

components/inputs/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.29 (2019-11-26)
5+
## 17.3.30 (2019-12-03)
66

77
### Form Validator
88

components/layouts/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.29 (2019-11-26)
5+
## 17.3.30 (2019-12-03)
66

77
### Dashboard Layout
88

components/notifications/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 17.3.30 (2019-12-03)
6+
7+
### Toast
8+
9+
#### Bug Fixes
10+
11+
`#F149339`, `#256583` - The issue with passing empty string value to cssClass API has been fixed.
12+
13+
514
## 17.3.27 (2019-11-12)
615

716
### Toast

components/pdfviewer/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
## [Unreleased]
44

5+
## 17.3.30 (2019-12-03)
6+
7+
### PDF Viewer
8+
9+
#### New Features
10+
11+
- `#251150` – Provided the support to find the interlinked annotations while selecting the annotations.
12+
- `#243077` , `#241487`, `#244802`, `#252340` – Provided the support for setting the annotation UI properties.
13+
- `#254634` – Provided the support to maintain the aspect ratio for custom stamp annotation.
14+
15+
#### Bug Fixes
16+
17+
- `#253751` – Resolved the typo error in annotation exported data.
18+
- `#255345` – Errors will no longer occur while rendering the annotation in the Firefox browser.
19+
- `#255137` – Errors will no longer occur in mobile view mode if we set the Pan interaction mode.
20+
- `#253704` – The form fields are downloaded properly while loading the PDF document in tab control.
21+
- `#253745` – The annotationAdd and annotationPropertiesChange events are triggered properly for the annotations.
22+
- `#252881` – The toolbar settings property is working for mobile device.
23+
- `#255042`, `#255073` – Errors will no longer occur if the session storage exceeds the maximum limit.
24+
- `#254115`, `#254942` – The annotation modified date is preserved properly in different localization.
25+
- `#256044` – The font family and text alignment are rendered properly from the exported FreeText annotation data.
26+
- `#255124` – The text markup annotations are now added properly if the PDF Viewer element ID contains characters.
27+
528
## 17.3.28 (2019-11-19)
629

730
### PDF Viewer

0 commit comments

Comments
 (0)