Skip to content

Commit 0f187c5

Browse files
author
pipeline
committed
v18.1.55 is released
1 parent d1c88e3 commit 0f187c5

File tree

35 files changed

+195
-22
lines changed

35 files changed

+195
-22
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.1.54 (2020-05-26)
5+
## 18.1.55 (2020-06-02)
66

77
### Common
88

components/charts/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.55 (2020-06-02)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#277354` - Data labels are getting cropped within the Chart issue fixed.
12+
- `#278138` - Track ball hides in `stacking area` chart issue has been fixed.
13+
- `#278485` - DateTime do not work properly if date time values are on the same day issue fixed.
14+
- `#154240` - Point click not working on some scenarios issue has been fixed.
15+
516
## 18.1.54 (2020-05-26)
617

718
### Stock 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-react-charts",
3-
"version": "18.1.53",
3+
"version": "18.1.54",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 18.1.55 (2020-06-02)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#275092` - The line routing for the organizational chart works now
12+
513
## 18.1.54 (2020-05-26)
614

715
### 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.52",
3+
"version": "18.1.54",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 18.1.55 (2020-06-02)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#247077` - Selection is now updated properly while clicking before merge field.
12+
- `#277357` - Table borders are now rendered properly.
13+
- `#275686` - `contentChange` event will not trigger while switching the layout type.
14+
- `#276616` - Paragraph format now preservers properly while inserting text.
15+
- `#276039` - Adding new comment and replying to old comment is now disable in read only mode.
16+
- `#277959` - Document with shape now imported properly.
17+
- `#153583` - Selection is now updated properly for image inside the bookmark.
18+
519
## 18.1.54 (2020-05-26)
620

721
### 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.53",
3+
"version": "18.1.54",
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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
## [Unreleased]
44

5+
## 18.1.55 (2020-06-02)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
-`#273796` - Now, e-outline class is added to the filter input
12+
13+
14+
### Dropdown Tree
15+
16+
#### Bug Fixes
17+
18+
- `#276800` - The issue with “The selected item is maintained in DOM after clearing the item using clear icon in the Dropdown Tree component” has been resolved.
19+
- `#278072` - The issue with “The Dropdown Tree selected values are not received in the form post back” has been resolved.
20+
- `#274468` - The issue with “The Dropdown Tree popup element is incorrectly positioned when it is rendered inside the Bootstrap dialog” has been fixed.
21+
22+
#### New Features
23+
24+
- `#277378` - Provided the support to reset the values in the Dropdown Tree component when the form reset method is called.
25+
526
## 18.1.53 (2020-05-19)
627

728
### 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.53",
3+
"version": "18.1.54",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 18.1.55 (2020-06-02)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- The issue with "The toolbar is not updated when selecting the root folder in the File Manager component" has been resolved.
12+
513
## 18.1.53 (2020-05-19)
614

715
### File Manager

0 commit comments

Comments
 (0)