Skip to content

Commit 754289d

Browse files
author
pipeline
committed
v18.2.44 is released
1 parent c0320e1 commit 754289d

File tree

767 files changed

+34417
-7081
lines changed

Some content is hidden

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

767 files changed

+34417
-7081
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license).
4545
## Changelog
4646
Check the changelog [here](https://ej2.syncfusion.com/angular/documentation/release-notes?utm_source=npm&utm_campaign=ej2-angular-ui-components)
47-
© Copyright 2018 Syncfusion, Inc. All Rights Reserved.
47+
© Copyright 2020 Syncfusion, Inc. All Rights Reserved.
4848
The Syncfusion Essential Studio license and copyright applies to this distribution.

components/base/CHANGELOG.md

Lines changed: 3 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,58 +2,22 @@
22

33
## [Unreleased]
44

5-
## 18.1.59 (2020-06-23)
5+
## 18.2.44 (2020-07-07)
66

77
### Common
88

99
#### Bug Fixes
1010

11-
- `I275509,I274538,I278435` - Fixed ngFor databinding not worked while dynamically add items.
11+
- `I275509,I274538,I278435` - Fixed ngFor databinding not worked while dynamically add items.
1212

13-
## 18.1.52 (2020-05-13)
13+
## 18.1.42 (2020-04-01)
1414

1515
### Common
1616

1717
#### Bug Fixes
1818

19-
- `I274826` - Resolved `RxJS` is loaded twice from the `ej2-angular-base` issue.
20-
21-
## 18.1.48 (2020-05-05)
22-
23-
### Common
24-
25-
#### Bug Fixes
26-
27-
- `F152141,I269788,F152451` - Resolved root level template properties are not working issue.
28-
29-
## 18.1.46 (2020-04-28)
30-
31-
### Common
32-
33-
#### Bug Fixes
34-
35-
- Resolved value binding not working for form base components inside reactive form.
36-
- `I274487` - Increased `peerDependencies` version from `9.0.2` to `9.1.3`.
37-
- Included `ej2-icons` as dependency.
38-
- Resolved `OnPropertyChange` method is not triggered for complex and collection properties in angular 9.
39-
40-
## 18.1.45 (2020-04-21)
41-
42-
### Common
43-
44-
#### Bug Fixes
45-
46-
- `I269260` - Resolved Spreadsheet cells directive is not rendering properly issue.
4719
- Resolved components not get rendered when we disable IVY in angular 9.
4820

49-
## 18.1.43 (2020-04-07)
50-
51-
### Common
52-
53-
#### Bug Fixes
54-
55-
- `I269775,I151936` - Resolved Grid aggregates directive is not rendering properly issue.
56-
5721
## 18.1.36-beta (2020-03-19)
5822

5923
### Common

components/base/dist/global/blazor/angularbase.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,7 @@ exports.Template = Template;
820820
return exports;
821821

822822
});
823+
sfBlazor.libs.push("angularbase")
823824
sfBlazor.loadDependencies(["base","core"], () => {
824825
sf.angularbase = sf.angularbase({});
825826
});

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": "18.1.52",
3+
"version": "18.1.42",
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/util.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import { EventEmitter } from '@angular/core';
77
export function applyMixins(derivedClass: any, baseClass: any[]): void {
88
baseClass.forEach(baseClass => {
99
Object.getOwnPropertyNames(baseClass.prototype).forEach(name => {
10-
if (!derivedClass.prototype.hasOwnProperty(name) || baseClass.isFormBase) {
10+
if (!derivedClass.prototype.hasOwnProperty(name) || baseClass.isFormBase) {
1111
derivedClass.prototype[name] = baseClass.prototype[name];
12-
}
12+
}
1313
});
1414
});
1515
}

components/buttons/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-
## 18.1.59 (2020-06-23)
5+
## 18.2.44 (2020-07-07)
66

77
### Chips
88

components/buttons/dist/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-
## 18.1.59 (2020-06-23)
5+
## 18.2.44 (2020-07-07)
66

77
### Chips
88

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": "18.1.52",
3+
"version": "18.1.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 = '^18.1.52';
4+
exports.pkgVer = '^18.1.43';
55
exports.moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
6-
exports.themeVer = '~18.1.52';
6+
exports.themeVer = '~18.1.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 = '^18.1.52';
2+
export const pkgVer = '^18.1.43';
33
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
4-
export const themeVer = '~18.1.52';
4+
export const themeVer = '~18.1.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": "18.1.52",
3+
"version": "18.1.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 = '^18.1.52';
2+
export const pkgVer = '^18.1.43';
33
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
4-
export const themeVer = '~18.1.52';
4+
export const themeVer = '~18.1.43';

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.2.44 (2020-07-07)
6+
7+
### DatePicker
8+
9+
#### New Features
10+
11+
- `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
12+
13+
### DateTimePicker
14+
15+
#### New Features
16+
17+
- `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
18+
19+
### TimePicker
20+
21+
#### New Features
22+
23+
- `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
24+
25+
### DateRangePicker
26+
27+
#### New Features
28+
29+
- `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
30+
531
## 18.1.43 (2020-04-07)
632

733
### TimePicker

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

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

components/calendars/dist/@syncfusion/ej2-angular-calendars.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/calendars/dist/@syncfusion/ej2-angular-calendars.js

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

components/calendars/dist/@syncfusion/ej2-angular-calendars.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/calendars/dist/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.2.44 (2020-07-07)
6+
7+
### DatePicker
8+
9+
#### New Features
10+
11+
- `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
12+
13+
### DateTimePicker
14+
15+
#### New Features
16+
17+
- `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
18+
19+
### TimePicker
20+
21+
#### New Features
22+
23+
- `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
24+
25+
### DateRangePicker
26+
27+
#### New Features
28+
29+
- `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
30+
531
## 18.1.43 (2020-04-07)
632

733
### TimePicker

0 commit comments

Comments
 (0)