Skip to content

Commit 8801b46

Browse files
author
pipeline
committed
v20.3.60 is released
1 parent 1a53e06 commit 8801b46

File tree

28 files changed

+175
-16
lines changed

28 files changed

+175
-16
lines changed

components/calendars/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.3.59 (2022-11-29)
5+
## 20.3.60 (2022-12-06)
66

77
### DateTimePicker
88

components/charts/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 20.3.60 (2022-12-06)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I421349` - Now chart axis is removing properly on dynamic update.
12+
- `#I421251` - Now Pie chart render properly when the width is less than 20% for the parent div.
13+
- `#I421251` - Pie chart gets crashed when setting the datalabel has been fixed.
14+
15+
### RangeNavigator
16+
17+
#### Bug Fixes
18+
19+
- `#I413509` - Now period selectors are updating properly for the range selector changes.
20+
521
## 20.3.58 (2022-11-22)
622

723
### Chart

components/diagrams/CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,26 @@
22

33
## [Unreleased]
44

5-
## 20.3.58 (2022-11-22)
5+
## 20.3.60 (2022-12-06)
66

77
### Diagram
88

99
#### Bug Fixes
1010

11-
- `#I418455` - Now, the resize handle has been rendered properly while set node pivot as 0,0.
12-
- `#I418026` - Now, the annotation for the swimlane child node is updated properly after dragging it outside the swimlane.
1311
- `#FB38642` - Now, the arg cancel property for sourcePoint and targetPoint change is working properly.
1412
- `#I419333` - Now, dragging a object outside the diagram canvas from symbol palette is updated properly.
1513
- `#I397852` - Now, defining connector without source or target id while injecting Line Routing is rendered properly.
1614
- `#I42108` - The issue on hovering the node ports has been resolved.
1715

16+
## 20.3.58 (2022-11-22)
17+
18+
### Diagram
19+
20+
#### Bug Fixes
21+
22+
- `#I418455` - Now, the resize handle has been rendered properly while set node pivot as 0,0.
23+
- `#I418026` - Now, the annotation for the swimlane child node is updated properly after dragging it outside the swimlane.
24+
1825
## 20.3.57 (2022-11-15)
1926

2027
### Diagram

components/documenteditor/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 20.3.60 (2022-12-06)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I418719` - Resolved the issue with removing bookmark element.
12+
- `#I420043` - Table of content (TOC) is now updated properly.
13+
514
## 20.3.59 (2022-11-29)
615

716
### Document Editor

components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-documenteditor",
3-
"version": "20.3.58",
3+
"version": "20.3.59",
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

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.3.60 (2022-12-06)
6+
7+
### AutoComplete
8+
9+
#### Bug Fixes
10+
11+
- `#I420089` - The issue "API documentation broken on autocomplete Component" has been resolved.
12+
513
## 20.3.59 (2022-11-29)
614

715
### ListBox

components/dropdowns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-dropdowns",
3-
"version": "20.3.58",
3+
"version": "20.3.59",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,33 @@
22

33
## [Unreleased]
44

5+
## 20.3.60 (2022-12-06)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I420414` - Unable to disable edit dialog fields in general tab issue has been fixed.
12+
- `#I420280` - The `actionBegin` event receives more records as modified data when a task is resized issue has been fixed.
13+
- `#I420126` - Error thrown when deleting a Unassigned task in the Resource View issue has been fixed.
14+
- `#I415400` - Cell Edit does not save when clicking on the chart side issue has been fixed.
15+
- `#I419273` - End Key not working as expected when selection type set to Both.
16+
17+
- `#I415400` - Cell Edit does not save when clicking on the chart side issue has been fixed.
18+
- `#I420414` - Unable to disable edit dialog fields in general tab issue has been fixed.
19+
- `#I419273` - End Key not working as expected when selection type set to Both.
20+
521
## 20.3.59 (2022-11-29)
622

723
### Gantt
824

925
#### Bug Fixes
1026

27+
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
28+
- `#I419062` - Edit type issue when datasource is undefined issue has been fixed.
29+
- `#I417042` - A console error is thrown when updating the parent task's start date.
30+
- `#I419262` - The dependency line is rendered even after cancel.
31+
1132
- `#I419062` - Edit type issue when datasource is undefined issue has been fixed.
1233
- `#I417042` - A console error is thrown when updating the parent task's start date.
1334
- `#I419262` - The dependency line is rendered even after cancel.

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-gantt",
3-
"version": "20.3.58",
3+
"version": "20.3.59",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 20.3.60 (2022-12-06)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I397543` - Issue with custom toolbar template item in grid has been resolved.
12+
- `#I418069` - Searching issue when clicking search icon in adaptive mode has been fixed.
13+
- `#I417934` - Column Reordering was not working properly after hiding the column has been fixed.
14+
- `#I415585` - When JAWS is running, go to first page and last page buttons are working properly when enter key is pressed after focusing.
15+
516
## 20.3.59 (2022-11-29)
617

718
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-grids",
3-
"version": "20.3.58",
3+
"version": "20.3.59",
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/heatmap/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.3.60 (2022-12-06)
6+
7+
### Heatmap
8+
9+
#### Bug Fixes
10+
11+
- `#I421105` - The axis labels and multilevel labels of the x-axis will be properly spaced.
12+
513
## 20.3.56 (2022-11-08)
614

