Skip to content

Commit 06cb1d6

Browse files
author
pipeline
committed
v20.3.60 is released
1 parent c861af6 commit 06cb1d6

File tree

29 files changed

+177
-25
lines changed

29 files changed

+177
-25
lines changed

components/charts/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
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

Lines changed: 10 additions & 3 deletions
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

Lines changed: 9 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/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.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

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

components/gantt/CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,31 @@
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+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
18+
519
## 20.3.59 (2022-11-29)
620

721
### Gantt
822

923
#### Bug Fixes
1024

25+
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
1126
- `#I419062` - Edit type issue when datasource is undefined issue has been fixed.
1227
- `#I417042` - A console error is thrown when updating the parent task's start date.
1328
- `#I419262` - The dependency line is rendered even after cancel.
1429

15-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
16-
1730
## 20.3.58 (2022-11-22)
1831

1932
### 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-angular-gantt",
3-
"version": "20.3.58",
3+
"version": "20.3.59",
44
"description": "Essential JS 2 Gantt Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)