Skip to content

Commit 0e61f2f

Browse files
author
pipeline
committed
v18.1.53 is released
1 parent 14a9cb1 commit 0e61f2f

Some content is hidden

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

58 files changed

+227
-54
lines changed

components/buttons/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.1.52 (2020-05-13)
5+
## 18.1.53 (2020-05-19)
66

77
### Chips
88

components/calendars/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-calendars",
3-
"version": "18.1.44",
3+
"version": "18.1.52",
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

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

33
## [Unreleased]
44

5+
## 18.1.53 (2020-05-19)
6+
7+
### Accumulation chart
8+
9+
#### Bug Fixes
10+
11+
- `#153764` - The size of the doughnuts graphs does not display correctly in the Edge browser issue fixed.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- `#273192` - Trendlines are placed behind the series issue has been fixed.
18+
519
## 18.1.52 (2020-05-13)
620

721
### Accumulation chart

components/charts/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-charts",
3-
"version": "18.1.48",
3+
"version": "18.1.52",
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/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.1.48",
3+
"version": "18.1.52",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

5+
## 18.1.53 (2020-05-19)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#272634` - Added API to get hidden bookmark.
12+
13+
#### Bug Fixes
14+
15+
- `#275993` ,`#277160` - Button actions in comments and restrict editing pane will not trigger the form submit events now.
16+
- `#276810` - Table alignment property is now export properly.
17+
- `#277452` - Contents in table is now print properly.
18+
- `#273870` - Bookmarks API will not retrieve bookmark when selection is at end of bookmark.
19+
- `#273913` - Enable/Disable item by index in toolbar is now working properly.
20+
- `#276399` - After copy and paste table, table is now exported properly.
21+
522
## 18.1.52 (2020-05-13)
623

724
### Document Editor

components/documenteditor/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-documenteditor",
3-
"version": "18.1.48",
3+
"version": "18.1.52",
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

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

33
## [Unreleased]
44

5+
## 18.1.53 (2020-05-19)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#273796` - Now, filtering works properly when paste the value in the input element.
12+
13+
- Issue with "clear button is not working properly while enabling filter" has been resolved.
14+
- Issue with "script error occurs while calling the refresh method" has been resolved.
15+
16+
### Dropdown Tree
17+
18+
#### Bug Fixes
19+
20+
- `#274351` - The issue with "The Dropdown Tree initialized value which is not getting it in the form post" has been resolved.
21+
22+
### ListBox
23+
24+
#### New Features
25+
26+
- Provided Placeholder support to filterbar in listbox.
27+
28+
#### Bug Fixes
29+
30+
- Move to and move from throws script error when listbox rendered with item template issue fixed.
31+
532
## 18.1.52 (2020-05-13)
633

734
### ListBox

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

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.1.53 (2020-05-19)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- Resolved the script error thrown from the File Manager component when resizing the window.
12+
513
## 18.1.46 (2020-04-28)
614

715
### File Manager

0 commit comments

Comments
 (0)