Skip to content

Commit b7c5546

Browse files
author
pipeline
committed
v16.4.55 is released
1 parent 7f2ed3b commit b7c5546

File tree

51 files changed

+305
-63
lines changed

Some content is hidden

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

51 files changed

+305
-63
lines changed

components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 16.4.55 (2019-02-27)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- Fixed `TextBox` change event not triggering issue.
12+
513
## 16.4.48 (2019-01-22)
614

715
### Common

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 16.4.54 (2019-02-19)
5+
## 16.4.55 (2019-02-27)
6+
7+
### CheckBox
8+
9+
#### Bug Fixes
10+
11+
- Performance issue with key press is fixed.
12+
13+
## 16.4.53 (2019-02-13)
614

715
### Button
816

components/buttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-buttons",
3-
"version": "16.4.52",
3+
"version": "16.4.53",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. 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-buttons';
2-
export const pkgVer = '^16.4.52';
2+
export const pkgVer = '^16.4.53';
33
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
4-
export const themeVer = '~16.4.52';
4+
export const themeVer = '~16.4.53';

components/calendars/CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,48 @@
22

33
## [Unreleased]
44

5+
## 16.4.55 (2019-02-27)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- Resolved the issue with today button text not updated when dynamically change the localization of the page.
12+
513
## 16.4.54 (2019-02-19)
614

715
### DatePicker
816

917
#### Bug Fixes
1018

19+
- Issue with, “DatePicker not restoring the initial value on form reset” has been fixed.
20+
21+
### DateRangePicker
22+
23+
#### Bug Fixes
24+
25+
- Issue with, “DateRangePicker not restoring the initial value on form reset” has been fixed.
26+
27+
- Now year values are shown in the selected range of decade view.
28+
29+
### DateTimePicker
30+
31+
#### Bug Fixes
32+
33+
- Issue with, “DateTimePicker not restoring the initial value on form reset” has been fixed.
34+
35+
### TimePicker
36+
37+
#### Bug Fixes
38+
39+
- Issue with, “TimePicker not restoring the initial value on form reset” has been fixed.
40+
41+
## 16.4.53 (2019-02-13)
42+
43+
### DatePicker
44+
45+
#### Bug Fixes
46+
1147
- Fixed the form validation class `ng-dirty` issue in Angular forms.
1248

1349
### DateRangePicker

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

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.54 (2019-02-19)
5+
## 16.4.55 (2019-02-27)
66

77
### Chart
88

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.54 (2019-02-19)
5+
## 16.4.55 (2019-02-27)
66

77
### CircularGauge
88

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 16.4.54 (2019-02-19)
5+
## 16.4.55 (2019-02-27)
66

77
### Diagram
88

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 16.4.54 (2019-02-19)
5+
## 16.4.55 (2019-02-27)
66

77
### Document Editor
88

components/dropdowns/CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
## [Unreleased]
44

5+
## 16.4.55 (2019-02-27)
6+
7+
### DropDownList
8+
9+
#### Bug Fixes
10+
11+
- Pre-select value is not selected when its not present in the list issue fixed.
12+
- Reset text based initial value in form reset action behavior has been changed.
13+
14+
### AutoComplete
15+
16+
#### Bug Fixes
17+
18+
- Reset text based initial value in form reset action behavior has been changed.
19+
20+
### ComboBox
21+
22+
#### Bug Fixes
23+
24+
- Reset text based initial value in form reset action behavior has been changed.
25+
26+
### MultiSelect
27+
28+
#### Bug Fixes
29+
30+
- List selection throws exception while using quotes within string data issue has been resolved.
31+
- Select all operation's performance issue has been resolved.
32+
533
## 16.4.54 (2019-02-19)
634

735
### DropDownList

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.53",
3+
"version": "16.4.54",
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.53';
2+
export const pkgVer = '^16.4.54';
33
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule';
4-
export const themeVer = '~16.4.53';
4+
export const themeVer = '~16.4.54';

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.53",
3+
"version": "16.4.54",
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.53';
2+
export const pkgVer = '^16.4.54';
33
export const moduleName = 'GridModule, PagerModule';
4-
export const themeVer = '~16.4.53';
4+
export const themeVer = '~16.4.54';

