Skip to content

Commit 85e495a

Browse files
author
pipeline
committed
v20.4.42 is released
1 parent 422f496 commit 85e495a

File tree

42 files changed

+197
-188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+197
-188
lines changed

components/base/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-base",
3-
"version": "20.4.38",
3+
"version": "20.4.40",
44
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/buttons/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
22

33
## [Unreleased]
44

5-
## 20.4.40 (2022-12-28)
5+
## 20.4.42 (2023-01-04)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- `#I427235` - The issue `cssClass` property not updated properly while string with a white space in the end of the property in checkbox has been fixed.
612

713
### Chips
814

915
#### Bug Fixes
1016

1117
- `#I422262` - Added the aria-disabled attribute to the disabled Chip items.
1218

19+
## 20.4.40 (2022-12-28)
20+
1321
### Floating Action Button `Preview`
1422

1523
The Floating Action Button (FAB) component performs the primary action that appears in front of all screen contents. It can be positioned in relation to a page or a target container.

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": "18.46.0",
3+
"version": "20.4.40",
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/calendars/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.4.42 (2023-01-04)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I424417` - The issue "Browser would hang when entering a large difference between the start and end date values" has been resolved.
12+
513
## 19.3.46 (2021-10-19)
614

715
### TimePicker

components/calendars/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-calendars",
3-
"version": "18.30.7",
3+
"version": "20.4.40",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/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.4.42 (2023-01-04)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F179514` - Now the alignment of text is proper in the header of the tooltip and crosshair tooltip text.
12+
- `#I401851` - Axis title overlaps with axis labels issue has been fixed.
13+
14+
### RangeNavigator
15+
16+
#### Bug Fixes
17+
18+
- `#I413509` - Now period selectors are updating properly for the range selector changes.
19+
520
## 20.4.40 (2022-12-28)
621

722
### 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.7.10",
3+
"version": "20.4.40",
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/circulargauge/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-circulargauge",
3-
"version": "16.40.22",
3+
"version": "20.4.40",
44
"description": "Essential JS 2 CircularGauge Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.42 (2023-01-04)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I426113` - Now, bezier control points dragging is restricted when we hide control points.
12+
- `#I425406` - Now, the bezier segment points are not static when we move connector source or target node.
13+
- `#I422049` - Now, calling doLayout after injecting line routing module working properly.
14+
- `#I421754` - The issue on tooltip relative mode mouse is now working properly.
15+
- `#I423978` - Now, HTML nodes gets update properly in the overview while auto scroll the diagram.
16+
517
## 20.4.40 (2022-12-28)
618

719
### Diagram

components/diagrams/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cd my-app
4141
All Syncfusion Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular diagram package, use the following command.
4242

4343
```bash
44-
npm install @syncfusion/ej2-angular-diagrams
44+
ng add @syncfusion/ej2-angular-diagrams
4545
```
4646

4747
The above command does the below configuration to your Angular app.

0 commit comments

Comments
 (0)