Skip to content

Commit 10c4b0e

Browse files
author
pipeline
committed
v18.2.46 is released
1 parent c2fd730 commit 10c4b0e

File tree

32 files changed

+188
-20
lines changed

32 files changed

+188
-20
lines changed

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.2.46 (2020-07-21)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#285003` - Chart DataSource is not updating when the page has more number of chart issue fixed.
12+
- `#155963` - Added new API showZero to show data labels for value zero.
13+
- `#283698` - point click event is not working in some random cases.
14+
515
## 18.2.45 (2020-07-14)
616

717
- `#278688` - Added sharedTooltipRender event for shared tooltip in blazor.

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.44",
3+
"version": "18.2.45",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 18.2.46 (2020-07-21)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#283962` - The issue of "Content of a text node is being duplicated when nowrap option is set" has been fixed.
12+
- `#282404` - The issue of "Phase header style changes to default style after save and load diagram" has been fixed.
13+
514
## 18.2.45 (2020-07-14)
615

716
### 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.2.44",
3+
"version": "18.2.45",
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,31 @@
22

33
## [Unreleased]
44

5+
## 18.2.46 (2020-07-21)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#284937`- Added API show restrict editing pane.
12+
13+
#### Bug Fixes
14+
15+
- `#284486` - Comment Tab in pane is removed when enable comment is false.
16+
- `#283344` - Resolved the initial delay in pasting images.
17+
- `#282707`,`#284035` - Resolved bullet list exporting issue in MAC devices.
18+
- `#284412` - Comment mark is now deleted properly when comment is deleted.
19+
- `#281339` - Resolved RTL issue when editing a list content.
20+
- `#276616` - Paragraph maintained when inserting text in whole paragraph similar to MS Word.
21+
522
## 18.2.45 (2020-07-14)
623

724
### Document Editor
825

926
#### New Features
1027

1128
- Added API to delete bookmark.
29+
- `#267515`- Added API to get searched item hierarchical index.
1230

1331
#### Bug Fixes
1432

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.44",
3+
"version": "18.2.45",
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/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.44",
3+
"version": "18.2.45",
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.45 (2020-07-14)
5+
## 18.2.44 (2020-07-07)
66

77
### File Manager
88

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.2.44",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/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.46 (2020-07-21)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#276968` - Column misalignment issue after editing has been fixed.
12+
- `F155689` - Issue on expanding records while mapping expand status of record has been fixed.
13+
514
## 18.2.45 (2020-07-14)
615

716
### Gantt

0 commit comments

Comments
 (0)