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.

0 commit comments

Comments
 (0)