Skip to content

Commit b6b6c9c

Browse files
author
pipeline
committed
v18.1.56 is released
1 parent 0f187c5 commit b6b6c9c

File tree

34 files changed

+221
-20
lines changed

34 files changed

+221
-20
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.55 (2020-06-02)
5+
## 18.1.56 (2020-06-09)
66

77
### Common
88

components/buttons/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.56 (2020-06-09)
6+
7+
### Chips
8+
9+
#### Bug Fixes
10+
11+
- `#278394` - Issue with delete event has been fixed.
12+
513
## 18.1.48 (2020-05-05)
614

715
### Chips

components/charts/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.56 (2020-06-09)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#278688` - Shared Tooltip not visible while using tooltip render event issue fixed.
12+
- `#278311` - Y axis labels get overlapped when using single negative point issue fixed.
13+
- `#154576` - Range Selector doesn't match chart data range for one day issue fixed.
14+
- `#279008` - Cluster selection with 0 values for logarithmic type issue fixed.
15+
16+
### Accumulation chart
17+
18+
#### Bug Fixes
19+
20+
- `#279297` - Height in percentage not working properly is fixed now.
21+
522
## 18.1.55 (2020-06-02)
623

724
### 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.54",
3+
"version": "18.1.55",
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/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.54",
3+
"version": "18.1.55",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

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

722
### Document Editor

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.56 (2020-06-09)
6+
7+
### ComboBox
8+
9+
#### Bug Fixes
10+
11+
- Issue with "select event is not triggered while doing first selection with autofill" has been resolved.
12+
513
## 18.1.55 (2020-06-02)
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.54",
3+
"version": "18.1.55",
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.56 (2020-06-09)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- The issue with "File name is not displayed in the access control error message" has been fixed.
12+
513
## 18.1.55 (2020-06-02)
614

715
### File Manager

components/filemanager/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-filemanager",
3-
"version": "18.1.53",
3+
"version": "18.1.55",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)