Skip to content

Commit 7c95bc2

Browse files
author
pipeline
committed
v16.4.46 is released
1 parent 0763ca5 commit 7c95bc2

File tree

54 files changed

+181
-77
lines changed

Some content is hidden

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

54 files changed

+181
-77
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* New [GitHub issue](https://github.com/syncfusion/ej2-angular-ui-components/issues/new).
4242
* Ask your query in [Stack Overflow](https://stackoverflow.com/) with tag `syncfusion` and `ej2`.
4343
## License
44-
Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license).
44+
Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/LICENSE).
4545
## Changelog
4646
Check the changelog [here](https://ej2.syncfusion.com/angular/documentation/release-notes?utm_source=npm&utm_campaign=ej2-angular-ui-components)
4747
© Copyright 2018 Syncfusion, Inc. All Rights Reserved.

components/base/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 16.4.46 (2019-01-02)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- Fixed Angular peer dependencies warning issue.
12+
513
## 16.4.42 (2018-12-14)
614

715
### Common

components/base/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"ng"
1717
],
1818
"peerDependencies": {
19-
"@angular/common": "2.2.1 - 6.10.0",
20-
"@angular/compiler": "2.2.1 - 6.10.0",
21-
"@angular/core": "2.2.1 - 6.10.0",
22-
"@angular/forms": "2.2.1 - 6.10.0",
23-
"@angular/http": "2.2.1 - 6.10.0",
24-
"@angular/platform-browser": "2.2.1 - 6.10.0",
25-
"@angular/platform-browser-dynamic": "2.2.1 - 6.10.0",
26-
"@angular/router": "2.2.1 - 6.10.0"
19+
"@angular/common": "2.2.1 - 7.1.0",
20+
"@angular/compiler": "2.2.1 - 7.1.0",
21+
"@angular/core": "2.2.1 - 7.1.0",
22+
"@angular/forms": "2.2.1 - 7.1.0",
23+
"@angular/http": "2.2.1 - 7.1.0",
24+
"@angular/platform-browser": "2.2.1 - 7.1.0",
25+
"@angular/platform-browser-dynamic": "2.2.1 - 7.1.0",
26+
"@angular/router": "2.2.1 - 7.1.0"
2727
},
2828
"dependencies": {
2929
"@syncfusion/ej2-base": "*",

components/calendars/CHANGELOG.md

+8-6
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/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.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 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.44';
2+
export const pkgVer = '^16.4.45';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~16.4.44';
4+
export const themeVer = '~16.4.45';

components/charts/CHANGELOG.md

+1-1
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/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.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 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.44';
2+
export const pkgVer = '^16.4.45';
33
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule';
4-
export const themeVer = '~16.4.44';
4+
export const themeVer = '~16.4.45';

components/circulargauge/CHANGELOG.md

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

+9
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/documenteditor/CHANGELOG.md

+9-1
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/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.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 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.44';
2+
export const pkgVer = '^16.4.45';
33
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4-
export const themeVer = '~16.4.44';
4+
export const themeVer = '~16.4.45';

components/dropdowns/CHANGELOG.md

+9-1
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/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-dropdowns",
3-
"version": "16.4.42",
3+
"version": "16.4.44",
44
"description": "Essential JS 2 DropDown Components 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-dropdowns';
2-
export const pkgVer = '^16.4.42';
2+
export const pkgVer = '^16.4.44';
33
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule';
4-
export const themeVer = '~16.4.42';
4+
export const themeVer = '~16.4.44';

components/grids/CHANGELOG.md

+9-1
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/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.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 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.44';
2+
export const pkgVer = '^16.4.45';
33
export const moduleName = 'GridModule, PagerModule';
4-
export const themeVer = '~16.4.44';
4+
export const themeVer = '~16.4.45';

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

77
### In-place Editor
88

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 16.4.45 (2018-12-24)
5+
## 16.4.46 (2019-01-02)
6+
7+
### Uploader
8+
9+
#### New Features
10+
11+
- Provided option to customize file upload's status message (label) which is sent from server on success and failure events.
12+
- Provided event which trigger before rendering each file item in a page that helps to customize its default UI structure.
13+
- Provided event to denote all the selected files has processed to upload successfully or failed to server.
14+
15+
#### Bug Fixes
16+
17+
- Resolved the issue with updating file data in uploader element while drag-and-drop the files.
18+
19+
## 16.4.45 (2019-01-02)
620

721
### Common
822

components/inputs/dist/ej2-angular-inputs.umd.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.44",
3+
"version": "16.4.45",
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.44';
2+
export const pkgVer = '^16.4.45';
33
export const moduleName = 'TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule';
4-
export const themeVer = '~16.4.44';
4+
export const themeVer = '~16.4.45';

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Template } from '@syncfusion/ej2-angular-base';
66
import { FilesDirective } from './files.directive';
77

88
export const inputs: string[] = ['allowedExtensions','asyncSettings','autoUpload','buttons','directoryUpload','dropArea','enablePersistence','enableRtl','enabled','files','locale','maxFileSize','minFileSize','multiple','sequentialUpload','showFileList','template'];
9-
export const outputs: string[] = ['focus', 'blur', 'canceling','change','chunkFailure','chunkSuccess','chunkUploading','clearing','created','failure','pausing','progress','removing','resuming','selected','success','uploading'];
9+
export const outputs: string[] = ['focus', 'blur', 'actionComplete','canceling','change','chunkFailure','chunkSuccess','chunkUploading','clearing','created','failure','pausing','progress','removing','rendering','resuming','selected','success','uploading'];
1010
export const twoWays: string[] = [];
1111

1212
/**

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.45 (2018-12-24)
5+
## 16.4.44 (2018-12-24)
66

77
### Splitter
88

components/layouts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-layouts",
3-
"version": "16.4.42",
3+
"version": "16.4.44",
44
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. 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-layouts';
2-
export const pkgVer = '^16.4.42';
2+
export const pkgVer = '^16.4.44';
33
export const moduleName = 'SplitterModule';
4-
export const themeVer = '~16.4.42';
4+
export const themeVer = '~16.4.44';

components/lineargauge/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 16.4.46 (2019-01-02)
6+
7+
### LinearGauge
8+
9+
#### Bug Fixes
10+
11+
- When hover on pointer, console error thrown fixed now.
12+
513
## 16.3.32 (2018-11-13)
614

715
### LinearGauge

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

77
### ListView
88

components/maps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-maps",
3-
"version": "16.4.40-beta",
3+
"version": "16.4.42",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options 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-maps';
2-
export const pkgVer = '^16.4.40-beta';
2+
export const pkgVer = '^16.4.42';
33
export const moduleName = 'MapsModule';
4-
export const themeVer = '~16.4.40-beta';
4+
export const themeVer = '~16.4.42';

components/navigations/CHANGELOG.md

+1-1
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
### Toolbar
88

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.44",
3+
"version": "16.4.45",
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.44';
2+
export const pkgVer = '^16.4.45';
33
export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, TabModule, TreeViewModule, SidebarModule, MenuModule';
4-
export const themeVer = '~16.4.44';
4+
export const themeVer = '~16.4.45';

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

77
### Toast
88

0 commit comments

Comments
 (0)