Skip to content

Commit cdc7884

Browse files
author
pipeline
committed
v16.4.46 is released
1 parent 303bd78 commit cdc7884

File tree

71 files changed

+210
-114
lines changed

Some content is hidden

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

71 files changed

+210
-114
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-
## 16.4.45 (2018-12-24)
5+
## 16.4.46 (2019-01-02)
66

77
### Common
88

components/buttons/dist/ej2-react-buttons.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/calendars/CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@
22

33
## [Unreleased]
44

5-
## 16.4.45 (2018-12-24)
5+
## 16.4.46 (2019-01-02)
66

7-
### DatePicker
7+
### TimePicker
88

9-
#### Bug Fixes
9+
#### New Features
1010

11-
- DatePicker will allow assigning string value when type system configuration is disabled.
11+
- Pop-up positioning support has been provided.
1212

13-
### TimePicker
13+
## 16.4.45 (2019-01-02)
14+
15+
### DatePicker
1416

1517
#### Bug Fixes
1618

17-
- Pop-up positioning support has been provided.
19+
- DatePicker will allow assigning string value when type system configuration is disabled.
1820

1921
## 16.4.44 (2018-12-24)
2022

components/calendars/dist/ej2-react-calendars.umd.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-react-calendars",
3-
"version": "16.4.44",
3+
"version": "16.4.45",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/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-
## 16.4.45 (2018-12-24)
5+
## 16.4.45 (2019-01-02)
66

77
### Chart
88

components/charts/dist/ej2-react-charts.umd.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-react-charts",
3-
"version": "16.4.44",
3+
"version": "16.4.45",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/src/accumulation-chart/annotations-directive.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ComplexBase } from '@syncfusion/ej2-react-base';
22
import { AccumulationAnnotationSettingsModel } from '@syncfusion/ej2-charts';
33

