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

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

components/calendars/dist/dist/ej2-angular-calendars.umd.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/calendars/dist/dist/ej2-angular-calendars.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/calendars/dist/dist/ej2-angular-calendars.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/calendars/dist/dist/ej2-angular-calendars.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/calendars/dist/ej2-angular-calendars.metadata.json

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

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": "18.4.35",
3+
"version": "18.4.39",
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 = '^18.4.35';
4+
exports.pkgVer = '^18.4.39';
55
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
6-
exports.themeVer = '~18.4.35';
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-calendars';
2-
export const pkgVer = '^18.4.35';
2+
export const pkgVer = '^18.4.39';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~18.4.35';
4+
export const themeVer = '~18.4.39';

components/calendars/dist/styles/bootstrap-dark.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,33 @@ ejs-calendar {
1212
display: block;
1313
}
1414

15+
.e-calendar.e-disabled .e-header .e-prev,
16+
.e-calendar.e-disabled .e-header .e-next {
17+
cursor: default;
18+
pointer-events: none;
19+
-ms-touch-action: none;
20+
touch-action: none;
21+
}
22+
23+
.e-calendar.e-disabled .e-header .e-title {
24+
cursor: default;
25+
pointer-events: none;
26+
-ms-touch-action: none;
27+
touch-action: none;
28+
}
29+
30+
.e-calendar.e-disabled .e-content td {
31+
pointer-events: none;
32+
-ms-touch-action: none;
33+
touch-action: none;
34+
}
35+
36+
.e-calendar.e-disabled .e-btn.e-today {
37+
pointer-events: none;
38+
-ms-touch-action: none;
39+
touch-action: none;
40+
}
41+
1542
.e-calendar,
1643
.e-bigger.e-small .e-calendar {
1744
-webkit-tap-highlight-color: transparent;

components/calendars/dist/styles/bootstrap.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,33 @@ ejs-calendar {
1313
display: block;
1414
}
1515

16+
.e-calendar.e-disabled .e-header .e-prev,
17+
.e-calendar.e-disabled .e-header .e-next {
18+
cursor: default;
19+
pointer-events: none;
20+
-ms-touch-action: none;
21+
touch-action: none;
22+
}
23+
24+
.e-calendar.e-disabled .e-header .e-title {
25+
cursor: default;
26+
pointer-events: none;
27+
-ms-touch-action: none;
28+
touch-action: none;
29+
}
30+
31+
.e-calendar.e-disabled .e-content td {
32+
pointer-events: none;
33+
-ms-touch-action: none;
34+
touch-action: none;
35+
}
36+
37+
.e-calendar.e-disabled .e-btn.e-today {
38+
pointer-events: none;
39+
-ms-touch-action: none;
40+
touch-action: none;
41+
}
42+
1643
.e-calendar,
1744
.e-bigger.e-small .e-calendar {
1845
-webkit-tap-highlight-color: transparent;

components/calendars/dist/styles/bootstrap4.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,33 @@ ejs-calendar {
1313
display: block;
1414
}
1515

16+
.e-calendar.e-disabled .e-header .e-prev,
17+
.e-calendar.e-disabled .e-header .e-next {
18+
cursor: default;
19+
pointer-events: none;
20+
-ms-touch-action: none;
21+
touch-action: none;
22+
}
23+
24+
.e-calendar.e-disabled .e-header .e-title {
25+
cursor: default;
26+
pointer-events: none;
27+
-ms-touch-action: none;
28+
touch-action: none;
29+
}
30+
31+
.e-calendar.e-disabled .e-content td {
32+
pointer-events: none;
33+
-ms-touch-action: none;
34+
touch-action: none;
35+
}
36+
37+
.e-calendar.e-disabled .e-btn.e-today {
38+
pointer-events: none;
39+
-ms-touch-action: none;
40+
touch-action: none;
41+
}
42+
1643
.e-calendar,
1744
.e-bigger.e-small .e-calendar {
1845
-webkit-tap-highlight-color: transparent;

components/calendars/dist/styles/calendar/bootstrap-dark.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,33 @@ ejs-calendar {
1212
display: block;
1313
}
1414

15+
.e-calendar.e-disabled .e-header .e-prev,
16+
.e-calendar.e-disabled .e-header .e-next {
17+
cursor: default;
18+
pointer-events: none;
19+
-ms-touch-action: none;
20+
touch-action: none;
21+
}
22+
23+
.e-calendar.e-disabled .e-header .e-title {
24+
cursor: default;
25+
pointer-events: none;
26+
-ms-touch-action: none;
27+
touch-action: none;
28+
}
29+
30+
.e-calendar.e-disabled .e-content td {
31+
pointer-events: none;
32+
-ms-touch-action: none;
33+
touch-action: none;
34+
}
35+
36+
.e-calendar.e-disabled .e-btn.e-today {
37+
pointer-events: none;
38+
-ms-touch-action: none;
39+
touch-action: none;
40+
}
41+
1542
.e-calendar,
1643
.e-bigger.e-small .e-calendar {
1744
-webkit-tap-highlight-color: transparent;

components/calendars/dist/styles/calendar/bootstrap.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,33 @@ ejs-calendar {
1313
display: block;
1414
}
1515

16+
.e-calendar.e-disabled .e-header .e-prev,
17+
.e-calendar.e-disabled .e-header .e-next {
18+
cursor: default;
19+
pointer-events: none;
20+
-ms-touch-action: none;
21+
touch-action: none;
22+
}
23+
24+
.e-calendar.e-disabled .e-header .e-title {
25+
cursor: default;
26+
pointer-events: none;
27+
-ms-touch-action: none;
28+
touch-action: none;
29+
}
30+
31+
.e-calendar.e-disabled .e-content td {
32+
pointer-events: none;
33+
-ms-touch-action: none;
34+
touch-action: none;
35+
}
36+
37+
.e-calendar.e-disabled .e-btn.e-today {
38+
pointer-events: none;
39+
-ms-touch-action: none;
40+
touch-action: none;
41+
}
42+
1643
.e-calendar,
1744
.e-bigger.e-small .e-calendar {
1845
-webkit-tap-highlight-color: transparent;

0 commit comments

Comments
 (0)