Skip to content

Commit 4b018b4

Browse files
author
pipeline
committed
v20.2.45 is released
1 parent ef54add commit 4b018b4

File tree

29 files changed

+121
-35
lines changed

29 files changed

+121
-35
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+
## 20.2.45 (2022-08-23)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I397378` - Legend toggle visibility displays diagonal line in chart issue has been fixed.
12+
- `#I396922` - Axis ranges are now refreshing properly after data point dragging.
13+
- `#I397935` - Axis are now rendering properly after legend toggle.
14+
515
## 20.2.44 (2022-08-16)
616

717
### 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": "20.2.43",
3+
"version": "20.2.44",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 20.2.45 (2022-08-23)
6+
7+
### Diagram
8+
9+
#### Bug fixes
10+
11+
- `#I396868` - Now bezier connector rendered properly while drag and drop from palette.
12+
- `#I397678` - Now, the connector is dropped properly inside the swimlane.
13+
- `#I397852` - Now, layers undefined exception will no longer thrown while save and load.
14+
515
## 20.2.44 (2022-08-16)
616

717
### 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": "20.2.43",
3+
"version": "20.2.44",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

5+
## 20.2.45 (2022-08-23)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#F175673` - Resolved search result navigation issue in header/footer.
12+
- `#I390692` - Resolved issue with rendering paragraph border.
13+
- `#I376858` - Resolved script error which scrolling the document.
14+
- `#I376819`,`#I377834` - Resolved script error on accept all/ reject all.
15+
- `#I381509` - Resolved issue with editing floating elements.
16+
- `#I386049` - Font family is now applied properly for selected paragraphs.
17+
- `#I383929` - Resolved issue with applying top border.
18+
- `#I379641`, `#I392674` - Resolved the document layouting issue.
19+
- `#I383391` - Track changes now preserved properly while accepting revisions.
20+
- `#I387206`, `#I379404` - Resolved the table layouting issue.
21+
522
## 20.2.44 (2022-08-16)
623

724
### 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": "20.2.43",
3+
"version": "20.2.44",
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": "20.2.43",
3+
"version": "20.2.44",
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: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,18 @@
88

99
#### Bug Fixes
1010

11-
- `#I394199` - The issue with "Image preview is not loaded while naming folders with special characters in ASP.NET Core File Manager" has been resolved.
12-
13-
### File Manager
14-
15-
#### Bug Fixes
16-
1711
- `#I391992` - The issue with "Getting incorrect folder or file path details in the Node JS file service provider for the File Manager component" has been resolved.
12+
- `#I394199` - The issue with "Image preview is not loaded while naming folders with special characters in ASP.NET Core File Manager" has been resolved.
1813

1914
## 20.2.39 (2022-07-19)
2015

2116
### File Manager
2217

2318
#### Bug Fixes
2419

25-
- `#I391271` - The issue with "Facing an error in the File Manager component while performing the drag and drop with the ID-based providers" has been resolved.
26-
27-
### File Manager
28-
29-
#### Bug Fixes
30-
31-
- `#I385707` - The issue with "Facing error while copying and pasting a folder within another folder in the MVC File Manager component" has been resolved.
32-
33-
### File Manager
34-
35-
#### Bug Fixes
36-
3720
- `#F175723` - The issue with "The File Manager incorrectly shows Type of the selected items when an unidentified file type is selected" has been resolved.
21+
- `#I385707` - The issue with "Facing error while copying and pasting a folder within another folder in the MVC File Manager component" has been resolved.
22+
- `#I391271` - The issue with "Facing an error in the File Manager component while performing the drag and drop with the ID-based providers" has been resolved.
3823

3924
## 19.2.56 (2021-08-17)
4025

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

33
## [Unreleased]
44

5+
## 20.2.45 (2022-08-23)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I389542` - Filter records with hierarchy mode as both shows no record to display issue has been fixed.
12+
513
## 20.2.44 (2022-08-16)
614

715
### Gantt

0 commit comments

Comments
 (0)