Skip to content

Commit 1f33401

Browse files
author
pipeline
committed
v18.3.42 is released
1 parent 63d30f7 commit 1f33401

File tree

238 files changed

+1792
-245
lines changed

Some content is hidden

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

238 files changed

+1792
-245
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.3.40 (2020-10-13)
5+
## 18.3.42 (2020-10-20)
66

77
### Common
88

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.3.40 (2020-10-13)
5+
## 18.3.42 (2020-10-20)
66

77
### Button
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.3.40 (2020-10-13)
5+
## 18.3.42 (2020-10-20)
66

77
### Button
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.3.42 (2020-10-20)
6+
7+
### Calendar
8+
9+
#### Bug Fixes
10+
11+
- `#292562`- Issue with " isInteracted change event argument return as false while clicking on the today button" has been resolved.
12+
513
## 18.3.40 (2020-10-13)
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+
## 18.3.42 (2020-10-20)
6+
7+
### Calendar
8+
9+
#### Bug Fixes
10+
11+
- `#292562`- Issue with " isInteracted change event argument return as false while clicking on the today button" has been resolved.
12+
513
## 18.3.40 (2020-10-13)
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": "18.3.35",
3+
"version": "18.3.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 = '^18.3.35';
4+
exports.pkgVer = '^18.3.40';
55
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
6-
exports.themeVer = '~18.3.35';
6+
exports.themeVer = '~18.3.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 = '^18.3.35';
2+
export const pkgVer = '^18.3.40';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~18.3.35';
4+
export const themeVer = '~18.3.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": "18.3.35",
3+
"version": "18.3.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 = '^18.3.35';
2+
export const pkgVer = '^18.3.40';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~18.3.35';
4+
export const themeVer = '~18.3.40';

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.3.42 (2020-10-20)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#280301` - Radar and polar chart tooltip cropping issue has been fixed.
12+
- `#290360` - Scrollbar does not work properly on scrolling for `isInversed` issue has been fixed
13+
- `#292937` - Trendlines not working properly while providing maximum value issue has been fixed.
14+
15+
### Sparkline
16+
17+
#### Bug Fixes
18+
19+
- `#264262` - Sparkline column is not proper when `rangepadding` is Normal issue has been fixed.
20+
521
## 18.3.35 (2020-10-01)
622

723
### Stock Chart

components/charts/dist/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.3.42 (2020-10-20)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#280301` - Radar and polar chart tooltip cropping issue has been fixed.
12+
- `#290360` - Scrollbar does not work properly on scrolling for `isInversed` issue has been fixed
13+
- `#292937` - Trendlines not working properly while providing maximum value issue has been fixed.
14+
15+
### Sparkline
16+
17+
#### Bug Fixes
18+
19+
- `#264262` - Sparkline column is not proper when `rangepadding` is Normal issue has been fixed.
20+
521
## 18.3.35 (2020-10-01)
622

723
### Stock Chart

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.3.42 (2020-10-20)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#294515` - This issue "When zoom out the diagram ruler value not update properly' has been fixed.
12+
- `#294604` - This issue "Vertical Scroll bar appears while scroll the diagram" has been fixed.
13+
- `#296511`, `#296304` - The issue "Nodes are not added properly to the newly added lane" has been fixed.
14+
515
## 18.3.40 (2020-10-13)
616

717
### Diagram

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

0 commit comments

Comments
 (0)