Skip to content

Commit e6df418

Browse files
author
pipeline
committed
v18.4.41 is released
1 parent ada6182 commit e6df418

File tree

279 files changed

+1387
-335
lines changed

Some content is hidden

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

279 files changed

+1387
-335
lines changed

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+
## 18.4.41 (2021-02-02)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `I313011` - Increased `peerDependencies` version from `10.1.0` to `11.1.1`.
12+
513
## 18.4.34 (2021-01-12)
614

715
### Common

components/base/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-base",
3-
"version": "18.4.34",
3+
"version": "18.4.39",
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",
@@ -16,12 +16,12 @@
1616
"ng"
1717
],
1818
"peerDependencies": {
19-
"@angular/common": "4.10.0 - 10.1.0",
20-
"@angular/compiler": "4.10.0 - 10.1.0",
21-
"@angular/core": "4.10.0 - 10.1.0",
22-
"@angular/forms": "4.10.0 - 10.1.0",
23-
"@angular/platform-browser": "4.10.0 - 10.1.0",
24-
"@angular/platform-browser-dynamic": "4.10.0 - 10.1.0"
19+
"@angular/common": "4.10.0 - 11.1.1",
20+
"@angular/compiler": "4.10.0 - 11.1.1",
21+
"@angular/core": "4.10.0 - 11.1.1",
22+
"@angular/forms": "4.10.0 - 11.1.1",
23+
"@angular/platform-browser": "4.10.0 - 11.1.1",
24+
"@angular/platform-browser-dynamic": "4.10.0 - 11.1.1"
2525
},
2626
"dependencies": {
2727
"@syncfusion/ej2-base": "*",

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+
## 18.4.41 (2021-02-02)
6+
7+
### CheckBox
8+
9+
#### Bug Fixes
10+
11+
- Issue with click event has been fixed.
12+
513
## 18.4.33 (2021-01-05)
614

715
### CheckBox

components/buttons/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+
## 18.4.41 (2021-02-02)
6+
7+
### CheckBox
8+
9+
#### Bug Fixes
10+
11+
- Issue with click event has been fixed.
12+
513
## 18.4.33 (2021-01-05)
614

715
### CheckBox

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

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.4.33",
3+
"version": "18.4.39",
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.4.33';
2+
export const pkgVer = '^18.4.39';
33
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
4-
export const themeVer = '~18.4.33';
4+
export const themeVer = '~18.4.39';

components/calendars/CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
## [Unreleased]
44

5-
## 18.4.39 (2021-01-28)
6-
7-
### DatePicker
8-
9-
#### Bug Fixes
10-
11-
- `#309782` - Issue with "datepicker popup is not opened when disable the form and enable the datepicker control" has been resolved.
12-
135
## 18.4.34 (2021-01-12)
146

157
### DateTimePicker
@@ -1197,6 +1189,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
11971189
- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.
11981190

11991191

1192+
## 18.4.39 (2021-01-28)
1193+
1194+
### DatePicker
1195+
1196+
#### Bug Fixes
1197+
1198+
- `#309782` - Issue with "datepicker popup is not opened when disable the form and enable the datepicker control" has been resolved.
1199+
12001200
## 18.4.35 (2021-01-19)
12011201

12021202
### Calendar

0 commit comments

Comments
 (0)