Skip to content

Commit 8a09fd4

Browse files
author
pipeline
committed
v17.4.40 is released
1 parent 71babc5 commit 8a09fd4

Some content is hidden

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

60 files changed

+264
-53
lines changed

components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.3.16 (2019-10-09)
6-
7-
### Common
8-
9-
#### Bug Fixes
10-
11-
- `248589` -cleared peerDependencies warning.
12-
135
## 17.2.48-beta (2019-08-28)
146

157
### Common

components/base/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-base",
3-
"version": "17.3.19",
3+
"version": "17.4.39",
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",
@@ -24,7 +24,7 @@
2424
"module": "./index.js",
2525
"readme": "ReadMe.md",
2626
"peerDependencies": {
27-
"vue": "2.5.2 - 2.6.10"
27+
"vue": "2.5.2 - 2.5.21"
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.2.48",
3+
"version": "17.4.39",
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

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

33
## [Unreleased]
44

5+
## 17.4.40 (2019-12-24)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- Issue with "popup not opened by using alt + down key while enabling JAWS" has been resolved.
12+
13+
### DateTimePicker
14+
15+
#### Bug Fixes
16+
17+
- `#257448` - Issue with "timepicker popup not destroyed while destroy the datetimepicker on close event" has been resolved.
18+
519
## 17.4.39 (2019-12-17)
620

721
### DateRangePicker

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.2.48",
3+
"version": "17.4.39",
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

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

33
## [Unreleased]
44

5+
## 17.4.40 (2019-12-24)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#257935` - Axis labels rotated at 90 degree alignment issue now fixed.
12+
513
## 17.4.39 (2019-12-17)
614

715
### RangeNavigator

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

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.4.40 (2019-12-24)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#258522` - The issue with the connector that is not attached to the node when we draw a connector at the edge of the port has been fixed.
12+
513
## 17.4.39 (2019-12-17)
614

715
### 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.2.47",
3+
"version": "17.4.39",
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

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

33
## [Unreleased]
44

5+
## 17.4.40 (2019-12-24)
6+
7+
### Document Editor
8+
9+
#### Breaking Changes
10+
11+
- Some locale properties are renamed as below
12+
13+
| Previous | Now |
14+
|---|---|
15+
| Linked(Paragraph and Character) | Linked Style |
16+
| Don't add space between the paragraphs of the same styles | Contextual Spacing |
17+
| The password don't match | Password Mismatch |
18+
| Exceptions (optional) | Exceptions Optional |
19+
| Select parts of the document and choose users who are allowed to freely edit them. | Select Part Of Document And User |
20+
| Yes, Start Enforcing Protection | Enforcing Protection |
21+
| This document is protected from unintentional editing. You may edit in this region. | Protected Document |
22+
| You may format text only with certain styles. | You may format text only with certain styles |
23+
| Type your comment hear | Type your comment here |
24+
| Added comments not posted. If you continue, that comment will be discarded. | Discard Comment |
25+
| Header & Footer | Header And Footer |
26+
| Different header and footer for odd and even pages. | Different header and footer for odd and even pages |
27+
| Different Odd & Even Pages | Different Odd And Even Pages |
28+
| Different header and footer for first page. | Different header and footer for first page |
29+
| Distance from top of the page to top of the header | Distance from top of the page to top of the header |
30+
| Distance from bottom of the page to bottom of the footer. | Distance from bottom of the page to bottom of the footer |
31+
| Insert / Delete | Insert Or Delete |
32+
| Number of heading or outline levels to be shown in table of contents. | Number of heading or outline levels to be shown in table of contents |
33+
| Show page numbers in table of contents. | Show page numbers in table of contents |
34+
| Right align page numbers in table of contents. | Right align page numbers in table of contents |
35+
| Use hyperlinks instead of page numbers. | Use hyperlinks instead of page numbers |
36+
| Bold (Ctrl+B) | Bold Tooltip |
37+
| Italic (Ctrl+I) | Italic Tooltip |
38+
| Underline (Ctrl+U) | Underline Tooltip |
39+
| Superscript (Ctrl+Shift++) | Superscript Tooltip |
40+
| Subscript (Ctrl+=) | Subscript Tooltip |
41+
| Align left (Ctrl+L) | Align left Tooltip |
42+
| Center (Ctrl+E) | Center Tooltip |
43+
| Align right (Ctrl+R) | Align right Tooltip |
44+
| Justify (Ctrl+J) | Justify Tooltip |
45+
| Create a new document. | Create a new document |
46+
| Open a document. | Open a document |
47+
| Undo the last operation (Ctrl+Z). | Undo Tooltip |
48+
| Redo the last operation (Ctrl+Y). | Redo Tooltip |
49+
| Insert inline picture from a file. | Insert inline picture from a file |
50+
| Create a link in your document for quick access to web pages and files (Ctrl+K). | Create Hyperlink |
51+
| Insert a bookmark in a specific place in this document. | Insert a bookmark in a specific place in this document |
52+
| Provide an overview of your document by adding a table of contents. | Provide an overview of your document by adding a table of contents |
53+
| Add or edit the header. | Add or edit the header |
54+
| Add or edit the footer. | Add or edit the footer |
55+
| Open the page setup dialog. | Open the page setup dialog |
56+
| Add page numbers. | Add page numbers |
57+
| Find text in the document (Ctrl+F). | Find Text |
58+
| The current page number in the document. Click or tap to navigate specific page. | Current Page Number |
59+
60+
#### Bug Fixes
61+
62+
- `#255913` - Bookmark is now insert properly in splitted paragraph.
63+
- `#255736` , `#256106` , `#257011` - Context menu is now open in Firefox, Edge and Safari.
64+
- `#254998` - Character format is now apply properly for selected bookmark.
65+
- `#254997`, `#256764`, `#257106` , `#256764` - Paragraph format is now export properly if document contains selection.
66+
- `#255272` - Resolved script error when navigate to bookmark in header.
67+
- `#255188` - Bookmark is now preserved properly in header and footer.
68+
- `#255601` - Bookmark is now select properly after insert text.
69+
- `#256385` - Copy is now working properly in Firefox.
70+
- `#256321` - Auto fit table is now lay-out properly if maximum word width exceeds container width.
71+
- `#256509` - Resolved script error throws on backspace when selection is in bookmark end.
72+
- `#256053` - TOC outline level is now serialized properly on Word export.
73+
- `#256449` - Bullet list is now render properly in IOS chrome and safari.
74+
- `#256099` - List is now apply properly in multilevel list.
75+
- `#256384` - Tab width is now update properly when paragraph contains hanging indent.
76+
577
## 17.4.39 (2019-12-17)
678

779
### 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.3.28",
3+
"version": "17.4.39",
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

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

33
## [Unreleased]
44

5+
## 17.4.40 (2019-12-24)
6+
7+
### DropDownList
8+
9+
#### Bug Fixes
10+
11+
- `#255255` - Issue with "JAWS screen reader does not read the pre-selected value" has been resolved.
12+
13+
### ListBox
14+
15+
#### Bug Fixes
16+
17+
- Issue with Drag and Drop is fixed.
18+
519
## 17.4.39 (2019-12-17)
620

721
### ComboBox

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

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

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

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

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

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

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

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

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

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

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

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';
44
import { ListBox } from '@syncfusion/ej2-dropdowns';
55

66

7-
export const properties: string[] = ['actionFailureTemplate', 'allowDragAndDrop', 'allowFiltering', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterType', 'groupTemplate', 'height', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'noRecordsTemplate', 'query', 'scope', 'selectionSettings', 'sortOrder', 'toolbarSettings', 'value', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeItemRender', 'change', 'created', 'dataBound', 'destroyed', 'drag', 'dragStart', 'drop', 'filtering', 'select'];
7+
export const properties: string[] = ['actionFailureTemplate', 'allowDragAndDrop', 'allowFiltering', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterType', 'groupTemplate', 'height', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'noRecordsTemplate', 'query', 'scope', 'selectionSettings', 'sortOrder', 'toolbarSettings', 'value', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeDrop', 'beforeItemRender', 'change', 'created', 'dataBound', 'destroyed', 'drag', 'dragStart', 'drop', 'filtering', 'select'];
88
export const modelProps: string[] = ['value'];
99

1010
/**
@@ -90,6 +90,10 @@ export class ListBoxComponent extends ComponentBase {
9090
return this.ej2Instances.getDataByValues(value);
9191
}
9292

93+
public getDataList(): undefined[] | string[] | boolean[] | number[] {
94+
return this.ej2Instances.getDataList();
95+
}
96+
9397
public getItems(): Object[] {
9498
return this.ej2Instances.getItems();
9599
}

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.2.48",
3+
"version": "17.4.39",
44
"description": "Essential JS 2 FileManager Component 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.4.40 (2019-12-24)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `F149551` - Handled empty value while editing the numeric edit type field.
12+
513
## 17.4.39 (2019-12-17)
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.30",
3+
"version": "17.4.39",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.4.40 (2019-12-24)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#257521` - Styling issue on Aggregate columns has been fixed.
12+
- `#257192` - Provided cancel support for Sorting action.
13+
- `#253400` - Enabled hovering for whole row in frozen columns.
14+
- `#F136797, #259020` - Script error throws in `IE11` while using `autoGenerated` columns has been resolved.
15+
- `#250970` - Check box as field with header checkbox selection is not working properly has been fixed.
16+
- `#256174` - Select all does not work properly when Grid have empty records with virtual rows in Batch edit has been fixed.
17+
- `#F146375` - Aggregate is not shown in Exported file for Child Grid issue has been fixed.
18+
519
## 17.4.39 (2019-12-17)
620

721
### 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.

0 commit comments

Comments
 (0)