Skip to content

Commit 7b82cf8

Browse files
author
pipeline
committed
v18.1.53 is released
1 parent f04d297 commit 7b82cf8

File tree

260 files changed

+979
-586
lines changed

Some content is hidden

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

260 files changed

+979
-586
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.1.52 (2020-05-13)
5+
## 18.1.53 (2020-05-19)
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.1.52 (2020-05-13)
5+
## 18.1.53 (2020-05-19)
66

77
### Chips
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.1.52 (2020-05-13)
5+
## 18.1.53 (2020-05-19)
66

77
### Chips
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.1.53 (2020-05-19)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#275716`- Issue with "script error occurs when disable the clear icon dynamically" has been resolved.
12+
513
## 18.1.43 (2020-04-07)
614

715
### TimePicker

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.1.53 (2020-05-19)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#275716`- Issue with "script error occurs when disable the clear icon dynamically" has been resolved.
12+
513
## 18.1.43 (2020-04-07)
614

715
### TimePicker

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

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

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.53 (2020-05-19)
6+
7+
### Accumulation chart
8+
9+
#### Bug Fixes
10+
11+
- `#153764` - The size of the doughnuts graphs does not display correctly in the Edge browser issue fixed.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- `#273192` - Trendlines are placed behind the series issue has been fixed.
18+
519
## 18.1.52 (2020-05-13)
620

721
### Accumulation chart

components/charts/dist/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.53 (2020-05-19)
6+
7+
### Accumulation chart
8+
9+
#### Bug Fixes
10+
11+
- `#153764` - The size of the doughnuts graphs does not display correctly in the Edge browser issue fixed.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- `#273192` - Trendlines are placed behind the series issue has been fixed.
18+
519
## 18.1.52 (2020-05-13)
620

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

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

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.

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

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

components/diagrams/dist/dist/ej2-angular-diagrams.umd.min.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/dist/ej2-angular-diagrams.umd.min.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.

components/diagrams/dist/ej2-angular-diagrams.metadata.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

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

components/diagrams/src/diagram/connectors.directive.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';
33

44
import { ConnectorAnnotationsDirective } from './connector-annotation.directive';
55

6-
let input: string[] = ['addInfo', 'annotations', 'bridgeSpace', 'connectPadding', 'constraints', 'cornerRadius', 'dragSize', 'excludeFromLayout', 'flip', 'hitPadding', 'id', 'margin', 'previewSize', 'segments', 'shape', 'sourceDecorator', 'sourceID', 'sourcePadding', 'sourcePoint', 'sourcePortID', 'style', 'targetDecorator', 'targetID', 'targetPadding', 'targetPoint', 'targetPortID', 'tooltip', 'type', 'visible', 'wrapper', 'zIndex'];
6+
let input: string[] = ['addInfo', 'annotations', 'bridgeSpace', 'connectionPadding', 'constraints', 'cornerRadius', 'dragSize', 'excludeFromLayout', 'flip', 'hitPadding', 'id', 'margin', 'previewSize', 'segments', 'shape', 'sourceDecorator', 'sourceID', 'sourcePadding', 'sourcePoint', 'sourcePortID', 'style', 'targetDecorator', 'targetID', 'targetPadding', 'targetPoint', 'targetPortID', 'tooltip', 'type', 'visible', 'wrapper', 'zIndex'];
77
let outputs: string[] = [];
88
/**
99
* Connectors Directive
@@ -57,7 +57,7 @@ export class ConnectorDirective extends ComplexBase<ConnectorDirective> {
5757
* Sets the connector padding value
5858
* @default 0
5959
*/
60-
public connectPadding: any;
60+
public connectionPadding: any;
6161
/**
6262
* Defines the constraints of connector
6363
* * None - Interaction of the connectors cannot be done.

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.53 (2020-05-19)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#272634` - Added API to get hidden bookmark.
12+
13+
#### Bug Fixes
14+
15+
- `#275993` ,`#277160` - Button actions in comments and restrict editing pane will not trigger the form submit events now.
16+
- `#276810` - Table alignment property is now export properly.
17+
- `#277452` - Contents in table is now print properly.
18+
- `#273870` - Bookmarks API will not retrieve bookmark when selection is at end of bookmark.
19+
- `#273913` - Enable/Disable item by index in toolbar is now working properly.
20+
- `#276399` - After copy and paste table, table is now exported properly.
21+
522
## 18.1.52 (2020-05-13)
623

724
### Document Editor

components/documenteditor/dist/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.53 (2020-05-19)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#272634` - Added API to get hidden bookmark.
12+
13+
#### Bug Fixes
14+
15+
- `#275993` ,`#277160` - Button actions in comments and restrict editing pane will not trigger the form submit events now.
16+
- `#276810` - Table alignment property is now export properly.
17+
- `#277452` - Contents in table is now print properly.
18+
- `#273870` - Bookmarks API will not retrieve bookmark when selection is at end of bookmark.
19+
- `#273913` - Enable/Disable item by index in toolbar is now working properly.
20+
- `#276399` - After copy and paste table, table is now exported properly.
21+
522
## 18.1.52 (2020-05-13)
623

724
### 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.1.48",
3+
"version": "18.1.52",
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.1.48';
4+
exports.pkgVer = '^18.1.52';
55
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6-
exports.themeVer = '~18.1.48';
6+
exports.themeVer = '~18.1.52';
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.1.48';
2+
export const pkgVer = '^18.1.52';
33
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4-
export const themeVer = '~18.1.48';
4+
export const themeVer = '~18.1.52';

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.1.48",
3+
"version": "18.1.52",
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.1.48';
2+
export const pkgVer = '^18.1.52';
33
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4-
export const themeVer = '~18.1.48';
4+
export const themeVer = '~18.1.52';

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.53 (2020-05-19)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#273796` - Now, filtering works properly when paste the value in the input element.
12+
13+
### Dropdown Tree
14+
15+
#### Bug Fixes
16+
17+
- `#274351` - The issue with "The Dropdown Tree initialized value which is not getting it in the form post" has been resolved.
18+
19+
### ListBox
20+
21+
#### New Features
22+
23+
- Provided Placeholder support to filterbar in listbox.
24+
25+
#### Bug Fixes
26+
27+
- Move to and move from throws script error when listbox rendered with item template issue fixed.
28+
529
## 18.1.52 (2020-05-13)
630

731
### ListBox

0 commit comments

Comments
 (0)