Skip to content

Commit 8971c49

Browse files
author
pipeline
committed
v18.2.47 is released
1 parent 10c4b0e commit 8971c49

File tree

30 files changed

+149
-19
lines changed

30 files changed

+149
-19
lines changed

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.2.47 (2020-07-28)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#284735` - Primary y axis Lograthmic values are not rendering based on the data issue fixed.
12+
- `#285055` - When we scroll to end some of the data is missing issue fixed.
13+
514
## 18.2.46 (2020-07-21)
615

716
### 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.45",
3+
"version": "18.2.46",
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.2.45",
3+
"version": "18.2.46",
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.2.47 (2020-07-28)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#280089`, `#283427`, `#250760` - Added event to notify service failure.
12+
13+
#### Bug Fixes
14+
15+
- `#284775` - Resolved table resize enabled issue in protected mode.
16+
- `#282504` - Resolved footer content overlapping issue when inserting image and table in footer.
17+
518
## 18.2.46 (2020-07-21)
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.2.45",
3+
"version": "18.2.46",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 18.2.47 (2020-07-28)
6+
7+
### DropDownList
8+
9+
#### Bug Fixes
10+
11+
- `#277503` - Issue with "sort order is not working for filtering dropdown after adding new item using addItem method" has been resolved.
12+
13+
### ListBox
14+
15+
#### Bug Fixes
16+
17+
- Filtering is not working in IE browser has been fixed.
18+
519
## 18.1.59 (2020-06-23)
620

721
### 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.2.45",
3+
"version": "18.2.46",
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.2.47 (2020-07-28)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- Resolved the issue with the incorrect delete confirmation dialog heading and content of the File Manager component.
12+
513
## 18.2.44 (2020-07-07)
614

715
### File Manager

components/gantt/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.2.47 (2020-07-28)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#284995` - Issue in predecessor lines of exported pdf document has been fixed.
12+
- `#284995` - Content overflow issue in exported pdf document has been fixed.
13+
- `#284052` - Editing issue in Gantt Chart when using DB has been fixed.
14+
15+
#### New Features
16+
17+
- `#280004` - Given support to render edit template fields in Gantt edit dialog.
18+
519
## 18.2.46 (2020-07-21)
620

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

0 commit comments

Comments
 (0)