Skip to content

Commit 37d8a29

Browse files
author
pipeline
committed
v17.4.46 is released
1 parent 97111f5 commit 37d8a29

File tree

479 files changed

+20069
-641
lines changed

Some content is hidden

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

479 files changed

+20069
-641
lines changed

components/barcodegenerator/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+
## 17.4.46 (2020-01-30)
6+
7+
### Barcode
8+
9+
#### Bug Fixes
10+
11+
- `F150725` - The issue "Barcode Control hasn't rendered in IE11 browser" has been fixed.
12+
513
## 17.2.28-beta (2019-06-27)
614

715
### Barcode

components/barcodegenerator/dist/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+
## 17.4.46 (2020-01-30)
6+
7+
### Barcode
8+
9+
#### Bug Fixes
10+
11+
- `F150725` - The issue "Barcode Control hasn't rendered in IE11 browser" has been fixed.
12+
513
## 17.2.28-beta (2019-06-27)
614

715
### Barcode

components/barcodegenerator/dist/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": "17.2.48",
3+
"version": "17.4.43",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.pkgName = '@syncfusion/ej2-angular-barcode-generator';
4-
exports.pkgVer = '^17.2.48';
4+
exports.pkgVer = '^17.4.43';
55
exports.moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
6-
exports.themeVer = '~17.2.48';
6+
exports.themeVer = '~17.4.43';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-barcode-generator';
2-
export const pkgVer = '^17.2.48';
2+
export const pkgVer = '^17.4.43';
33
export const moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
4-
export const themeVer = '~17.2.48';
4+
export const themeVer = '~17.4.43';

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": "17.2.48",
3+
"version": "17.4.43",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-barcode-generator';
2-
export const pkgVer = '^17.2.48';
2+
export const pkgVer = '^17.4.43';
33
export const moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
4-
export const themeVer = '~17.2.48';
4+
export const themeVer = '~17.4.43';

components/base/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.4.44 (2021-01-21)
5+
## 17.4.46 (2020-01-30)
66

77
### Common
88

components/buttons/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
## [Unreleased]
44

5-
## 17.4.44 (2021-01-21)
5+
## 17.4.46 (2020-01-30)
6+
7+
### Chips
8+
9+
#### New Features
10+
11+
- `#256381` - Now, the `beforeClick` event triggers while clicking the chips.
12+
- `#256381` - Now, the `selectedChips` property maintains the value field that is provided to the chip.
13+
14+
## 17.4.43 (2020-01-14)
615

716
### Button
817

components/buttons/dist/@syncfusion/ej2-angular-buttons.es5.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/buttons/dist/@syncfusion/ej2-angular-buttons.es5.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/buttons/dist/@syncfusion/ej2-angular-buttons.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/buttons/dist/@syncfusion/ej2-angular-buttons.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/buttons/dist/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
## [Unreleased]
44

5-
## 17.4.44 (2021-01-21)
5+
## 17.4.46 (2020-01-30)
6+
7+
### Chips
8+
9+
#### New Features
10+
11+
- `#256381` - Now, the `beforeClick` event triggers while clicking the chips.
12+
- `#256381` - Now, the `selectedChips` property maintains the value field that is provided to the chip.
13+
14+
## 17.4.43 (2020-01-14)
615

716
### Button
817

components/buttons/dist/dist/ej2-angular-buttons.umd.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/buttons/dist/dist/ej2-angular-buttons.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/buttons/dist/dist/ej2-angular-buttons.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/buttons/dist/dist/ej2-angular-buttons.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/buttons/dist/ej2-angular-buttons.metadata.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

