Skip to content

Commit b7cc48c

Browse files
author
pipeline
committed
v17.1.41 is released
1 parent aae7463 commit b7cc48c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+228
-46
lines changed

components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### Common
8+
9+
#### New Features
10+
11+
- #233125 Upgraded Vue Peer Dependency version from 2.5.21 to 2.6.10
12+
513
## 17.1.38 (2019-03-29)
614

715
### Common

components/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"module": "./index.js",
2525
"readme": "ReadMe.md",
2626
"peerDependencies": {
27-
"vue": "2.5.2 - 2.5.21"
27+
"vue": "2.5.2 - 2.6.10"
2828
},
2929
"dependencies": {
3030
"@syncfusion/ej2-base": "*"

components/buttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-buttons",
3-
"version": "17.1.38",
3+
"version": "17.1.40",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- #231875 - Now, you can enable the clear button dynamically after disabled the control.
12+
- #F143747 - Now, you can set min and max value as null dynamically.
13+
14+
### DateTimePicker
15+
16+
#### Bug Fixes
17+
18+
- #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
19+
20+
### DateRangePicker
21+
22+
#### Bug Fixes
23+
24+
- #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
25+
26+
### TimePicker
27+
28+
#### Bug Fixes
29+
30+
- #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
31+
- #231003 Issue with different icon size in bootstrap theme has been fixed.
32+
533
## 17.1.32-beta (2019-03-13)
634

735
### DatePicker

components/calendars/src/calendar/calendar.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export class CalendarComponent extends ComponentBase {
9090
return this.ej2Instances.removeDate(dates);
9191
}
9292

93-
public requiredModules(): undefined {
93+
public requiredModules(): Object[] {
9494
return this.ej2Instances.requiredModules();
9595
}
9696
}

components/calendars/src/datepicker/datepicker.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export class DatePickerComponent extends ComponentBase {
102102
return this.ej2Instances.removeDate(dates);
103103
}
104104

105-
public requiredModules(): undefined {
105+
public requiredModules(): Object[] {
106106
return this.ej2Instances.requiredModules();
107107
}
108108

components/calendars/src/daterangepicker/daterangepicker.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class DateRangePickerComponent extends ComponentBase {
8787
return this.ej2Instances.hide(event);
8888
}
8989

90-
public requiredModules(): undefined {
90+
public requiredModules(): Object[] {
9191
return this.ej2Instances.requiredModules();
9292
}
9393

components/calendars/src/datetimepicker/datetimepicker.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export class DateTimePickerComponent extends ComponentBase {
102102
return this.ej2Instances.removeDate(dates);
103103
}
104104

105-
public requiredModules(): undefined {
105+
public requiredModules(): Object[] {
106106
return this.ej2Instances.requiredModules();
107107
}
108108

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- Support has been provided for multiple export in horizontal mode.
12+
513
## 17.1.40 (2019-04-09)
614

715
### Accumulation chart

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

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

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

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

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

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

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

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

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

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

components/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-charts",
3-
"version": "17.1.38",
3+
"version": "17.1.40",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/src/range-navigator/rangenavigator.component.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ export class RangeNavigatorComponent extends ComponentBase {
5656
return this.ej2Instances.createSecondaryElement();
5757
}
5858

59-
public export(type: Object, fileName: string, orientation?: Object, controls?: undefined[], width?: number, height?: number): void {
60-
return this.ej2Instances.export(type, fileName, orientation, controls, width, height);
59+
public export(type: Object, fileName: string, orientation?: Object, controls?: undefined[], width?: number, height?: number, isVertical?: boolean): void {
60+
return this.ej2Instances.export(type, fileName, orientation, controls, width, height, isVertical);
6161
}
6262

6363
public print(id?: string[] | string | Object): void {

components/diagrams/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### Diagram
8+
9+
- #232371 - Drag and drop the nodes from symbol palette to the diagram will no longer work if the SymbolPalette "allowDrag" property set to false at runtime.
10+
- Now, the connector can be moved over the connection disabled node when drawing the connector using drawing tools.
11+
- #232226 - The issue "Annotation added multiple times in DOM if annotation's text overflow enabled and select the node" has been fixed.
12+
- #232343 - Diagram's selectionChange event is now triggered properly when selecting another node or unselect the selected node in less than 1 second after dragging the node.
13+
- Diagram's propertyChange event is now triggered properly when move the node using keyboard and undo/redo dragged node.
14+
- #233008 - BPMN sequence connector does not move with stroke when its dependent node is moved issue is now fixed.
15+
516
## 17.1.40 (2019-04-09)
617

718
### 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.1.38",
3+
"version": "17.1.40",
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

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- #232616 - Document contents are now exported properly.
12+
- #232616 - Page hang on editing the document is fixed.
13+
- #232327 - Tables are now removed properly.
14+
515
## 17.1.40 (2019-04-09)
616

717
### Document Editor

components/documenteditor/package.json

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

+28
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- #232673 - Issue with browser freeze when clear value using clear button has been fixed.
12+
13+
- #231997 - Issue with duplicate placeholder on multiselect issue has been fixed.
14+
15+
- #232218 - The popup open downward when select the items after scroll the page issue has been resolved.
16+
17+
- #231920 - The Custom value with pre select value not updated when set empty data source issue has been resolved.
18+
19+
### DropDownList
20+
21+
#### Bug Fixes
22+
23+
- #142944 - Item template not loaded, when change the datasource dynamically issue has been resolved.
24+
25+
### ComboBox
26+
27+
#### Bug Fixes
28+
29+
- #225254, #227938 - Template interpolated data not updated while filtering issue has been resolved.
30+
531
## 17.1.40 (2019-04-09)
632

733
### ListBox
@@ -50,6 +76,8 @@ The ListBox is a graphical user interface component used to display a list of it
5076

5177
- Placeholder is not updated properly when removed the value issue has been resolved.
5278

79+
- F143612 - Dropdown icon disappeared when set the lengthy placeholder issue has been fixed.
80+
5381
## 17.1.32-beta (2019-03-13)
5482

5583
### DropDownList

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

components/filemanager/package.json

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

components/grids/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `args.cancel` support for grid `rowDeselecting` event with checkbox selection is provided.
12+
- `rowDeselected` event is misbehaved when performing the grid action with `persistSelection` property is resolved.
13+
- Unable to provide custom format for aggregate columns using tag helpers is resolved.
14+
- When the field for column is ""(not defined) then the column displays as "[object][object]" is resolved.
15+
- Searching is not working when dynamically changing the toolbar tooltip text is resolved.
16+
- Checkbox options in filter dialog misaligns in touch mode is resolved.
17+
518
## 17.1.40 (2019-04-09)
619

720
### 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": "17.1.38",
3+
"version": "17.1.40",
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/inplaceeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.1.40 (2019-04-09)
5+
## 17.1.41 (2019-04-16)
66

77
### In-place Editor
88

@@ -41,6 +41,7 @@
4141
- `space` key action issue is fixed with clicking save and cancel buttons.
4242
- Value persistence issue with `multi-select` when doing cancel action after removing selected item.
4343
- Double-Click issue in IOS device is fixed.
44+
- `Invalid background value` warning thrown in `In-place Editor`, that issue has been fixed.
4445

4546
## 16.4.40-beta (2018-12-10)
4647

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### NumericTextBox
8+
9+
#### Bug Fixes
10+
11+
- #231530 - Now, `change` event trigger when click on clear button.
12+
13+
### TextBox
14+
15+
#### Bug Fixes
16+
17+
- #231530 - Issue with event argument has null value when click on clear button has been fixed.
18+
519
## 17.1.40 (2019-04-09)
620

721
### Uploader

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-inputs",
3-
"version": "17.1.32",
3+
"version": "17.1.40",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-layouts",
3-
"version": "17.1.38",
3+
"version": "17.1.40",
44
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.1.40 (2019-04-09)
5+
## 17.1.41 (2019-04-16)
66

77
### ListBase
88

components/maps/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### Maps
8+
9+
#### Bug Fixes
10+
11+
- #F143717 - The issue "When setting high zoom factor to OpenStreetMap, sub layer is not placed properly" has been fixed".
12+
513
## 17.1.32-beta (2019-03-13)
614

715
### Maps

0 commit comments

Comments
 (0)