Skip to content

Commit aae7463

Browse files
author
pipeline
committed
v17.1.40 is released
1 parent 5c37666 commit aae7463

File tree

116 files changed

+533
-168
lines changed

Some content is hidden

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

116 files changed

+533
-168
lines changed

components/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-base",
3-
"version": "17.1.32",
3+
"version": "17.1.38",
44
"description": "A common package of Essential JS 2 base Vue libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.40 (2019-04-09)
6+
7+
### RadioButton
8+
9+
#### New Features
10+
11+
- Provided `getSelectedValue` method to find the value of selected radio button in a group.
12+
513
## 17.1.1-beta (2019-01-29)
614

715
### Chips

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

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

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

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

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

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

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

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

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

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

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.32",
3+
"version": "17.1.38",
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/buttons/src/chips/chiplist.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class ChipListComponent extends ComponentBase {
6060
return this.ej2Instances.find(fields);
6161
}
6262

63-
public getSelectedChips(): undefined {
63+
public getSelectedChips(): Object | Object {
6464
return this.ej2Instances.getSelectedChips();
6565
}
6666

components/buttons/src/radio-button/radiobutton.component.ts

+3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ export class RadioButtonComponent extends ComponentBase {
7070
return createElement('input', (this as any).$slots.default);
7171
}
7272

73+
public getSelectedValue(): string {
74+
return this.ej2Instances.getSelectedValue();
75+
}
7376
}
7477

