Skip to content

Commit 2ed1819

Browse files
author
pipeline
committed
v18.1.52 is released
1 parent a65770d commit 2ed1819

39 files changed

+183
-29
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.48 (2020-05-05)
5+
## 18.1.52 (2020-05-13)
66

77
### Chips
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.52 (2020-05-13)
6+
7+
### Accumulation chart
8+
9+
#### Bug Fixes
10+
11+
- `#I273694` - Legend paging issue when legend position in Right side fixed.
12+
513
## 18.1.48 (2020-05-05)
614

715
### Chart
816

917
#### Bug Fixes
1018

1119
- `#273192` - Trendlines are short and have the wrong slope direction issue fixed.
20+
- `#267962` - when using react parcel, chart throws console error issue fixed.
1221

1322
## 18.1.45 (2020-04-21)
1423

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-react-charts",
3-
"version": "18.1.45",
3+
"version": "18.1.48",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.52 (2020-05-13)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `273484` - Issue with state of event while the connector is being dragged is now resolved.
12+
- `274485` - Issue with dynamically added swimlane addInfo has been fixed.
13+
- `264654` - Console exception with cloning phase of swimlane is now resolved.
14+
- `275032` - Console exception while editing the annotation of node is resolved.
15+
516
## 18.1.48 (2020-05-05)
617

718
### Diagram

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-react-diagrams",
3-
"version": "18.1.46",
3+
"version": "18.1.48",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.52 (2020-05-13)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#267067`,`#267934` - Added API to customize font family dropdown.
12+
13+
#### Bug Fixes
14+
15+
- `#271375` - Resolved table layout issue when table contain vertical merged cells.
16+
- `#252868` - Resolved script error when minimize row height.
17+
518
## 18.1.48 (2020-05-05)
619

720
### 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-react-documenteditor",
3-
"version": "18.1.46",
3+
"version": "18.1.48",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/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.52 (2020-05-13)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- Move to and move from throws script error when listbox rendered with item template issue fixed.
12+
513
## 18.1.48 (2020-05-05)
614

715
### MultiSelect

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

components/filemanager/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.48 (2020-05-05)
5+
## 18.1.46 (2020-04-28)
66

77
### File Manager
88

0 commit comments

Comments
 (0)