44
export interface AccumulationAnnotationSettingsDirTypecast {
5-
content?: string | Function;
5+
content?: string | Function | any;
66
}
77
/**
88
* `AccumulationAnnotationsDirective` directive represent a annotation of the react AccumulationChart.

components/charts/src/chart/annotations-directive.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ComplexBase } from '@syncfusion/ej2-react-base';
22
import { ChartAnnotationSettingsModel } from '@syncfusion/ej2-charts';
33

44
export interface ChartAnnotationSettingsDirTypecast {
5-
content?: string | Function;
5+
content?: string | Function | any;
66
}
77
/**
88
* `Annotation` directive represent a annotation of the react Chart.

components/charts/src/stock-chart/annotations-directive.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ComplexBase } from '@syncfusion/ej2-react-base';
22
import { StockChartAnnotationSettingsModel } from '@syncfusion/ej2-charts';
33

44
export interface StockChartAnnotationSettingsDirTypecast {
5-
content?: string | Function;
5+
content?: string | Function | any;
66
}
77
/**
88
* `Annotation` directive represent a annotation of the react Chart.

components/circulargauge/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-
## 16.4.45 (2018-12-24)
5+
## 16.4.46 (2019-01-02)
66

77
### CircularGauge
88

components/diagrams/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+
## 16.4.46 (2019-01-02)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- Performance has been improved when dragging more number of nodes and connectors.
12+
- Issue on applying style for connector’s annotation is now fixed.
13+
514
## 16.4.44 (2018-12-24)
615

716
### Diagram

components/diagrams/dist/ej2-react-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/documenteditor/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 16.4.45 (2018-12-24)
5+
## 16.4.46 (2019-01-02)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- Table editing performance optimized.
12+
13+
## 16.4.45 (2019-01-02)
614

715
### Document Editor
816

components/documenteditor/dist/ej2-react-documenteditor.umd.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-react-documenteditor",
3-
"version": "16.4.44",
3+
"version": "16.4.45",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 16.4.45 (2018-12-24)
5+
## 16.4.46 (2019-01-02)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- Value is updated in reverse while using select all option in checkbox selection issue has been resolved.
12+
13+
## 16.4.44 (2018-12-24)
614

715
### MultiSelect
816

components/dropdowns/dist/ej2-react-dropdowns.umd.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/dropdowns/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-react-dropdowns",
3-
"version": "16.4.42",
3+
"version": "16.4.44",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/src/auto-complete/autocomplete.component.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import { ComponentBase, applyMixins, DefaultHtmlAttributes } from '@syncfusion/e
44

55

66
export interface AutoCompleteTypecast {
7-
footerTemplate?: string | Function;
8-
headerTemplate?: string | Function;
9-
groupTemplate?: string | Function;
10-
itemTemplate?: string | Function;
7+
footerTemplate?: string | Function | any;
8+
headerTemplate?: string | Function | any;
9+
groupTemplate?: string | Function | any;
10+
itemTemplate?: string | Function | any;
1111
}
1212
/**
1313
*The AutoComplete component provides the matched suggestion list when type into the input, from which the user can select one.

components/dropdowns/src/combo-box/combobox.component.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import { ComponentBase, applyMixins, DefaultHtmlAttributes } from '@syncfusion/e
44

55

66
export interface ComboBoxTypecast {
7-
footerTemplate?: string | Function;
8-
headerTemplate?: string | Function;
9-
groupTemplate?: string | Function;
10-
itemTemplate?: string | Function;
7+
footerTemplate?: string | Function | any;
8+
headerTemplate?: string | Function | any;
9+
groupTemplate?: string | Function | any;
10+
itemTemplate?: string | Function | any;
1111
}
1212
/**
1313
*The ComboBox component allows the user to type a value or choose an option from the list of predefined options.

components/dropdowns/src/drop-down-list/dropdownlist.component.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ import { ComponentBase, applyMixins, DefaultHtmlAttributes } from '@syncfusion/e
44

55

66
export interface DropDownListTypecast {
7-
footerTemplate?: string | Function;
8-
headerTemplate?: string | Function;
9-
valueTemplate?: string | Function;
10-
groupTemplate?: string | Function;
11-
itemTemplate?: string | Function;
7+
footerTemplate?: string | Function | any;
8+
headerTemplate?: string | Function | any;
9+
valueTemplate?: string | Function | any;
10+
groupTemplate?: string | Function | any;
11+
itemTemplate?: string | Function | any;
1212
}
1313
/**
1414
* The DropDownList component contains a list of predefined values, from which the user can choose a single value.

components/dropdowns/src/multi-select/multiselect.component.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import { ComponentBase, applyMixins, DefaultHtmlAttributes } from '@syncfusion/e
44

55

66
export interface MultiSelectTypecast {
7-
footerTemplate?: string | Function;
8-
headerTemplate?: string | Function;
9-
valueTemplate?: string | Function;
10-
itemTemplate?: string | Function;
7+
footerTemplate?: string | Function | any;
8+
headerTemplate?: string | Function | any;
9+
valueTemplate?: string | Function | any;
10+
itemTemplate?: string | Function | any;
1111
}
1212
/**
1313
* The MultiSelect allows the user to pick a values from the predefined list of values.

components/grids/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 16.4.45 (2018-12-24)
5+
## 16.4.46 (2019-01-02)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- Edit dialog does not destroyed after perform add operation with custom binding is resolved.
12+
13+
## 16.4.45 (2019-01-02)
614

715
### Grid
816

components/grids/dist/ej2-react-grids.umd.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/grids/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-react-grids",
3-
"version": "16.4.44",
3+
"version": "16.4.45",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/src/grid/aggregate-columns-directive.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import { ComplexBase } from '@syncfusion/ej2-react-base';
22
import { AggregateColumnModel } from '@syncfusion/ej2-grids';
33

44
export interface AggregateColumnDirTypecast {
5-
footerTemplate?: string | Function;
6-
groupFooterTemplate?: string | Function;
7-
groupCaptionTemplate?: string | Function;
5+
footerTemplate?: string | Function | any;
6+
groupFooterTemplate?: string | Function | any;
7+
groupCaptionTemplate?: string | Function | any;
88
}
99
/**
1010
* `AggregateColumnDirective represent a aggregate column of the react Grid.

components/grids/src/grid/columns-directive.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import { ComplexBase } from '@syncfusion/ej2-react-base';
22
import { ColumnModel } from '@syncfusion/ej2-grids';
33

44
export interface ColumnDirTypecast {
5-
template?: string | Function;
6-
headerTemplate?: string | Function;
7-
commandsTemplate?: string | Function;
8-
editTemplate?: string | Function;
9-
filterTemplate?: string | Function;
5+
template?: string | Function | any;
6+
headerTemplate?: string | Function | any;
7+
commandsTemplate?: string | Function | any;
8+
editTemplate?: string | Function | any;
9+
filterTemplate?: string | Function | any;
1010
}
1111
/**
1212
* `ColumnDirective` represent a column of the react Grid.

components/grids/src/grid/grid.component.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import { ComponentBase, applyMixins, DefaultHtmlAttributes } from '@syncfusion/e
44

55

66
export interface GridTypecast {
7-
rowTemplate?: string | Function;
8-
detailTemplate?: string | Function;
9-
toolbarTemplate?: string | Function;
10-
pagerTemplate?: string | Function;
7+
rowTemplate?: string | Function | any;
8+
detailTemplate?: string | Function | any;
9+
toolbarTemplate?: string | Function | any;
10+
pagerTemplate?: string | Function | any;
1111
}
1212
/**
1313
* `GridComponent` represents the react Grid.

components/grids/src/pager/pager.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ComponentBase, applyMixins, DefaultHtmlAttributes } from '@syncfusion/e
44

55

66
export interface PagerTypecast {
7-
template?: string | Function;
7+
template?: string | Function | any;
88
}
99
/**
1010
* `PagerComponent` represents the react Pager.

components/inplaceeditor/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-
## 16.4.45 (2018-12-24)
5+
## 16.4.46 (2019-01-02)
66

77
### In-place Editor
88

0 commit comments

Comments
 (0)