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

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.42",
3+
"version": "18.3.44",
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.42';
4+
exports.pkgVer = '^18.3.44';
55
exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
6-
exports.themeVer = '~18.3.42';
6+
exports.themeVer = '~18.3.44';
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.42';
2+
export const pkgVer = '^18.3.44';
33
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
4-
export const themeVer = '~18.3.42';
4+
export const themeVer = '~18.3.44';

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.42",
3+
"version": "18.3.44",
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.42';
2+
export const pkgVer = '^18.3.44';
33
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
4-
export const themeVer = '~18.3.42';
4+
export const themeVer = '~18.3.44';

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.35",
3+
"version": "18.3.44",
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.35';
4+
exports.pkgVer = '^18.3.44';
55
exports.moduleName = 'CircularGaugeModule';
6-
exports.themeVer = '~18.3.35';
6+
exports.themeVer = '~18.3.44';
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.35';
2+
export const pkgVer = '^18.3.44';
33
export const moduleName = 'CircularGaugeModule';
4-
export const themeVer = '~18.3.35';
4+
export const themeVer = '~18.3.44';

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.35",
3+
"version": "18.3.44",
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.35';
2+
export const pkgVer = '^18.3.44';
33
export const moduleName = 'CircularGaugeModule';
4-
export const themeVer = '~18.3.35';
4+
export const themeVer = '~18.3.44';

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.3.47 (2020-11-05)
6+
7+
### Diagram
8+
9+
#### New Features
10+
11+
- `#285393` - Line distribution functionality has been added.
12+
- Support added to arrange the child nodes in linear way.
13+
14+
#### Bug Fixes
15+
16+
- `#297888` - This issue "Target decorator is not connected properly to the node" has been fixed.
17+
- `#298962` - This issue "HTML template node take more time to render in Blazor" has been fixed.
18+
- `#F159087` - This issue "When Drag and drop the node from palette exception throws" has been fixed.
19+
- `#292439` - The issue "Exception occurs when try to draw connector on node text edit" has been fixed.
20+
- `#294302` - The issue with "Node overlapping issue in hierarchical tree layout" has been fixed.
21+
- `#292214` - The issue "Mouse cursor does not place on a node" has been fixed
22+
- `#292439` - The issue "Exception occurs when try to draw connector on node text edit" has been fixed.
23+
- `#294515` - This issue "When zoom out the diagram ruler value not update properly" has been fixed.
24+
- `#294604` - This issue "Vertical Scroll bar appears while scroll the diagram" has been fixed.
25+
- `#296511`, `#296304` - The issue "Nodes are not added properly to the newly added lane" has been fixed.
26+
527
## 18.3.44 (2020-10-27)
628

729
### Diagram

components/diagrams/dist/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.3.47 (2020-11-05)
6+
7+
### Diagram
8+
9+
#### New Features
10+
11+
- `#285393` - Line distribution functionality has been added.
12+
- Support added to arrange the child nodes in linear way.
13+
14+
#### Bug Fixes
15+
16+
- `#297888` - This issue "Target decorator is not connected properly to the node" has been fixed.
17+
- `#298962` - This issue "HTML template node take more time to render in Blazor" has been fixed.
18+
- `#F159087` - This issue "When Drag and drop the node from palette exception throws" has been fixed.
19+
- `#292439` - The issue "Exception occurs when try to draw connector on node text edit" has been fixed.
20+
- `#294302` - The issue with "Node overlapping issue in hierarchical tree layout" has been fixed.
21+
- `#292214` - The issue "Mouse cursor does not place on a node" has been fixed
22+
- `#292439` - The issue "Exception occurs when try to draw connector on node text edit" has been fixed.
23+
- `#294515` - This issue "When zoom out the diagram ruler value not update properly" has been fixed.
24+
- `#294604` - This issue "Vertical Scroll bar appears while scroll the diagram" has been fixed.
25+
- `#296511`, `#296304` - The issue "Nodes are not added properly to the newly added lane" has been fixed.
26+
527
## 18.3.44 (2020-10-27)
628

729
### 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.42",
3+
"version": "18.3.44",
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.42';
4+
exports.pkgVer = '^18.3.44';
55
exports.moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
6-
exports.themeVer = '~18.3.42';
6+
exports.themeVer = '~18.3.44';
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.42';
2+
export const pkgVer = '^18.3.44';
33
export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
4-
export const themeVer = '~18.3.42';
4+
export const themeVer = '~18.3.44';

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.42",
3+
"version": "18.3.44",
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.42';
2+
export const pkgVer = '^18.3.44';
33
export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
4-
export const themeVer = '~18.3.42';
4+
export const themeVer = '~18.3.44';

components/documenteditor/CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
## [Unreleased]
44