715
### Heatmap

components/kanban/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 20.3.60 (2022-12-06)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#F178602` - Now, the ability to drag & drop several cards onto the same column works properly.
12+
- `#F178604` - Now, the arrangement of several cards in descending order after drag and drop is now resolved.
13+
514
## 20.3.59 (2022-11-29)
615

716
### Kanban

components/kanban/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-kanban",
3-
"version": "20.3.56",
3+
"version": "20.3.59",
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/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.3.60 (2022-12-06)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#I415237` - The TreeView performance issue in Vue3 framework has been resolved.
12+
513
## 20.3.58 (2022-11-22)
614

715
### Carousel

components/pdfviewer/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 20.3.60 (2022-12-06)
6+
7+
### PDF Viewer
8+
9+
#### New Features
10+
11+
- `#I369895`,`#I403367`,`#I406191` - Now, improvements in text selection `strikethrough` for specific document.
12+
- `#I419679` - Provided the ability to display or hide the `FormDesignerToolbar` after document loading.
13+
14+
#### Bug Fixes
15+
16+
- `#F178453` - Now, cut, copy and paste of form field are working properly on downloading.
17+
518
## 20.3.59 (2022-11-29)
619

720
### PDF Viewer
@@ -17,6 +30,9 @@
1730
- `#I418726` - Now, the draw and image signature is now preserved while changing tabs on mobile devices.
1831
- `#I420588` - Now, the Script error does not occur while printing the document contains signature fields on non-rendered pages.
1932
- `#I420304` - Now, the script error does not occur while updating read only property programmatically.
33+
- `#I416032` - The radio button now triggers the form field click event.
34+
- `#I420423` - Now, the background color of the initial indicator settings is now applied when adding form fields programmatically.
35+
- `#I422736` - Fixed issue with saving PDF document on form fields export.
2036

2137
## 20.3.58 (2022-11-22)
2238

components/pdfviewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-pdfviewer",
3-
"version": "20.3.58",
3+
"version": "20.3.59",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.3.59 (2022-11-29)
5+
## 20.3.60 (2022-12-06)
66

77
### Pivot Table
88

components/popups/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.3.60 (2022-12-06)
6+
7+
### Dialog
8+
9+
#### Bug Fixes
10+
11+
- `#I420756` - Now, the z-index value calculation will function properly when you have multiple dialog elements on the same page.
12+
513
## 20.3.59 (2022-11-29)
614

715
### Dialog

components/popups/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-popups",
3-
"version": "20.3.58",
3+
"version": "20.3.59",
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/progressbar/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.3.60 (2022-12-06)
6+
7+
### ProgressBar
8+
9+
#### Bug Fixes
10+
11+
- `#I420052` - Now progress bar API reference are refreshing properly.
12+
513
## 20.3.57 (2022-11-15)
614

715
### ProgressBar

components/querybuilder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-querybuilder",
3-
"version": "20.3.56",
3+
"version": "20.3.59",
44
"description": "Essential JS 2 QueryBuilder for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/richtexteditor/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 20.3.60 (2022-12-06)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I416708` - Now, pasting the content from MS Word will maintain the DOM structure properly.
12+
- `#I418749` - Now, pasted texts get inside the `contentEditable div` when using the `enterKey` as `BR` or `DIV`.
13+
514
## 20.3.59 (2022-11-29)
615

716
### RichTextEditor
@@ -12,6 +21,7 @@
1221
- `#I412883` - Now, pressing the enter key at the start of the dynamically inserted text works properly.
1322
- `#I412540` - Now, the indentation format is maintained properly when pasting content from MS Word.
1423
- `#I416708` - Now, pressing the backspace key after pasting contents from MS Word works properly.
24+
- `#I417838` - Now, Underline and Strike through toolbar styles will work properly when we change the font size in RTE.
1525

1626
## 20.3.47 (2022-09-29)
1727

components/richtexteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-richtexteditor",
3-
"version": "20.3.56",
3+
"version": "20.3.59",
44
"description": "Essential JS 2 RichTextEditor component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/spreadsheet/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 20.3.60 (2022-12-06)
6+
7+
### Spreadsheet
8+
9+
#### Bug Fixes
10+
11+
- `#I412801` - Issue with "cell text is not displayed while using the custom cell styling in the imported excel file" has been resolved.
12+
13+
- `#I417860` - Issue with "custom function calculated values are not updated properly in the cell data binding" has been resolved.
14+
- `#F179034` - Issue with "script error occurs while clicking the ALT button with `showRibbon` property value as false" has been resolved.
15+
- `#I416351` - Issue with "page gets unresponsive while finding the text that is not available in the worksheet" has been resolved.
16+
517
## 20.3.56 (2022-11-08)
618

719
### Spreadsheet

components/spreadsheet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-spreadsheet",
3-
"version": "20.3.58",
3+
"version": "20.3.59",
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

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.3.60 (2022-12-06)
6+
7+
### Tree Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I419658` - Resolved template column not rendered properly when stacked header enabled.
12+
513
## 20.3.58 (2022-11-22)
614

715
### Tree Grid

0 commit comments

Comments
 (0)