Skip to content

Commit 11a9f7e

Browse files
author
pipeline
committed
v16.4.54 is released
1 parent 19cf6c0 commit 11a9f7e

Some content is hidden

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

49 files changed

+207
-36
lines changed

components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 16.4.53 (2019-02-13)
5+
## 16.4.54 (2019-02-19)
66

77
### Common
88

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 16.4.53 (2019-02-13)
5+
## 16.4.54 (2019-02-19)
66

77
### Button
88

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 16.4.54 (2019-02-19)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- Issue with, “DatePicker not restoring the initial value on form reset” has been fixed.
12+
13+
### DateRangePicker
14+
15+
#### Bug Fixes
16+
17+
- Issue with, “DateRangePicker not restoring the initial value on form reset” has been fixed.
18+
19+
- Now year values are shown in the selected range of decade view.
20+
21+
### DateTimePicker
22+
23+
#### Bug Fixes
24+
25+
- Issue with, “DateTimePicker not restoring the initial value on form reset” has been fixed.
26+
27+
### TimePicker
28+
29+
#### Bug Fixes
30+
31+
- Issue with, “TimePicker not restoring the initial value on form reset” has been fixed.
32+
533
## 16.4.53 (2019-02-13)
634

735
### DatePicker

components/calendars/dist/ej2-react-calendars.umd.min.js

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

components/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-calendars",
3-
"version": "16.4.52",
3+
"version": "16.4.53",
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

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

33
## [Unreleased]
44

5+
## 16.4.54 (2019-02-19)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- Pie animation starting angle issue fixed.
12+
513
## 16.4.53 (2019-02-13)
614

715
### Chart

components/charts/dist/ej2-react-charts.umd.min.js

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

components/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-charts",
3-
"version": "16.4.52",
3+
"version": "16.4.53",
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/circulargauge/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 16.4.54 (2019-02-19)
6+
7+
### CircularGauge
8+
9+
#### Bug Fixes
10+
11+
- Gauge is rendering fine now even in small size, when it is moved to the center position.
12+
513
## 16.4.53 (2019-02-13)
614

715
### CircularGauge

components/circulargauge/dist/ej2-react-circulargauge.umd.min.js

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

components/circulargauge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-circulargauge",
3-
"version": "16.4.52",
3+
"version": "16.4.53",
44
"description": "Essential JS 2 CircularGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 16.4.54 (2019-02-19)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- Z-order maintained properly now when adding the nodes at runtime.
12+
- Port dragging now working properly after rotating the nodes.
13+
- When dragging the port, connectors associated with the ports updated properly.
14+
- If anyone of the selected nodes doesn’t have rotate constraints, rotate handle no longer visible with the selection handles.
15+
516
## 16.4.53 (2019-02-13)
617

718
### Diagram

components/diagrams/dist/ej2-react-diagrams.umd.min.js

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

components/diagrams/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-diagrams",
3-
"version": "16.4.52",
3+
"version": "16.4.53",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 16.4.54 (2019-02-19)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- Default tab width is parsed and serialized properly.
12+
513
## 16.4.53 (2019-02-13)
614

715
### Document Editor

components/documenteditor/dist/ej2-react-documenteditor.umd.min.js

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

components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-documenteditor",
3-
"version": "16.4.52",
3+
"version": "16.4.53",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
## [Unreleased]
44

5+
## 16.4.54 (2019-02-19)
6+
7+
### DropDownList
8+
9+
#### Bug Fixes
10+
11+
- When page scroll, grouping template is hiding issue has been resolved.
12+
13+
- Reset the initial value in form reset action behavior has been changed.
14+
15+
### AutoComplete
16+
17+
#### Bug Fixes
18+
19+
- Reset the initial value in form reset action behavior has been changed.
20+
21+
### ComboBox
22+
23+
#### Bug Fixes
24+
25+
- Reset the initial value in form reset action behavior has been changed.
26+
27+
### MultiSelect
28+
29+
#### Bug Fixes
30+
31+
- Now, you can enter special characters inside MultiSelect using virtual keyboard.
32+
33+
- Reset the initial value in form reset action behavior has been changed.
34+
535
## 16.4.53 (2019-02-13)
636

737
### DropDownList

components/dropdowns/dist/ej2-react-dropdowns.umd.min.js

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

components/dropdowns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-dropdowns",
3-
"version": "16.4.52",
3+
"version": "16.4.53",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 16.4.54 (2019-02-19)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- Custom command content is not working in edited state when it is used in Multiple Columns issue is fixed.
12+
- Selection is not maintained when using `rowselected` and `rowdeselected` event is resolved.
13+
- Reactive aggregate is updating aggregate with current view data on cell editing is fixed.
14+
- Grid gets refreshed twice when we change the values through `setProperties` method is fixed.
15+
516
## 16.4.53 (2019-02-13)
617

718
### Grid

components/grids/dist/ej2-react-grids.umd.min.js

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

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-grids",
3-
"version": "16.4.52",
3+
"version": "16.4.53",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.53 (2019-02-13)
5+
## 16.4.54 (2019-02-19)
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.53 (2019-02-13)
5+
## 16.4.54 (2019-02-19)
66

77
### In-place Editor
88

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 16.4.54 (2019-02-19)
6+
7+
### TextBox
8+
9+
#### Bug Fixes
10+
11+
- Now, input event will trigger after clear the textbox value using clear icon.
12+
13+
### Uploader
14+
15+
#### New Features
16+
17+
- Provided `cssClass` property to add custom CSS classes to an uploader.
18+
519
## 16.4.53 (2019-02-13)
620

721
### ColorPicker

components/inputs/dist/ej2-react-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-react-inputs",
3-
"version": "16.4.52",
3+
"version": "16.4.53",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 16.4.54 (2019-02-19)
6+
7+
### Splitter
8+
9+
#### Bug Fixes
10+
11+
- Issue with dynamic update of pane content has been fixed
12+
513
## 16.4.53 (2019-02-13)
614

715
### Card

components/layouts/dist/ej2-react-layouts.umd.min.js

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

components/layouts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-layouts",
3-
"version": "16.4.52",
3+
"version": "16.4.53",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 16.4.53 (2019-02-13)
5+
## 16.4.54 (2019-02-19)
66

77
### Maps
88

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 16.4.54 (2019-02-19)
6+
7+
### Tab
8+
9+
#### Breaking Changes
10+
11+
- The initial focus set on active tab item is removed from the component on initial load.
12+
513
## 16.4.53 (2019-02-13)
614

715
### Accordion

0 commit comments

Comments
 (0)