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

+14
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

+1-1
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",
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

+8
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

+1-1
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",
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

+8
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

+1-1
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",
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

+8
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

components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-documenteditor",
3-
"version": "16.4.42",
3+
"version": "16.4.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",
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2-
export const pkgVer = '^16.4.42';
2+
export const pkgVer = '^16.4.44';
33
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4-
export const themeVer = '~16.4.42';
4+
export const themeVer = '~16.4.44';

components/dropdowns/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 16.4.44 (2018-12-24)
5+
## 16.4.45 (2018-12-24)
66

77
### MultiSelect
88

components/grids/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 16.4.45 (2018-12-24)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- Server requests sent twice when column is not defined in the grid is resolved.
12+
- custom attribute is missing in stacked header issue is fixed.
13+
- Column `allowEditing` false is working for `datepicker` edit when it is specified as primary key column is resolved.
14+
- `allowEditing` property is not working in identity column is resolved.
15+
- Provided support to `addparams` for filtering.
16+
517
## 16.4.44 (2018-12-24)
618

719
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-grids",
3-
"version": "16.4.42",
3+
"version": "16.4.44",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-grids';
2-
export const pkgVer = '^16.4.42';
2+
export const pkgVer = '^16.4.44';
33
export const moduleName = 'GridModule, PagerModule';
4-
export const themeVer = '~16.4.42';
4+
export const themeVer = '~16.4.44';

components/inplaceeditor/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 16.4.44 (2018-12-24)
5+
## 16.4.45 (2018-12-24)
66

77
### In-place Editor
88

components/inputs/CHANGELOG.md

+8
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+
### Common
8+
9+
#### Bug Fixes
10+
11+
- Fixed `CustomPlacement` typing issue.
12+
513
## 16.4.40-beta (2018-12-10)
614

715
### Uploader

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-inputs",
3-
"version": "16.4.40-beta",
3+
"version": "16.4.44",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-inputs';
2-
export const pkgVer = '^16.4.40-beta';
2+
export const pkgVer = '^16.4.44';
33
export const moduleName = 'TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule';
4-
export const themeVer = '~16.4.40-beta';
4+
export const themeVer = '~16.4.44';

components/inputs/src/uploader/uploader.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class UploaderComponent extends Uploader implements IComponentBase {
4040
/**
4141
* Specifies the HTML string that used to customize the content of each file in the list.
4242
*
43-
* > For more information, refer to the [template](./template.html) section from the documentation.
43+
* > For more information, refer to the [template](../../uploader/template/) section from the documentation.
4444
*
4545
* @default null
4646
*/

components/layouts/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 16.4.44 (2018-12-24)
5+
## 16.4.45 (2018-12-24)
66

77
### Splitter
88

components/lists/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 16.4.44 (2018-12-24)
5+
## 16.4.45 (2018-12-24)
66

77
### ListView
88

components/navigations/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
## [Unreleased]
44

5+
## 16.4.45 (2018-12-24)
6+
7+
### Toolbar
8+
9+
#### Bug Fixes
10+
11+
- While resizing, Toolbar items are not moving from popup to toolbar in `extended` overflow mode issue is fixed.
12+
13+
### Menu
14+
15+
#### Bug Fixes
16+
17+
- Getting custom properties from menu items in `beforeItemRender` event issue fixed.
18+
19+
### Sidebar
20+
21+
#### Bug Fixes
22+
23+
- Fixed the issue with rendering the Sidebar using `isOpen` property and type `Auto`.
24+
25+
### Accordion
26+
27+
#### Bug Fixes
28+
29+
- Accordion rendering issue with ng-template is fixed.
30+
531
## 16.4.44 (2018-12-24)
632

733
### Accordion

components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-navigations",
3-
"version": "16.4.42",
3+
"version": "16.4.44",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-navigations';
2-
export const pkgVer = '^16.4.42';
2+
export const pkgVer = '^16.4.44';
33
export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, TabModule, TreeViewModule, SidebarModule, MenuModule';
4-
export const themeVer = '~16.4.42';
4+
export const themeVer = '~16.4.44';

components/notifications/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 16.4.44 (2018-12-24)
5+
## 16.4.45 (2018-12-24)
66

77
### Toast
88

components/pdfviewer/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 16.4.44 (2018-12-24)
5+
## 16.4.45 (2018-12-24)
66

77
### PDF Viewer
88

components/popups/CHANGELOG.md

+8
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+
### Tooltip
8+
9+
#### Bug Fixes
10+
11+
- Added index position for tooltip content container to avoid misalignment while customize background.
12+
513
## 16.4.44 (2018-12-24)
614

715
### Popup library

components/popups/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-popups",
3-
"version": "16.4.42",
3+
"version": "16.4.44",
44
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-popups';
2-
export const pkgVer = '^16.4.42';
2+
export const pkgVer = '^16.4.44';
33
export const moduleName = 'DialogModule, TooltipModule';
4-
export const themeVer = '~16.4.42';
4+
export const themeVer = '~16.4.44';

components/querybuilder/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 16.4.44 (2018-12-24)
5+
## 16.4.45 (2018-12-24)
66

77
### QueryBuilder
88

components/richtexteditor/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 16.4.44 (2018-12-24)
5+
## 16.4.45 (2018-12-24)
66

77
### RichTextEditor
88

components/schedule/CHANGELOG.md

+8
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+
### Schedule
8+
9+
#### Bug Fixes
10+
11+
- An issue with the display of `+n more popup` on Scheduler, while setting appointment time in seconds has been fixed.
12+
513
## 16.4.44 (2018-12-24)
614

715
### Schedule

components/schedule/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-schedule",
3-
"version": "16.4.42",
3+
"version": "16.4.44",
44
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-schedule';
2-
export const pkgVer = '^16.4.42';
2+
export const pkgVer = '^16.4.44';
33
export const moduleName = 'ScheduleModule, RecurrenceEditorModule';
4-
export const themeVer = '~16.4.42';
4+
export const themeVer = '~16.4.44';

components/treegrid/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 16.4.45 (2018-12-24)
6+
7+
### TreeGrid
8+
9+
#### Bug Fixes
10+
11+
- Added events for the column menu feature and added `columnMenuItems` API to modify the column menu items in column menu.
12+
- Added `sortComparer` API to perform custom sorting in TreeGrid.
13+
514
## 16.4.44 (2018-12-24)
615

716
### TreeGrid

0 commit comments

Comments
 (0)