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

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

33
## [Unreleased]
44

5+
## 20.2.45 (2022-08-23)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I388962` - Screen reader reads the expanded row as collapsed issue has been resolved.
12+
- `#I392206` - Provided support to export pdf header with text alignment.
13+
514
## 20.2.44 (2022-08-16)
615

716
### Grid

components/grids/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-grids",
3-
"version": "20.2.43",
3+
"version": "20.2.44",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- `I392686` - Now, the drag and drop between the cards will work fine when showAddButton is enabled with the Kanban columns.
2020
- `I393080` - Now, the column border of the dragged clone cells will render properly.
2121
- `I393078` - Now, the drag and drop between the cards will work fine with out any flickering.
22+
- `#F176345` - Now, the Sort Comparer Function's API link will work properly.
2223

2324
## 20.2.38 (2022-07-12)
2425

components/kanban/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-kanban",
3-
"version": "20.2.43",
3+
"version": "20.2.44",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/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-navigations",
3-
"version": "20.2.43",
3+
"version": "20.2.44",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/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+
## 20.2.45 (2022-08-23)
6+
7+
- `#SF-389679` - Now ,form fields color should not be changed on read only mode.
8+
- `#SF-390997`,`#SF-392717`,`#SF-394607` - The signature is now displayed and properly positioned in read only mode the document that was downloaded.
9+
- `#SF-383430` - Now , form fields does not generate duplicates while using CTRL c and CRTL v.
10+
- `#SF-394763` - Now , form fields is not deleted while trying to delete the text with delete key in property dialog.
11+
- `#SF-394979` - The problem with continuously and programmatically adding a signature image disappearing has been resolved.
12+
- `#SF-397495` - Now the signature and Initial field is visible in chrome downloaded in the PDF Viewer.
13+
- `#F176687` - Now, markup text of Free Text annotation is proper for Arabic text.
14+
- `#SF-394979` - The problem with continuously and programmatically adding a signature image disappearing has been resolved.
15+
- `#SF-386832` - Now if the `zoomMode` is set to `FitToWidth`, we can update or get the form field values properly.
16+
- `#SF-391994` - Now, The document download performance is improved if the PDF document contains above 1000 pages.
17+
518
## 20.2.44 (2022-08-16)
619

720
- `#SF-394274`,`#SF-394827` - Now ,The signature and initial is updated after the 10th page.

components/pdfviewer/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-pdfviewer",
3-
"version": "20.2.43",
3+
"version": "20.2.44",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/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+
### Pivot Table
8+
9+
#### Bug Fixes
10+
11+
- `#I395797` - Text Wrapping is now working properly in the pivot table.
12+
513
## 20.2.43 (2022-08-08)
614

715
### Pivot Table

components/popups/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+
### Tooltip
8+
9+
#### Bug Fixes
10+
11+
- `#I395530` - Issue with 'Unable to set a break within the content of the Tooltip component in order to render text in multiple lines' has been resolved.
12+
513
## 20.2.40 (2022-07-26)
614

715
### Dialog

components/popups/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-popups",
3-
"version": "20.2.40",
3+
"version": "20.2.43",
44
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/querybuilder/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-
## 20.2.44 (2022-08-16)
5+
## 20.2.45 (2022-08-23)
66

77
### QueryBuilder
88

components/richtexteditor/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-
## 20.2.44 (2022-08-16)
5+
## 20.2.45 (2022-08-23)
66

77
### RichTextEditor
88

components/schedule/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-
## 20.2.44 (2022-08-16)
5+
## 20.2.45 (2022-08-23)
66

77
### Schedule
88

components/splitbuttons/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-
## 20.2.44 (2022-08-16)
5+
## 20.2.45 (2022-08-23)
66

77
### DropDownButton
88

components/spreadsheet/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+
### Spreadsheet
8+
9+
#### Bug Fixes
10+
11+
- `#I395418` - Issue with "unable to perform copy and paste actions on the textbox inside the cell template" has been resolved.
12+
513
## 20.2.44 (2022-08-16)
614

715
### Spreadsheet

components/spreadsheet/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-spreadsheet",
3-
"version": "20.2.43",
3+
"version": "20.2.44",
44
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/treegrid/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+
## 20.2.45 (2022-08-23)
6+
7+
### Tree Grid
8+
9+
#### Bug fixes
10+
11+
- `#I387291` - Resolved no records to display when we update the datasource in async way(using Observables).
12+
- `#F174814` , `#I395357` - Resolved expand/collapse icon not visible while initial rendering(using Observables).
13+
514
## 20.2.44 (2022-08-16)
615

716
### Tree Grid

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

0 commit comments

Comments
 (0)