Skip to content

Commit b88a8f1

Browse files
author
pipeline
committed
v16.4.45 is released
1 parent bead68b commit b88a8f1

File tree

42 files changed

+157
-43
lines changed

Some content is hidden

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

42 files changed

+157
-43
lines changed

components/calendars/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+
## 16.4.45 (2018-12-24)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- DatePicker will allow assigning string value when type system configuration is disabled.
12+
13+
### TimePicker
14+
15+
#### Bug Fixes
16+
17+
- Pop-up positioning support has been provided.
18+
519
## 16.4.44 (2018-12-24)
620

721
### DatePicker

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

components/charts/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+
## 16.4.45 (2018-12-24)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- Duplicates of scrollbar id in multiple chart is fixed
12+
513
## 16.4.44 (2018-12-24)
614

715
### Stock Chart

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

components/circulargauge/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+
## 16.4.45 (2018-12-24)
6+
7+
### CircularGauge
8+
9+
#### Bug Fixes
10+
11+
- When drag the range bar pointer, the console error thrown resolved now.
12+
513
## 16.4.40-beta (2018-12-10)
614

715
### CircularGauge

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

components/documenteditor/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+
## 16.4.45 (2018-12-24)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- Table border is rendered properly.
12+
513
## 16.4.44 (2018-12-24)
614

715
### Document Editor

0 commit comments

Comments
 (0)