Skip to content

Commit 9979b90

Browse files
author
pipeline
committed
v17.3.28 is released
1 parent 19d5ae4 commit 9979b90

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

+215
-49
lines changed

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.3.26",
3+
"version": "17.3.27",
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/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.26",
3+
"version": "17.3.27",
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

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

33
## [Unreleased]
44

5+
## 17.3.28 (2019-11-19)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- #252450 - In Polar series, selection did not work while clicking center of the marker which is plotted in the axis line is fixed
12+
- #254803 - While clicking legend corresponding axis of the series will hide now.
13+
- #252450 - Selection applied for marker shadow element is prevented now.
14+
- #255392 - Axis label tooltip not disappeared when the mouse is moved away from chart issue fixed.
15+
- #254710 - Border customization is not applied for legend in scatter chart is fixed.
16+
517
## 17.3.27 (2019-11-12)
618

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

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.3.28 (2019-11-19)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `F149060` - Unable to remove the connector that are drawn at the run time issue has been fixed.
12+
13+
## 17.3.28 (2019-11-19)
14+
15+
### Diagram
16+
17+
#### Bug Fixes
18+
19+
- `#254194` - The issue "when resizing the text node, text content does not wraps with respect to node size" has been fixed.
20+
- `#253742` - The issue "children in the swimlane cannot be selected when resizing the lane, which is outside the view ports" has been fixed.
21+
- `F148797`,`F148792` - The issue with the Swimlane Header annotation styles that are unable to change has been fixed.
22+
523
## 17.3.27 (2019-11-12)
624

725
### 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.3.26",
3+
"version": "17.3.28",
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

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

33
## [Unreleased]
44

5+
## 17.3.28 (2019-11-19)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#246305` - Added API to check whether selection is in field.
12+
- `#246305` - Added API to select the current field if selection is in field.
13+
- `#246305` - Added API to perform delete.
14+
15+
#### Bug Fixes
16+
17+
- `#253511` - Line spacing is now applying properly after set locale to document editor.
18+
- `#254998` , `#251884` - Updated bookmark collection when bookmark gets added.
19+
- `#246264` - Table with vertical merged split cells is now layout properly.
20+
- `#246884` - List is now copied properly.
21+
522
## 17.3.27 (2019-11-12)
623

724
### Document Editor
@@ -15,8 +32,8 @@
1532
- `#251603` - When apply numbering list, continue numbering is now updated properly.
1633
- `#251689` - Resolved script error after cut and undo operation.
1734
- `#250599` - Script error now resolved when deleting page break.
18-
- `#250914`, `#251884` - Updated bookmark collection when bookmark gets removed.
19-
- `#251601` - Scrolling is now proper when mouse move out of document editor.
35+
- `#250914` - Updated bookmark collection when bookmark gets removed.
36+
- `#251606` - Scrolling is now proper when mouse move out of document editor.
2037

2138
## 17.3.26 (2019-11-05)
2239

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.26",
3+
"version": "17.3.27",
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.3.28 (2019-11-19)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#F148867` , `#254713` - The issue with "rendering the `itemTemplate` when value is bound to the control" has been resolved.
12+
13+
### DropDownList
14+
15+
#### Bug Fixes
16+
17+
- Issue with "popup closes on setting invalid value for ID attribute" has been resolved.
18+
519
## 17.3.21 (2019-10-30)
620

721
### ComboBox

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

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.3.28 (2019-11-19)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- #I252873 The issue with ` file search on pressing the enter key` has been fixed.
12+
513
## 17.3.27 (2019-11-12)
614

715
### File Manager

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.3.26",
3+
"version": "17.3.27",
44
"description": "Essential JS 2 FileManager 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.3.28 (2019-11-19)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#242503` - Aggregation not working with the Frozen and Batch Editing issue has been fixed.
12+
- `#254164` - Support for `FilterItemTemplate` function like as `ValueAccessor` is given.
13+
- `#253705` - `Ctrl+A` in Grid does not select the last record in Batch mode issue has been fixed.
14+
- `#253106` - Error thrown on using `setCellValue` method when row drag and drop is enabled issue has been fixed.
15+
- `#253398` - Frozen header height discrepancy when setting `rowHeight` and `allowTextWrap` property issue has been fixed.
16+
- `#252923` - Grid footer element is invisible while dynamically bind the Grid dataSource issue has been fixed.
17+
- `#253614` - Changed the scope of the `filterOperator` variable as public.
18+
519
## 17.3.27 (2019-11-12)
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.

