Skip to content

Commit 872b485

Browse files
author
pipeline
committed
v18.2.47 is released
1 parent c674ddc commit 872b485

40 files changed

+249
-29
lines changed

components/base/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 18.2.46 (2020-07-21)
5+
## 18.2.47 (2020-07-28)
66

77
### Common
88

components/charts/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 18.2.47 (2020-07-28)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#284735` - Primary y axis Lograthmic values are not rendering based on the data issue fixed.
12+
- `#285055` - When we scroll to end some of the data is missing issue fixed.
13+
514
## 18.2.46 (2020-07-21)
615

716
### Chart

components/charts/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-charts",
3-
"version": "18.2.45",
3+
"version": "18.2.46",
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",
@@ -61,6 +61,12 @@
6161
"@types/jasmine-ajax": "^3.1.27",
6262
"@types/requirejs": "^2.1.26",
6363
"vue": "2.5.2 - 2.5.21",
64+
"rollup": "^0.51.3",
65+
"rollup-plugin-commonjs": "^8.2.6",
66+
"rollup-plugin-node-resolve": "^3.0.0",
67+
"rollup-plugin-sourcemaps": "^0.4.2",
68+
"rollup-plugin-typescript": "^0.8.1",
69+
"rollup-plugin-uglify": "^2.0.1",
6470
"es6-promise": "^3.2.1",
6571
"gulp": "^3.9.1",
6672
"gulp-sass": "^3.1.0",

components/diagrams/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-diagrams",
3-
"version": "18.2.45",
3+
"version": "18.2.46",
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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 18.2.47 (2020-07-28)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#280089`, `#283427`, `#250760` - Added event to notify service failure.
12+
13+
#### Bug Fixes
14+
15+
- `#284775` - Resolved table resize enabled issue in protected mode.
16+
- `#282504` - Resolved footer content overlapping issue when inserting image and table in footer.
17+
518
## 18.2.46 (2020-07-21)
619

720
### Document Editor
@@ -19,6 +32,12 @@
1932
- `#281339` - Resolved RTL issue when editing a list content.
2033
- `#276616` - Paragraph maintained when inserting text in whole paragraph similar to MS Word.
2134

35+
- `#284486` - Comment Tab in pane is removed when enable comment is false.
36+
- `#283344` - Resolved the initial delay in pasting images.
37+
- `#282707`,`#284035` - Resolved bullet list exporting issue in MAC devices.
38+
- `#284412` - Comment mark is now deleted properly when comment is deleted.
39+
- `#281339` - Resolved RTL issue when editing a list content.
40+
2241
## 18.2.45 (2020-07-14)
2342

2443
### Document Editor

components/documenteditor/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-documenteditor",
3-
"version": "18.2.45",
3+
"version": "18.2.46",
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",
@@ -41,6 +41,12 @@
4141
"@types/jasmine-ajax": "^3.1.27",
4242
"@types/requirejs": "^2.1.26",
4343
"vue": "2.5.2 - 2.5.21",
44+
"rollup": "^0.51.3",
45+
"rollup-plugin-commonjs": "^8.2.6",
46+
"rollup-plugin-node-resolve": "^3.0.0",
47+
"rollup-plugin-sourcemaps": "^0.4.2",
48+
"rollup-plugin-typescript": "^0.8.1",
49+
"rollup-plugin-uglify": "^2.0.1",
4450
"es6-promise": "^3.2.1",
4551
"gulp": "^3.9.1",
4652
"gulp-sass": "^3.1.0",

components/dropdowns/CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22

33
## [Unreleased]
44

5-
## 18.2.46 (2020-07-21)
5+
## 18.2.47 (2020-07-28)
66

77
### DropDownList
88

99
#### Bug Fixes
1010

11-
- `#275281` - Now popup renders relative to the dropdown input element when position the control in the extreme right corner of the view port.
11+
- `#277503` - Issue with "sort order is not working for filtering dropdown after adding new item using addItem method" has been resolved.
12+
13+
### ListBox
14+
15+
#### Bug Fixes
16+
17+
- Filtering is not working in IE browser has been fixed.
1218

1319
## 18.1.59 (2020-06-23)
1420

@@ -1523,3 +1529,11 @@ DropDownList component contains a list of predefined values from which a single
15231529
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.
15241530

15251531

1532+
## 18.2.46 (2020-07-21)
1533+
1534+
### DropDownList
1535+
1536+
#### Bug Fixes
1537+
1538+
- `#275281` - Now popup renders relative to the dropdown input element when position the control in the extreme right corner of the view port.
1539+

