Skip to content

Commit 3b211a8

Browse files
author
pipeline
committed
v18.2.48 is released
1 parent 8971c49 commit 3b211a8

File tree

28 files changed

+131
-18
lines changed

28 files changed

+131
-18
lines changed

components/charts/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.48 (2020-08-04)
6+
7+
### Accumulation chart
8+
9+
#### Bug Fixes
10+
11+
- `#286597` - Tooltip showing out of the chart area issue fixed.
12+
513
## 18.2.47 (2020-07-28)
614

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

33
## [Unreleased]
44

5+
## 18.2.48 (2020-08-04)
6+
7+
### Diagram
8+
9+
#### New Features
10+
11+
- `#276871` - support to add symbol description for symbols in palette.
12+
13+
#### Bug Fixes
14+
15+
- `#264082` - The issue of "Sometimes difficult to make the connection to a port when set ConnectToNearByNode constraints" has been fixed.
16+
- `#283092` - The issue of "Exception throws when try to append a new diagram at run time In IE11" has been fixed.
17+
- `#281759` - The issue of "SVG node do not gets visible in diagram" has been fixed.
18+
- `#284823` - The issue of "DataLoaded event do not gets trigger after data loaded" has been fixed.
19+
520
## 18.2.46 (2020-07-21)
621

722
### Diagram

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.2.46",
3+
"version": "18.2.47",
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.2.48 (2020-08-04)
6+
7+
### ListBox
8+
9+
#### New Features
10+
11+
- `#285392` - Enable / disable list items based on unique value support provided.
12+
13+
### Dropdown Tree
14+
15+
#### Bug Fixes
16+
17+
- The accessibility issue with “The Dropdown Tree text is not reading properly when enabling the multi-selection support” has been resolved.
18+
19+
### MultiSelect
20+
21+
#### Bug Fixes
22+
23+
`#285164`, `#277294` - Issue with "First list item got selected while pressing space key in the MultiSelect along with checkbox mode and remote data" has been resolved.
24+
25+
526
## 18.2.47 (2020-07-28)
627

728
### DropDownList

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.2.46",
3+
"version": "18.2.47",
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.2.47 (2020-07-28)
5+
## 18.2.48 (2020-08-04)
66

77
### File Manager
88

components/gantt/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.2.48 (2020-08-04)
6+
7+
### Gantt
8+
9+
#### New Features
10+
11+
- `#287282` - Provided support to change viewType of Gantt dynamically.
12+
13+
#### Bug Fixes
14+
15+
- `#285626` - Console error while rendering multiple Gantt has been fixed.
16+
- `#285749` - Issue on parent progress calculation while delete child record has been fixed.
17+
518
## 18.2.47 (2020-07-28)
619

720
### Gantt

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

components/grids/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.2.48 (2020-08-04)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#155948` - Grid pager text issue has been fixed.
12+
- `#285963, #282379` - Provided catch exception for pdf exporting using custom datasource.
13+
- `#286379` - `rowSelected` event arguments in row data, issue has been fixed.
14+
- `#286293` - Excel export `aggregations` misalignment while using the command column, issue has been fixed.
15+
- `#156328` - `Filterbar` operator alignment issue has been fixed.
16+
- `#273866` - Column resize icon issue has been fixed.
17+
518
## 18.2.47 (2020-07-28)
619

720
### Grid

0 commit comments

Comments
 (0)