Skip to content

Commit bbbfb9d

Browse files
author
pipeline
committed
v20.3.58 is released
1 parent 140572a commit bbbfb9d

File tree

38 files changed

+187
-37
lines changed

38 files changed

+187
-37
lines changed

components/buttons/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.58 (2022-11-22)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- The Issue with the checkbox label size in the Fluent theme has been fixed.
12+
513
## 20.3.57 (2022-11-15)
614

715
### Chips

components/buttons/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-buttons",
3-
"version": "20.3.56",
3+
"version": "20.3.57",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.58 (2022-11-22)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I412377` - Now axis labels are placed inside the chart properly.
12+
- `#I412377` - Margin gets added when adding the axes dynamically issue has been fixed .
13+
- `#F178666` - Now the data point aria label is proper.
14+
15+
### Stock Chart
16+
17+
#### Bug Fixes
18+
19+
- `#I418512` - Console error when specifying `labelRotation` for stockchart issue has been fixed.
20+
521
## 20.3.57 (2022-11-15)
622

723
### 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-angular-charts",
3-
"version": "20.3.56",
3+
"version": "20.3.57",
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 Angular",
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+
## 20.3.58 (2022-11-22)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
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.
13+
514
## 20.3.57 (2022-11-15)
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-angular-diagrams",
3-
"version": "20.3.56",
3+
"version": "20.3.57",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.58 (2022-11-22)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I417708` - Comment with multiple paragraph is now exported properly.
12+
- `#I414849` - Textbox with no outline is now exported properly.
13+
- `#I419171` - Resolved the script error while discarding the unposted comment.
14+
- `#I417911` - Resolved the consecutive symbol selection issue while selecting text with white spaces.
15+
- `#I418127` - Image width and height is now resized to fit inside the page width.
16+
- `#I417899` - Table borders are now removed when border style set as none.
17+
- `#I417257` - Ordinal number format is now preserved properly in exported word document.
18+
- `#F178501` - Resolved document corruption issue due to insert revision not serialized properly.
19+
520
## 20.3.57 (2022-11-15)
621

722
### 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.56",
3+
"version": "20.3.57",
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: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22

33
## [Unreleased]
44

5-
## 20.3.57 (2022-11-15)
5+
## 20.3.58 (2022-11-22)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#FB38693` - The issue "Multiselect dropdown icon is not aligned properly" has been resolved.
12+
13+
#### Bug fixes
14+
15+
`#I413545` - The issue "screen reader does not read the first popup element" has been resolved.
16+
17+
18+
## 20.3.56 (2022-11-08)
619

720
### ListBox
821

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.50",
3+
"version": "20.3.56",
44
"description": "Essential JS 2 DropDown Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)