5+
## 18.3.47 (2020-11-05)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#281067`, `#279595` - Added partial lock and edit support.
12+
13+
#### Bug Fixes
14+
15+
- `#296222` - Resolved table rendering issue when table contains merged cell.
16+
- `#297479` - Field result text with multiple lines are now inserted properly when track changes enabled.
17+
- `#296863` - Resolved script error when field code contains table.
18+
- `#281339` - Resolved paragraph renders outside the page in RTL format document issue.
19+
- Resolved script error Navigating to the specified bookmark.
20+
- `#296222` - Resolved exporting issue when exporting document with shape.
21+
- `#294306` - Resolved page number update issue when page contains page field.
22+
- `#295176` - Ctrl + V now works properly in Edge.
23+
- `#296782`, `#296781` - Resolved issue on cursor visibility when cursor is in editable region.
24+
- `#293369` - Document with merged cell is now exported properly.
25+
- `#294261` - Accepting or rejecting changes were now preserved in restrict editing.
26+
- `#292726` - Row header was now repeated properly for each page.
27+
- `#281339` - Numbered list in the RTL was now rendered properly.
28+
- `#295753` - Sections with restart page number now updated properly.
29+
- `#293980` - Skipped form field insertion in header and footer similar to MS Word.
30+
- `#294075`,`#293472` - Resolved table border rendering issue.
31+
- `#291766` - Resolved file picker not opening issue in IE.
32+
- `#296842` - Resolved issue on selecting a merge field.
33+
- `#292515` - Polish characters are now working properly in IE.
34+
- `#291766` - Resolved script error on loading a document with text wrapped image.
35+
- `#292515` - Resolved toolbar rendering issue in IE.
36+
- `#289186`,`#293172` - Text box with none style is now exported properly.
37+
- `#291766` - Resolved issue on table rendering black.
38+
- `#293342`,`#295176` - Ctrl + V now works properly in IE.
39+
540
## 18.3.44 (2020-10-27)
641

742
### Document Editor
@@ -11,7 +46,9 @@
1146
- `#296222` - Resolved table rendering issue when table contains merged cell.
1247
- `#297479` - Field result text with multiple lines are now inserted properly when track changes enabled.
1348
- `#296863` - Resolved script error when field code contains table.
14-
- `#296863` - Resolved paragraph renders outside the page in RTL format document issue.
49+
- `#281339` - Resolved paragraph renders outside the page in RTL format document issue.
50+
- Resolved script error Navigating to the specified bookmark.
51+
- `#296222` - Resolved exporting issue when exporting document with shape.
1552

1653
## 18.3.42 (2020-10-20)
1754

components/documenteditor/dist/CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
## [Unreleased]
44

5+
## 18.3.47 (2020-11-05)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#281067`, `#279595` - Added partial lock and edit support.
12+
13+
#### Bug Fixes
14+
15+
- `#296222` - Resolved table rendering issue when table contains merged cell.
16+
- `#297479` - Field result text with multiple lines are now inserted properly when track changes enabled.
17+
- `#296863` - Resolved script error when field code contains table.
18+
- `#281339` - Resolved paragraph renders outside the page in RTL format document issue.
19+
- Resolved script error Navigating to the specified bookmark.
20+
- `#296222` - Resolved exporting issue when exporting document with shape.
21+
- `#294306` - Resolved page number update issue when page contains page field.
22+
- `#295176` - Ctrl + V now works properly in Edge.
23+
- `#296782`, `#296781` - Resolved issue on cursor visibility when cursor is in editable region.
24+
- `#293369` - Document with merged cell is now exported properly.
25+
- `#294261` - Accepting or rejecting changes were now preserved in restrict editing.
26+
- `#292726` - Row header was now repeated properly for each page.
27+
- `#281339` - Numbered list in the RTL was now rendered properly.
28+
- `#295753` - Sections with restart page number now updated properly.
29+
- `#293980` - Skipped form field insertion in header and footer similar to MS Word.
30+
- `#294075`,`#293472` - Resolved table border rendering issue.
31+
- `#291766` - Resolved file picker not opening issue in IE.
32+
- `#296842` - Resolved issue on selecting a merge field.
33+
- `#292515` - Polish characters are now working properly in IE.
34+
- `#291766` - Resolved script error on loading a document with text wrapped image.
35+
- `#292515` - Resolved toolbar rendering issue in IE.
36+
- `#289186`,`#293172` - Text box with none style is now exported properly.
37+
- `#291766` - Resolved issue on table rendering black.
38+
- `#293342`,`#295176` - Ctrl + V now works properly in IE.
39+
540
## 18.3.44 (2020-10-27)
641

742
### Document Editor
@@ -11,7 +46,9 @@
1146
- `#296222` - Resolved table rendering issue when table contains merged cell.
1247
- `#297479` - Field result text with multiple lines are now inserted properly when track changes enabled.
1348
- `#296863` - Resolved script error when field code contains table.
14-
- `#296863` - Resolved paragraph renders outside the page in RTL format document issue.
49+
- `#281339` - Resolved paragraph renders outside the page in RTL format document issue.
50+
- Resolved script error Navigating to the specified bookmark.
51+
- `#296222` - Resolved exporting issue when exporting document with shape.
1552

1653
## 18.3.42 (2020-10-20)
1754

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.42",
3+
"version": "18.3.44",
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.42';
4+
exports.pkgVer = '^18.3.44';
55
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6-
exports.themeVer = '~18.3.42';
6+
exports.themeVer = '~18.3.44';

0 commit comments

Comments
 (0)