Skip to content

Commit 4605e0d

Browse files
author
pipeline
committed
v17.2.46 is released
1 parent 1a74358 commit 4605e0d

Some content is hidden

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

53 files changed

+192
-37
lines changed

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.36",
3+
"version": "17.2.41",
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/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.2.46 (2019-08-22)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#245696`,`#245047`,`#244836` - Now, the Angular diagram will be rendered properly when we set the target as es6/es2015 in ts.config file.
12+
513
## 17.2.41 (2019-08-14)
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.40",
3+
"version": "17.2.41",
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/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.2.40",
3+
"version": "17.2.41",
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

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

33
## [Unreleased]
44

5+
## 17.2.46 (2019-08-22)
6+
7+
### ListBox
8+
9+
#### New Features
10+
11+
- `#237694` - provided maximum selection limit option for ListBox.
12+
513
## 17.2.41 (2019-08-14)
614

715
### MultiSelect

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

+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.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

+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.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.40",
3+
"version": "17.2.41",
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

+1-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', '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', 'beforeItemRender', 'change', 'created', 'dataBound', 'destroyed', 'drag', 'dragStart', 'drop', 'filtering', 'select'];
88
export const modelProps: string[] = ['value'];
99

1010
/**

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.2.46 (2019-08-22)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `F145733` - Alignment issue with header and rows on splitter resizing has been fixed.
12+
- `F146641` - Issue with indicators tooltip support has been fixed.
13+
14+
- `F145733` - Alignment issue with header and rows on splitter resizing has been fixed.
15+
516
## 17.2.41 (2019-08-14)
617

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

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.2.39",
3+
"version": "17.2.41",
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/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.2.46 (2019-08-22)
6+
7+
### Slider
8+
9+
#### Bug Fixes
10+
11+
- `I240495` - Ticks rendering issue in the vertical slider has been fixed.
12+
513
## 17.2.41 (2019-08-14)
614

715
### NumericTextBox

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.2.40",
3+
"version": "17.2.41",
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/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.2.46 (2019-08-22)
6+
7+
### Splitter
8+
9+
#### Bug Fixes
10+
11+
- #245067 - Resolved the issue with pane resizing on rendering nested split panes.
12+
513
## 17.2.41 (2019-08-14)
614

715
### Dashboard Layout
@@ -16,6 +24,7 @@
1624

1725
- #243003 - Resolved the issue with enabling expand and collapse arrow based on collapsible property.
1826
- #243007 - The issue "Collapsing and expanding splitter control does not return to original state" has been resolved.
27+
- #244847 - The issue "Split panes are not resized properly on window resizing" has been resolved.
1928

2029
## 17.2.40 (2019-08-06)
2130

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.2.40",
3+
"version": "17.2.41",
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/maps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-maps",
3-
"version": "17.2.40",
3+
"version": "17.2.41",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-navigations",
3-
"version": "17.2.40",
3+
"version": "17.2.41",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.2.46 (2019-08-22)
6+
7+
### PDF Viewer
8+
9+
#### Breaking Changes
10+
11+
- The following API is renamed.
12+
13+
| Existing API name | New API Name |
14+
|---|---|
15+
| toolbarItem | toolbarItems |
16+
17+
#### New Features
18+
19+
-#223065’, ‘#234860’, ‘#241770’, ‘#241487’, ‘#229426’, ‘#244801’ – Provided the support for importing and exporting the annotation details as a JSON object.
20+
21+
#### Bug Fixes
22+
23+
-#243837’ – Exception will no longer be thrown while loading the PDF document as FileStream.
24+
25+
## 17.2.41 (2019-08-14)
26+
27+
### PDF Viewer
28+
29+
#### Bug Fixes
30+
31+
- #241487, #243077 - Annotation author name is now updated properly in the comment panel.
32+
- #242804 - The Bookmark's destination value is now maintained properly during navigation.
33+
- #241487 - The provided PDF document will now be loaded properly in the PDF Viewer control.
34+
- #244437 - Resolved the typo errors in the PDF Viewer toolbar content.
35+
- #244654 - The editAnnotation API is now working properly.
36+
- #243134 - The PDF documents load properly when render the PDF Viewer control under multiple tab with fitToPage view mode during initial loading.
37+
538
## 17.2.40 (2019-08-06)
639

740
### PDF Viewer

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

+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)