7578
export const RadioButtonPlugin = {

components/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-calendars",
3-
"version": "17.1.32",
3+
"version": "17.1.38",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.40 (2019-04-09)
6+
7+
### Accumulation chart
8+
9+
#### Bug Fixes
10+
11+
- Now Accumulation chart is refreshing properly on data change.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- Stacking column is not rendered properly when yvalue in string is fixed.
18+
- Zoomposition is not proper, when the axis is inversed is fixed.
19+
- Multiline label alignment is not proper, when breaking the labels into smaller text issue fixed
20+
521
## 17.1.32-beta (2019-03-13)
622

723
### Chart

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.32",
3+
"version": "17.1.38",
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/circulargauge/package.json

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

components/diagrams/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,40 @@
22

33
## [Unreleased]
44

5+
## 17.1.40 (2019-04-09)
6+
7+
### Diagram
8+
9+
- Z-index for nodes/connectors is now properly updated when rendering the nodes/connectors with same z-index in symbol palette and drag and drop the nodes from the symbol palette to the diagram.
10+
- Now, the connection between the ports has been established when remove the InConnect/OutConnect from node’s constraints.
11+
- Issue with the “Layer’s z-index property and sendLayerBackward/bringLayerForward API methods” has been fixed.
12+
513
## 17.1.38 (2019-03-29)
614

715
### Diagram
816

17+
#### New Features
18+
19+
- Support added to create a swimlane diagram using code or a visual interface with built-in swim lane shapes.
20+
- Support provided to prevent “previous selection gets cleared when dragging a new symbol from the symbol palette and dropping it to the diagram”.
21+
- Support provided to cancel the drag and drop operation from the symbol palette to the diagram when the ESC key is pressed.
22+
- Support provided to define the padding between the connector’s end point and the object to which it gets connected.
23+
- Option has been provided to retain the selection of an object when performing undo and redo operations.
24+
- Option provided to prevent serializing default properties when the diagram is serialized as JSON format.
25+
- Padding option added to scroll settings.
26+
- Now, it is possible to export HTML and native nodes to image format.
27+
- Support provided to limit the number of actions to be stored in the history manager.
28+
929
#### Bug Fixes
1030

1131
- The "nodes distributed incorrectly" issue has been fixed.
1232
- The "duplicate SVG appears when node's SVG is changed" issue has been fixed.
33+
- Drop event is now fixed when drag and drop other component is now working fine.
34+
- Diagram does not zoom based on the center point is now working fine.
35+
- Background color of the label and nodes will be black by default while updating dynamically is now working fine.
36+
- Background color issue found while on text editing is not fixed.
37+
- Connections have created from port after removing the constraints is now working fine.
38+
- Performance issue on diagram layout has been fixed.
1339

1440
## 17.1.32-beta (2019-03-13)
1541

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.32",
3+
"version": "17.1.38",
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class DiagramComponent extends ComponentBase {
5757
return createElement('div', (this as any).$slots.default);
5858
}
5959

60-
public add(obj: Object | Object, group?: boolean): undefined {
60+
public add(obj: Object | Object, group?: boolean): Object | Object {
6161
return this.ej2Instances.add(obj, group);
6262
}
6363

@@ -165,7 +165,7 @@ export class DiagramComponent extends ComponentBase {
165165
return this.ej2Instances.endGroupAction();
166166
}
167167

168-
public exportDiagram(options: Object): undefined {
168+
public exportDiagram(options: Object): string | Object {
169169
return this.ej2Instances.exportDiagram(options);
170170
}
171171

@@ -181,7 +181,7 @@ export class DiagramComponent extends ComponentBase {
181181
return this.ej2Instances.findObjectUnderMouse(objects, action, inAction);
182182
}
183183

184-
public findObjectsUnderMouse(position: Object, source?: Object): undefined {
184+
public findObjectsUnderMouse(position: Object, source?: Object): Object[] {
185185
return this.ej2Instances.findObjectsUnderMouse(position, source);
186186
}
187187

components/documenteditor/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
## [Unreleased]
44

5+
## 17.1.40 (2019-04-09)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- Tab stop width is now calculated properly.
12+
- First page header and footer is now layout properly.
13+
- Scrollbar now updated properly in Internet Explorer.
14+
- Page reload issue on button click is fixed.
15+
16+
## 17.1.38 (2019-03-29)
17+
18+
### Document Editor
19+
20+
#### New Features
21+
22+
- Added API to customize the default character format and paragraph format of document editor.
23+
- Added support to customize context menu.
24+
- Optimized text rendering.
25+
26+
#### Bug Fixes
27+
28+
- Section break is now serialized properly.
29+
530
## 17.1.32-beta (2019-03-13)
631

732
### 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.32",
3+
"version": "17.1.38",
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/documenteditor/src/document-editor/documenteditor.component.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ export class DocumentEditorComponent extends ComponentBase {
6363
return this.ej2Instances.focusIn();
6464
}
6565

66-
public getStyleNames(styleType?: Object): undefined {
66+
public getStyleNames(styleType?: Object): string[] {
6767
return this.ej2Instances.getStyleNames(styleType);
6868
}
6969

70-
public getStyles(styleType?: Object): undefined {
70+
public getStyles(styleType?: Object): Object[] {
7171
return this.ej2Instances.getStyles(styleType);
7272
}
7373

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.40 (2019-04-09)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- Value property passed on form submit issue fixed.
12+
13+
### DropDownList
14+
15+
#### Bug Fixes
16+
17+
- Issue with value selection on disabled dropdown using incremental search has been fixed.
18+
19+
- Clear icon shown when change the value dynamically issue has been fixed.
20+
21+
### MultiSelect
22+
23+
#### Bug Fixes
24+
25+
- Placeholder is not updated properly when unselect all the value issue has been resolved.
26+
527
## 17.1.38 (2019-03-29)
628

729
### ListBox
@@ -435,14 +457,6 @@ The ListBox is a graphical user interface component used to display a list of it
435457
- Multiselect restore value not maintained in `IE` issue has been resolved.
436458
- Multiselect popup not open when update a data via update data.
437459

438-
## 16.2.44 (2018-07-10)
439-
440-
### AutoComplete
441-
442-
#### Bug Fixes
443-
444-
- Html elements are shown during filtering when highlight property is set to true.
445-
446460
## 16.2.43 (2018-07-03)
447461

448462
### MultiSelect

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

components/dropdowns/src/auto-complete/autocomplete.component.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ export class AutoCompleteComponent extends ComponentBase {
8282
return this.ej2Instances.focusOut();
8383
}
8484

85-
public getDataByValue(value: string | number | boolean): undefined {
85+
public getDataByValue(value: string | number | boolean): Object | string | number | boolean {
8686
return this.ej2Instances.getDataByValue(value);
8787
}
8888

89-
public getItems(): undefined {
89+
public getItems(): Object[] {
9090
return this.ej2Instances.getItems();
9191
}
9292

components/dropdowns/src/combo-box/combobox.component.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ export class ComboBoxComponent extends ComponentBase {
8282
return this.ej2Instances.focusOut();
8383
}
8484

85-
public getDataByValue(value: string | number | boolean): undefined {
85+
public getDataByValue(value: string | number | boolean): Object | string | number | boolean {
8686
return this.ej2Instances.getDataByValue(value);
8787
}
8888

89-
public getItems(): undefined {
89+
public getItems(): Object[] {
9090
return this.ej2Instances.getItems();
9191
}
9292

components/dropdowns/src/drop-down-list/dropdownlist.component.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ export class DropDownListComponent extends ComponentBase {
8282
return this.ej2Instances.focusOut();
8383
}
8484

85-
public getDataByValue(value: string | number | boolean): undefined {
85+
public getDataByValue(value: string | number | boolean): Object | string | number | boolean {
8686
return this.ej2Instances.getDataByValue(value);
8787
}
8888

89-
public getItems(): undefined {
89+
public getItems(): Object[] {
9090
return this.ej2Instances.getItems();
9191
}
9292

components/dropdowns/src/list-box/listbox.component.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ export class ListBoxComponent extends ComponentBase {
8282
return this.ej2Instances.enableItems(items, enable);
8383
}
8484

85-
public getDataByValue(value: string | number | boolean): undefined {
85+
public getDataByValue(value: string | number | boolean): Object | string | number | boolean {
8686
return this.ej2Instances.getDataByValue(value);
8787
}
8888

89-
public getItems(): undefined {
89+
public getItems(): Object[] {
9090
return this.ej2Instances.getItems();
9191
}
9292

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

components/dropdowns/src/multi-select/multiselect.component.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ export class MultiSelectComponent extends ComponentBase {
7474
return this.ej2Instances.addItem(items, itemIndex);
7575
}
7676

77-
public getDataByValue(value: string | number | boolean): undefined {
77+
public getDataByValue(value: string | number | boolean): Object | string | number | boolean {
7878
return this.ej2Instances.getDataByValue(value);
7979
}
8080

81-
public getItems(): undefined {
81+
public getItems(): Object[] {
8282
return this.ej2Instances.getItems();
8383
}
8484

@@ -90,7 +90,7 @@ export class MultiSelectComponent extends ComponentBase {
9090
return this.ej2Instances.hideSpinner();
9191
}
9292

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

0 commit comments

Comments
 (0)