Skip to content

Commit c8650e1

Browse files
author
pipeline
committed
v17.3.19 is released
1 parent 8994f87 commit c8650e1

Some content is hidden

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

55 files changed

+216
-37
lines changed

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.3.19 (2019-10-22)
6+
7+
### TimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#248416` - In mobile device, TimePicker popup displays in the center of the viewport.
12+
513
## 17.2.49 (2019-09-04)
614

715
### DatePicker

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.3.14",
3+
"version": "17.3.17",
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

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

33
## [Unreleased]
44

5+
## 17.3.19 (2019-10-22)
6+
7+
### Accumulation chart
8+
9+
#### Bug Fixes
10+
11+
- #148287 - Series DataSource change accumulation chart refresh issue fixed.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- #250074 - Label placement between ticks is not working for radar chart issue fixed.
18+
- #251346 - Radar and polar chart of draw type column and stacked column the values are plotted differently issue fixed
19+
520
## 17.3.17 (2019-10-15)
621

722
### 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.3.16",
3+
"version": "17.3.17",
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/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.3.19 (2019-10-22)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#250965` - The performance issue occurs while dragging the diagram elements in flowchart samples has been resolved.
12+
- `#F148052` - The issue "CollectionChange event support while adding lanes at runtime" has been fixed.
13+
- `#250191` - The issue "Exception raised while deleting a node/connector when you set a diagram node/connector Id as a number" has been fixed.
14+
- The issue "Unable to hide a layer at runtime" has been fixed.
15+
516
## 17.3.17 (2019-10-15)
617

718
### Diagram
@@ -16,6 +27,7 @@
1627
- `#F147762` - The issue "Template annotation drawn numerous times during runtime changes" has been fixed.
1728
- `#249484` - The issue "Multi-selected node rotation not rotating based on center" has been resolved.
1829
- `#242645` - The issue "Unable to select a node in swimlane" has been fixed.
30+
- `#249697` - The selection after drag and drop the nodes out side of the diagram region is now working fine.
1931

2032
## 17.3.14 (2019-10-03)
2133

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.14",
3+
"version": "17.3.17",
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

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

33
## [Unreleased]
44

5+
## 17.3.19 (2019-10-22)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#249783` - Added API to set default section format properties.
12+
13+
#### Bug Fixes
14+
15+
- `#249729` - List now updated when copy and paste from outside editor.
16+
- `#249574` - Table now layout properly when resizing table middle column.
17+
- `#249767` - Control elements are now destroyed properly.
18+
- `#250041` - Paragraph formatting is now preserved properly when copy and paste contents.
19+
520
## 17.3.17 (2019-10-15)
621

722
### Document Editor

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

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

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

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

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

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

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

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

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

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

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.3.16",
3+
"version": "17.3.17",
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-container/documenteditorcontainer.component.ts

+4
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ export class DocumentEditorContainerComponent extends ComponentBase {
5858
public setDefaultParagraphFormat(paragraphFormat: Object): void {
5959
return this.ej2Instances.setDefaultParagraphFormat(paragraphFormat);
6060
}
61+
62+
public setDefaultSectionFormat(sectionFormat: Object): void {
63+
return this.ej2Instances.setDefaultSectionFormat(sectionFormat);
64+
}
6165
}
6266

6367
export const DocumentEditorContainerPlugin = {

components/documenteditor/src/document-editor/documenteditor.component.ts

+4
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ export class DocumentEditorComponent extends ComponentBase {
115115
return this.ej2Instances.setDefaultParagraphFormat(paragraphFormat);
116116
}
117117

118+
public setDefaultSectionFormat(sectionFormat: Object): void {
119+
return this.ej2Instances.setDefaultSectionFormat(sectionFormat);
120+
}
121+
118122
public showDialog(dialogType: Object): void {
119123
return this.ej2Instances.showDialog(dialogType);
120124
}

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.3.19 (2019-10-22)
6+
7+
### ListBox
8+
9+
- Drag Event returns null value issue is fixed
10+
511
## 17.3.17 (2019-10-15)
612

713
### MultiSelect

0 commit comments

Comments
 (0)