components/buttons/dist/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": "17.4.41",
3+
"version": "17.4.43",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.pkgName = '@syncfusion/ej2-angular-buttons';
4-
exports.pkgVer = '^17.4.41';
4+
exports.pkgVer = '^17.4.43';
55
exports.moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
6-
exports.themeVer = '~17.4.41';
6+
exports.themeVer = '~17.4.43';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-buttons';
2-
export const pkgVer = '^17.4.41';
2+
export const pkgVer = '^17.4.43';
33
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
4-
export const themeVer = '~17.4.41';
4+
export const themeVer = '~17.4.43';

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": "17.4.41",
3+
"version": "17.4.43",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-buttons';
2-
export const pkgVer = '^17.4.41';
2+
export const pkgVer = '^17.4.43';
33
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
4-
export const themeVer = '~17.4.41';
4+
export const themeVer = '~17.4.43';

components/buttons/src/chips/chiplist.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ChipList } from '@syncfusion/ej2-buttons';
55
import { ChipsDirective } from './chips.directive';
66

77
export const inputs: string[] = ['avatarIconCss','avatarText','chips','cssClass','enableDelete','enablePersistence','enableRtl','enabled','leadingIconCss','locale','selectedChips','selection','text','trailingIconCss'];
8-
export const outputs: string[] = ['click','created','delete'];
8+
export const outputs: string[] = ['beforeClick','click','created','delete'];
99
export const twoWays: string[] = [''];
1010

1111
/**

components/buttons/src/chips/chips.directive.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';
33

44

55

6-
let input: string[] = ['avatarIconCss', 'avatarText', 'cssClass', 'enabled', 'leadingIconCss', 'text', 'trailingIconCss'];
6+
let input: string[] = ['avatarIconCss', 'avatarText', 'cssClass', 'enabled', 'leadingIconCss', 'text', 'trailingIconCss', 'value'];
77
let outputs: string[] = [];
88
/**
99
* `e-chip` directive represent a chip of the Angular ChipList.
@@ -64,6 +64,11 @@ export class ChipDirective extends ComplexBase<ChipDirective> {
6464
* @default ''
6565
*/
6666
public trailingIconCss: any;
67+
/**
68+
* This value property helps to store the ChipList component values.
69+
* @default ''
70+
*/
71+
public value: any;
6772

6873
constructor(private viewContainerRef:ViewContainerRef) {
6974
super();

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+
## 17.4.46 (2020-01-30)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#260342` - Issue with "datepicker popup not closed while use `shift+tab`" has been resolved.
12+
513
## 17.4.43 (2020-01-14)
614

715
### Calendar

components/calendars/dist/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+
## 17.4.46 (2020-01-30)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#260342` - Issue with "datepicker popup not closed while use `shift+tab`" has been resolved.
12+
513
## 17.4.43 (2020-01-14)
614

715
### Calendar

components/calendars/dist/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": "17.4.43",
3+
"version": "17.4.44",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.pkgName = '@syncfusion/ej2-angular-calendars';
4-
exports.pkgVer = '^17.4.43';
4+
exports.pkgVer = '^17.4.44';
55
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
6-
exports.themeVer = '~17.4.43';
6+
exports.themeVer = '~17.4.44';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-calendars';
2-
export const pkgVer = '^17.4.43';
2+
export const pkgVer = '^17.4.44';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~17.4.43';
4+
export const themeVer = '~17.4.44';

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": "17.4.43",
3+
"version": "17.4.44",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-calendars';
2-
export const pkgVer = '^17.4.43';
2+
export const pkgVer = '^17.4.44';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~17.4.43';
4+
export const themeVer = '~17.4.44';

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+
## 17.4.46 (2020-01-30)
6+
7+
### Chart
8+
9+
#### New Features
10+
11+
- `#260004` - Provided support for polar and radar column spacing.
12+
- `#257784` - Provided support for smart rendering of X-axis rotated labels.
13+
- `#254646` - Provided Before export event support for export in chart.
14+
15+
#### Bug Fixes
16+
17+
- `#260205` - While using animate() method one series is not removed issue is fixed now.
18+
- `#255275` - Console error thrown when changing the trendline type from linear to exponential trendline or other types is fixed now.
19+
520
## 17.4.41 (2020-01-07)
621

722
### Stock Chart

0 commit comments

Comments
 (0)