Skip to content

Commit 5799675

Browse files
author
pipeline
committed
v18.3.50 is released
1 parent eda7cf8 commit 5799675

File tree

145 files changed

+497
-145
lines changed

Some content is hidden

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

145 files changed

+497
-145
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.48 (2020-11-11)
5+
## 18.3.50 (2020-11-17)
66

77
### Common
88

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.50 (2020-11-17)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#295905` - Corner radius is not proper for value zero issue has been fixed.
12+
- `#296280` - Chart legend is not hidden while visible property is set as false in button click issue has been fixed.
13+
- `#285055` - Lazy load in the Chart is not working properly issue fixed.
14+
- `#157667` - point click is not working for low values in column chart issue has been fixed.
15+
516
## 18.3.48 (2020-11-11)
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.50 (2020-11-17)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#295905` - Corner radius is not proper for value zero issue has been fixed.
12+
- `#296280` - Chart legend is not hidden while visible property is set as false in button click issue has been fixed.
13+
- `#285055` - Lazy load in the Chart is not working properly issue fixed.
14+
- `#157667` - point click is not working for low values in column chart issue has been fixed.
15+
516
## 18.3.48 (2020-11-11)
617

718
### Chart

components/charts/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-charts",
3-
"version": "18.3.47",
3+
"version": "18.3.48",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. 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-charts';
4-
exports.pkgVer = '^18.3.47';
4+
exports.pkgVer = '^18.3.48';
55
exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
6-
exports.themeVer = '~18.3.47';
6+
exports.themeVer = '~18.3.48';
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-charts';
2-
export const pkgVer = '^18.3.47';
2+
export const pkgVer = '^18.3.48';
33
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
4-
export const themeVer = '~18.3.47';
4+
export const themeVer = '~18.3.48';

components/charts/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-charts",
3-
"version": "18.3.47",
3+
"version": "18.3.48",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. 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-charts';
2-
export const pkgVer = '^18.3.47';
2+
export const pkgVer = '^18.3.48';
33
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
4-
export const themeVer = '~18.3.47';
4+
export const themeVer = '~18.3.48';

components/circulargauge/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
## [Unreleased]
77

8+
## 18.3.50 (2020-11-17)
9+
10+
### CircularGauge
11+
12+
#### Bug Fixes
13+
14+
- The script error will not be thrown now when the circular gauge is resized.
15+
816
## 18.3.44 (2020-10-27)
917

1018
### CircularGauge

components/circulargauge/dist/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
## [Unreleased]
77

8+
## 18.3.50 (2020-11-17)
9+
10+
### CircularGauge
11+
12+
#### Bug Fixes
13+
14+
- The script error will not be thrown now when the circular gauge is resized.
15+
816
## 18.3.44 (2020-10-27)
917

1018
### CircularGauge

components/circulargauge/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-circulargauge",
3-
"version": "18.3.44",
3+
"version": "18.3.47",
44
"description": "Essential JS 2 CircularGauge Components 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-circulargauge';
4-
exports.pkgVer = '^18.3.44';
4+
exports.pkgVer = '^18.3.47';
55
exports.moduleName = 'CircularGaugeModule';
6-
exports.themeVer = '~18.3.44';
6+
exports.themeVer = '~18.3.47';
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-circulargauge';
2-
export const pkgVer = '^18.3.44';
2+
export const pkgVer = '^18.3.47';
33
export const moduleName = 'CircularGaugeModule';
4-
export const themeVer = '~18.3.44';
4+
export const themeVer = '~18.3.47';

components/circulargauge/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-circulargauge",
3-
"version": "18.3.44",
3+
"version": "18.3.47",
44
"description": "Essential JS 2 CircularGauge Components 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-circulargauge';
2-
export const pkgVer = '^18.3.44';
2+
export const pkgVer = '^18.3.47';
33
export const moduleName = 'CircularGaugeModule';
4-
export const themeVer = '~18.3.44';
4+
export const themeVer = '~18.3.47';

components/diagrams/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.50 (2020-11-17)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#285393` - This issue "Connector Target Point connection is not connected properly in line distribution" has been fixed.
12+
513
## 18.3.48 (2020-11-11)
614

715
### Diagram

components/diagrams/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.50 (2020-11-17)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#285393` - This issue "Connector Target Point connection is not connected properly in line distribution" has been fixed.
12+
513
## 18.3.48 (2020-11-11)
614

715
### Diagram