components/heatmap/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 16.4.54 (2019-02-19)
5+
## 16.4.55 (2019-02-27)
66

77
### HeatMap
88

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.54 (2019-02-19)
5+
## 16.4.55 (2019-02-27)
66

77
### In-place Editor
88

components/inputs/CHANGELOG.md

+50
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,76 @@
22

33
## [Unreleased]
44

5+
## 16.4.55 (2019-02-27)
6+
7+
### TextBox
8+
9+
#### Bug Fixes
10+
11+
- Now, the validation works with complex names also.
12+
13+
### Uploader
14+
15+
#### Bug Fixes
16+
17+
- Resolved the issue with `Tab` key navigation in uploader file list.
18+
19+
### Slider
20+
21+
#### New Features
22+
23+
- Now, Range Slider in Material theme will support `showOn` property.
24+
- Now, Single tooltip will be used to display values in Range Slider.
25+
26+
### FormValidator
27+
28+
#### Bug Fixes
29+
30+
- Now, the url validation works with all types of url.
31+
532
## 16.4.54 (2019-02-19)
633

734
### TextBox
835

936
#### Bug Fixes
1037

1138
- Now, input event will trigger after clear the textbox value using clear icon.
39+
- Now, the default value is set to the textbox while resetting the form.
1240

1341
- Now, textbox model value will update on every key press.
1442

1543
#### Breaking Changes
1644

1745
- While setting the textbox value programmatically, the `change` event will not trigger.
1846

47+
### Slider
48+
49+
#### Bug Fixes
50+
51+
- Now, the initial value is setback to the `slider` on form `reset`.
52+
1953
### Uploader
2054

55+
#### Bug Fixes
56+
57+
- Uploader file list will be cleared while reset the form.
58+
2159
#### New Features
2260

2361
- Provided `cssClass` property to add custom CSS classes to an uploader.
2462

63+
### MaskedTextBox
64+
65+
#### Bug Fixes
66+
67+
- Issue with, “MaskedTextBox not restoring the initial value on form reset” has been fixed.
68+
69+
### NumericTextBox
70+
71+
#### Bug Fixes
72+
73+
- Issue with, “NumericTextBox not restoring the initial value on form reset” has been fixed.
74+
2575
## 16.4.53 (2019-02-13)
2676

2777
### ColorPicker

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

components/layouts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 16.4.55 (2019-02-27)
6+
7+
### Splitter
8+
9+
#### Bug Fixes
10+
11+
- The issue with dynamic update of `paneSettings` has been fixed.
12+
513
## 16.4.54 (2019-02-19)
614

715
### Splitter

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.53",
3+
"version": "16.4.54",
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.53';
2+
export const pkgVer = '^16.4.54';
33
export const moduleName = 'SplitterModule';
4-
export const themeVer = '~16.4.53';
4+
export const themeVer = '~16.4.54';

components/maps/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 16.4.54 (2019-02-19)
5+
## 16.4.55 (2019-02-27)
6+
7+
### Maps
8+
9+
#### Bug Fixes
10+
11+
- Changed the OSM and Bing maps URL from http to https.
12+
13+
## 16.4.53 (2019-02-13)
614

715
### Maps
816

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.52",
3+
"version": "16.4.53",
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.52';
2+
export const pkgVer = '^16.4.53';
33
export const moduleName = 'MapsModule';
4-
export const themeVer = '~16.4.52';
4+
export const themeVer = '~16.4.53';

components/maps/src/maps/layers.directive.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export class LayerDirective extends ComplexBase<LayerDirective> {
120120
public tooltipSettings: any;
121121
/**
122122
* Specifies the urlTemplate for the layer.
123-
* @default 'http://a.tile.openstreetmap.org/level/tileX/tileY.png'
123+
* @default 'https://a.tile.openstreetmap.org/level/tileX/tileY.png'
124124
*/
125125
public urlTemplate: any;
126126
/**

0 commit comments

Comments
 (0)