components/dropdowns/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-dropdowns",
3-
"version": "18.2.45",
3+
"version": "18.2.46",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -45,6 +45,12 @@
4545
"@types/jasmine-ajax": "^3.1.27",
4646
"@types/requirejs": "^2.1.26",
4747
"vue": "2.5.2 - 2.5.21",
48+
"rollup": "^0.51.3",
49+
"rollup-plugin-commonjs": "^8.2.6",
50+
"rollup-plugin-node-resolve": "^3.0.0",
51+
"rollup-plugin-sourcemaps": "^0.4.2",
52+
"rollup-plugin-typescript": "^0.8.1",
53+
"rollup-plugin-uglify": "^2.0.1",
4854
"es6-promise": "^3.2.1",
4955
"gulp": "^3.9.1",
5056
"gulp-sass": "^3.1.0",

components/filemanager/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 18.2.47 (2020-07-28)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- Resolved the issue with the incorrect delete confirmation dialog heading and content of the File Manager component.
12+
513
## 18.2.44 (2020-07-07)
614

715
### File Manager

components/filemanager/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
"@types/jasmine-ajax": "^3.1.27",
4343
"@types/requirejs": "^2.1.26",
4444
"vue": "2.5.2 - 2.5.21",
45+
"rollup": "^0.51.3",
46+
"rollup-plugin-commonjs": "^8.2.6",
47+
"rollup-plugin-node-resolve": "^3.0.0",
48+
"rollup-plugin-sourcemaps": "^0.4.2",
49+
"rollup-plugin-typescript": "^0.8.1",
50+
"rollup-plugin-uglify": "^2.0.1",
4551
"es6-promise": "^3.2.1",
4652
"gulp": "^3.9.1",
4753
"gulp-sass": "^3.1.0",

components/gantt/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 18.2.47 (2020-07-28)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#284995` - Issue in predecessor lines of exported pdf document has been fixed.
12+
- `#284995` - Content overflow issue in exported pdf document has been fixed.
13+
- `#284052` - Editing issue in Gantt Chart when using DB has been fixed.
14+
15+
#### New Features
16+
17+
- `#280004` - Given support to render edit template fields in Gantt edit dialog.
18+
519
## 18.2.46 (2020-07-21)
620

721
### Gantt

components/gantt/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-gantt",
3-
"version": "18.2.45",
3+
"version": "18.2.46",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -41,6 +41,12 @@
4141
"@types/jasmine-ajax": "^3.1.27",
4242
"@types/requirejs": "^2.1.26",
4343
"vue": "2.5.2 - 2.5.21",
44+
"rollup": "^0.51.3",
45+
"rollup-plugin-commonjs": "^8.2.6",
46+
"rollup-plugin-node-resolve": "^3.0.0",
47+
"rollup-plugin-sourcemaps": "^0.4.2",
48+
"rollup-plugin-typescript": "^0.8.1",
49+
"rollup-plugin-uglify": "^2.0.1",
4450
"es6-promise": "^3.2.1",
4551
"gulp": "^3.9.1",
4652
"gulp-sass": "^3.1.0",

components/grids/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## [Unreleased]
44

5+
## 18.2.47 (2020-07-28)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#279922` - `Frozen` columns Border issue has been fixed.
12+
- `#284955` - cell focusing in `Batch` mode issue has been fixed.
13+
- `#285597, #155910` - Aggregate cell alignment issue has been fixed.
14+
- `#286012` - Page number style in `Pdf` footer issue has been fixed.
15+
- `#15777` - Multiple selection in row drag and drop issue has been resolved.
16+
- `#281447` - Provided `dataStateChange` event support for menu and excel filter autocomplete control.
17+
- `#285669, #284890` - Column reordering issue with custom binding has been fixed.
18+
19+
#### New Features
20+
21+
- `#284752` - Provided `pdfAggregateQueryCellInfo` and `excelAggregateQueryCellInfo` event to customize the aggregate cell before exporting .
22+
523
## 18.2.46 (2020-07-21)
624

725
### Grid

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/grids/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-grids",
3-
"version": "18.2.45",
3+
"version": "18.2.46",
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",
@@ -43,6 +43,12 @@
4343
"@types/jasmine-ajax": "^3.1.27",
4444
"@types/requirejs": "^2.1.26",
4545
"vue": "2.5.2 - 2.5.21",
46+
"rollup": "^0.51.3",
47+
"rollup-plugin-commonjs": "^8.2.6",
48+
"rollup-plugin-node-resolve": "^3.0.0",
49+
"rollup-plugin-sourcemaps": "^0.4.2",
50+
"rollup-plugin-typescript": "^0.8.1",
51+
"rollup-plugin-uglify": "^2.0.1",
4652
"es6-promise": "^3.2.1",
4753
"gulp": "^3.9.1",
4854
"gulp-sass": "^3.1.0",

0 commit comments

Comments
 (0)