components/grids/dist/es6/ej2-vue-grids.es2015.js

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

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

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

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

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

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

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

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.3.26",
3+
"version": "17.3.27",
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/grids/src/grid/grid.component.ts

+4
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,10 @@ export class GridComponent extends ComponentBase {
229229
return this.ej2Instances.getDataRows();
230230
}
231231

232+
public getFilteredRecords(): Object[] | Object {
233+
return this.ej2Instances.getFilteredRecords();
234+
}
235+
232236
public getFooterContent(): Object {
233237
return this.ej2Instances.getFooterContent();
234238
}

components/inplaceeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-inplace-editor",
3-
"version": "17.3.26",
3+
"version": "17.3.27",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.3.28 (2019-11-19)
6+
7+
### TextBox
8+
9+
#### New Features
10+
11+
- `#226069`, `#247330` - Now, you can add icons to textbox component using `addIcon` method.
12+
13+
#### Bug Fixes
14+
15+
- `#254393` - Issue with "while calling the `focusIn` method, focus is not removed in the textbox even press the tab key or mouse action" has been resolved.
16+
17+
### NumericTextBox
18+
19+
#### Bug Fixes
20+
21+
- `#254252` - Issue with "value not updated properly when set decimal value more than 7" has been resolved.
22+
523
## 17.3.27 (2019-11-12)
624

725
### TextBox

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

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

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

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

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

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

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

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

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

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

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.3.26",
3+
"version": "17.3.27",
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/inputs/src/textbox/textbox.component.ts

+4
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ export class TextBoxComponent extends ComponentBase {
7474
return this.ej2Instances.addAttributes(attributes);
7575
}
7676

77+
public addIcon(position: string, icons: string | string[]): void {
78+
return this.ej2Instances.addIcon(position, icons);
79+
}
80+
7781
public focusIn(): void {
7882
return this.ej2Instances.focusIn();
7983
}

components/layouts/CHANGELOG.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,25 @@
22

33
## [Unreleased]
44

5+
## 17.3.28 (2019-11-19)
6+
7+
### Dashboard Layout
8+
9+
#### Bug Fixes
10+
11+
- `#F149164` - Resolved the issue with panel resizing when more than one Dashboard Layout component is used in a page.
12+
513
## 17.3.27 (2019-11-12)
614

715
### Splitter
816

917
#### Bug Fixes
1018

1119
- `#253345` - The Console error thrown when navigating from splitter component to another page has been resolved.
20+
- `#252410` - Resolved the issue with collapsing panes when set `collapsed` property as true in Splitter.
21+
- `#252410` - Issue with `Expand` public method not working in the splitter has been resolved.
22+
- `#252410` - Resolved the interaction issue with expand and collapse pane.
23+
- `#252195` - The alignment issue with expand and collapse icons in the internet explorer browser has been resolved.
1224

1325
#### New Features
1426

@@ -17,16 +29,6 @@
1729
- `#251791` - Provided the support to use DOM element as pane content by configuring the selector to the content of `paneSettings` property.
1830

1931

20-
## 17.3.21 (2019-10-30)
21-
22-
### Splitter
23-
24-
#### Bug Fixes
25-
26-
- `#252410` - Resolved the issue with collapsing panes when set `collapsed` property as true in Splitter.
27-
- `#252410` - Issue with `Expand` public method not working in the splitter has been resolved.
28-
- `#252195` - The alignment issue with expand and collapse icons in the internet explorer browser has been resolved.
29-
3032
## 17.2.48-beta (2019-08-28)
3133

3234
### Splitter

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.3.26",
3+
"version": "17.3.27",
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.3.27 (2019-11-12)
5+
## 17.3.28 (2019-11-19)
66

77
### ListBox
88

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.3.27 (2019-11-12)
5+
## 17.3.28 (2019-11-19)
66

77
### Tab
88

components/notifications/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.3.27 (2019-11-12)
5+
## 17.3.28 (2019-11-19)
66

77
### Toast
88

0 commit comments

Comments
 (0)