Skip to content

Commit b8f2786

Browse files
author
pipeline
committed
v18.3.47 is released
1 parent 1cbd3f2 commit b8f2786

File tree

225 files changed

+1591
-474
lines changed

Some content is hidden

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

225 files changed

+1591
-474
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.44 (2020-10-27)
5+
## 18.3.47 (2020-11-05)
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.44 (2020-10-27)
5+
## 18.3.40 (2020-10-13)
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.44 (2020-10-27)
5+
## 18.3.40 (2020-10-13)
66

77
### Button
88

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

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

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.3.47 (2020-11-05)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#293312` - Waterfall series not working properly for 0 values issue has been fixed.
12+
- `#296989` - PageX and PageY arguments are not available in pie pointClick event issue fixed.
13+
- `#278146` - Scrollbar is not working properly for live data issue has been fixed.
14+
- `#292251, 291578, 292855` - Chart axis label tooltip is getting cropped issue has been fixed.
15+
516
## 18.3.44 (2020-10-27)
617

718
### Chart

components/charts/dist/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.3.47 (2020-11-05)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#293312` - Waterfall series not working properly for 0 values issue has been fixed.
12+
- `#296989` - PageX and PageY arguments are not available in pie pointClick event issue fixed.
13+
- `#278146` - Scrollbar is not working properly for live data issue has been fixed.
14+
- `#292251, 291578, 292855` - Chart axis label tooltip is getting cropped issue has been fixed.
15+
516
## 18.3.44 (2020-10-27)
617

718
### Chart

0 commit comments

Comments
 (0)