components/diagrams/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-diagrams",
3-
"version": "18.3.47",
3+
"version": "18.3.48",
44
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. 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-diagrams';
4-
exports.pkgVer = '^18.3.47';
4+
exports.pkgVer = '^18.3.48';
55
exports.moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
6-
exports.themeVer = '~18.3.47';
6+
exports.themeVer = '~18.3.48';
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-diagrams';
2-
export const pkgVer = '^18.3.47';
2+
export const pkgVer = '^18.3.48';
33
export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
4-
export const themeVer = '~18.3.47';
4+
export const themeVer = '~18.3.48';

components/diagrams/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-diagrams",
3-
"version": "18.3.47",
3+
"version": "18.3.48",
44
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. 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-diagrams';
2-
export const pkgVer = '^18.3.47';
2+
export const pkgVer = '^18.3.48';
33
export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
4-
export const themeVer = '~18.3.47';
4+
export const themeVer = '~18.3.48';

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.3.50 (2020-11-17)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- Strike through button now toggles properly.
12+
- `#297703` - Resolved issue on exporting a RTL document.
13+
514
## 18.3.48 (2020-11-11)
615

716
### Document Editor

components/documenteditor/dist/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.3.50 (2020-11-17)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- Strike through button now toggles properly.
12+
- `#297703` - Resolved issue on exporting a RTL document.
13+
514
## 18.3.48 (2020-11-11)
615

716
### Document Editor

components/documenteditor/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-documenteditor",
3-
"version": "18.3.47",
3+
"version": "18.3.48",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. 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-documenteditor';
4-
exports.pkgVer = '^18.3.47';
4+
exports.pkgVer = '^18.3.48';
55
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6-
exports.themeVer = '~18.3.47';
6+
exports.themeVer = '~18.3.48';
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-documenteditor';
2-
export const pkgVer = '^18.3.47';
2+
export const pkgVer = '^18.3.48';
33
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4-
export const themeVer = '~18.3.47';
4+
export const themeVer = '~18.3.48';

components/documenteditor/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-documenteditor",
3-
"version": "18.3.47",
3+
"version": "18.3.48",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. 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-documenteditor';
2-
export const pkgVer = '^18.3.47';
2+
export const pkgVer = '^18.3.48';
33
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4-
export const themeVer = '~18.3.47';
4+
export const themeVer = '~18.3.48';

components/dropdowns/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.48 (2020-11-11)
5+
## 18.3.50 (2020-11-17)
66

77
### MultiSelect
88

components/dropdowns/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.48 (2020-11-11)
5+
## 18.3.50 (2020-11-17)
66

77
### MultiSelect
88

components/filemanager/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.48 (2020-11-11)
5+
## 18.3.50 (2020-11-17)
66

77
### File Manager
88

components/filemanager/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.48 (2020-11-11)
5+
## 18.3.50 (2020-11-17)
66

77
### File Manager
88

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.3.50 (2020-11-17)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `293889` - Console error in split task when allowTaskbarEditing is disable has been fixed.
12+
- `300744` - Console error on clicking add/edit toolbar has been fixed.
13+
14+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
15+
516
## 18.3.48 (2020-11-11)
617

718
### Gantt
@@ -13,8 +24,6 @@
1324
- `300962` - Included timeline property in actionComplete event after zooming action.
1425
- `300804` - Issue in displaying resources when data source is empty has been fixed.
1526

16-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
17-
1827
## 18.3.47 (2020-11-05)
1928

2029
### Gantt

components/gantt/dist/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.3.50 (2020-11-17)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `293889` - Console error in split task when allowTaskbarEditing is disable has been fixed.
12+
- `300744` - Console error on clicking add/edit toolbar has been fixed.
13+
14+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
15+
516
## 18.3.48 (2020-11-11)
617

718
### Gantt
@@ -13,8 +24,6 @@
1324
- `300962` - Included timeline property in actionComplete event after zooming action.
1425
- `300804` - Issue in displaying resources when data source is empty has been fixed.
1526

16-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
17-
1827
## 18.3.47 (2020-11-05)
1928

2029
### Gantt

components/gantt/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-gantt",
3-
"version": "18.3.47",
3+
"version": "18.3.48",
44
"description": "Essential JS 2 Gantt Component 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-gantt';
4-
exports.pkgVer = '^18.3.47';
4+
exports.pkgVer = '^18.3.48';
55
exports.moduleName = 'GanttModule';
6-
exports.themeVer = '~18.3.47';
6+
exports.themeVer = '~18.3.48';

0 commit comments

Comments
 (0)