Skip to content

Commit 207253c

Browse files
author
pipeline
committed
v20.1.48 is released
1 parent e4ae8b4 commit 207253c

Some content is hidden

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

55 files changed

+492
-55
lines changed

components/barcodegenerator/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-barcode-generator",
3-
"version": "19.3.0",
3+
"version": "20.1.47",
44
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/base/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.1.48 (2022-04-12)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `I365879` - Component tags boolean property not updated properly in Angular 9
12+
513
## 19.1.56 (2021-04-13)
614

715
### Common

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": "19.7.0",
3+
"version": "20.1.47",
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/base/src/complex-array-base.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class ComplexBase<T> {
7070
if (this.directivePropList) {
7171
for (let k: number = 0; k < this.directivePropList.length; k++) {
7272
let dirPropName: string = this.directivePropList[k];
73-
if (propList.indexOf(dirPropName) !== -1 && getValue(dirPropName, this)) {
73+
if (propList.indexOf(dirPropName) !== -1 && (getValue(dirPropName, this) === false || getValue(dirPropName, this))) {
7474
setValue(dirPropName, getValue(dirPropName, this), this.propCollection);
7575
}
7676
}
@@ -266,4 +266,4 @@ export class ArrayBase<T> {
266266
this.list = [];
267267
}
268268

269-
}
269+
}

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.30.0",
3+
"version": "20.1.47",
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/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.27.6",
3+
"version": "20.1.47",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 20.1.48 (2022-04-12)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I369936` - Console error when setting the legend mode as `Point` has been resolved.
12+
- `#I371101` - Now data labels will be rendered without overlapping.
13+
- `#I366649` - Polar Radar not rendered in canvas mode issue has been fixed.
14+
- `#I369616` - Spline curve break when zoom in issue has been fixed.
15+
516
## 20.1.47 (2022-04-04)
617

718
### 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": "1.168.1",
3+
"version": "20.1.47",
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.39.0",
3+
"version": "20.1.47",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 20.1.48 (2022-04-12)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `FB-33350` - Now, Property change event will trigger properly when z-index values are changed.
12+
- `#I372613` - Now, Exporting the diagram as an image will work properly.
13+
514
## 20.1.47 (2022-04-04)
615

716
### Diagram

0 commit comments

Comments
 (0)