Skip to content

Commit 009be39

Browse files
author
pipeline
committed
v17.4.41 is released
1 parent 3618e88 commit 009be39

File tree

211 files changed

+1303
-299
lines changed

Some content is hidden

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

211 files changed

+1303
-299
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+
## 17.4.41 (2020-01-07)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `I258967` - Increased `core-js` version from `2.4.1` to `3.4.8` since `[email protected]` version is deprecated.
12+
513
## 17.4.40 (2019-12-24)
614

715
### Common

components/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-base",
3-
"version": "17.4.39",
3+
"version": "17.4.40",
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",
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@syncfusion/ej2-base": "*",
2828
"zone.js": "^0.7.2",
29-
"core-js": "^2.4.1",
29+
"core-js": "^3.4.8",
3030
"reflect-metadata": "^0.1.9",
3131
"rxjs": "^5.0.0"
3232
},

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.41 (2020-01-07)
6+
7+
### Calendar
8+
9+
#### Bug Fixes
10+
11+
- Issue with "change event triggered while again click on the selected month in month view" has been resolved.
12+
513
## 17.4.40 (2019-12-24)
614

715
### DateRangePicker

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.41 (2020-01-07)
6+
7+
### Calendar
8+
9+
#### Bug Fixes
10+
11+
- Issue with "change event triggered while again click on the selected month in month view" has been resolved.
12+
513
## 17.4.40 (2019-12-24)
614

715
### DateRangePicker

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

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

components/charts/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,27 @@
22

33
## [Unreleased]
44

5+
## 17.4.41 (2020-01-07)
6+
7+
### Stock Chart
8+
9+
#### New Features
10+
11+
- `#257199` - Provided support to enable/disable the Date Range Picker in Stock Chart's period selector.
12+
13+
#### Bug Fixes
14+
15+
- `#257199` - Tooltip stops showing after resizing window issue has fixed.
16+
517
## 17.4.40 (2019-12-24)
618

719
### Chart
820

921
#### Bug Fixes
1022

11-
- `#257935` - Axis labels rotated at 90 degree alignment issue now fixed.
23+
- `#149930` - Chart with DataManager in offline mode makes a request to the server for multiple times issue got fixed.
24+
- Issue in Stacking line series with multiple axes is fixed now.
25+
- `#257935` - Alignment issue in axis labels when rotated at 90 degree is fixed now.
1226

1327
## 17.4.39 (2019-12-17)
1428

0 commit comments

Comments
 (0)