Skip to content

Commit f70bbd8

Browse files
author
pipeline
committed
v18.4.31 is released
1 parent a64fe9c commit f70bbd8

File tree

232 files changed

+939
-435
lines changed

Some content is hidden

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

232 files changed

+939
-435
lines changed

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-
## 18.4.30 (2020-12-17)
5+
## 18.4.31 (2020-12-22)
66

77
### Common
88

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+
## 18.4.31 (2020-12-22)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#291772`- Issue with "popup gets closed while dynamically changing the max days property in select event" has been resolved.
12+
513
## 18.3.52 (2020-12-01)
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+
## 18.4.31 (2020-12-22)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#291772`- Issue with "popup gets closed while dynamically changing the max days property in select event" has been resolved.
12+
513
## 18.3.52 (2020-12-01)
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.2.48",
3+
"version": "18.4.30",
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.2.48';
4+
exports.pkgVer = '^18.4.30';
55
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
6-
exports.themeVer = '~17.2.48';
6+
exports.themeVer = '~18.4.30';
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.2.48';
2+
export const pkgVer = '^18.4.30';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~17.2.48';
4+
export const themeVer = '~18.4.30';

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.2.48",
3+
"version": "18.4.30",
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.2.48';
2+
export const pkgVer = '^18.4.30';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~17.2.48';
4+
export const themeVer = '~18.4.30';

components/charts/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.4.30 (2020-12-17)
5+
## 18.4.31 (2020-12-22)
66

77
### Chart
88

components/charts/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.4.30 (2020-12-17)
5+
## 18.4.31 (2020-12-22)
66

77
### Chart
88

0 commit comments

Comments
 (0)