Skip to content

Commit 19cf6c0

Browse files
author
pipeline
committed
v16.4.53 is released
1 parent 49339d6 commit 19cf6c0

File tree

65 files changed

+261
-54
lines changed

Some content is hidden

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

65 files changed

+261
-54
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.52 (2019-02-05)
5+
## 16.4.53 (2019-02-13)
66

77
### Common
88

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 16.4.53 (2019-02-13)
6+
7+
### Button
8+
9+
#### Bug Fixes
10+
11+
- Flat button text is not visible in bootstrap theme issue is fixed.
12+
513
## 16.4.40-beta (2018-12-10)
614

715
### Chips

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

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

components/buttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-buttons",
3-
"version": "16.4.47",
3+
"version": "16.4.52",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 16.4.53 (2019-02-13)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- Fixed the form validation class `ng-dirty` issue in Angular forms.
12+
13+
### DateRangePicker
14+
15+
#### Bug Fixes
16+
17+
- Fixed the form validation class `ng-dirty` issue in Angular forms.
18+
19+
### DateTimePicker
20+
21+
#### Bug Fixes
22+
23+
- Fixed the form validation class `ng-dirty` issue in Angular forms.
24+
25+
### TimePicker
26+
27+
#### Bug Fixes
28+
29+
- Fixed the form validation class `ng-dirty` issue in Angular forms.
30+
531
## 16.4.52 (2019-02-05)
632

733
### Calendar

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.48",
3+
"version": "16.4.52",
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

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
## [Unreleased]
44

5+
## 16.4.53 (2019-02-13)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- Data bind issues in series properties fixed.
12+
- Memory increasing while refreshing the chart for long period of time with time interval datasource change issue fixed.
13+
- Scrollbar with huge data performance lack has been fixed.
14+
15+
## 17.1.1-beta (2019-01-29)
16+
17+
### Sparkline
18+
19+
#### New Features
20+
21+
- Provided right to left rendering support for Sparkline.
22+
23+
### Chart
24+
25+
#### New Features
26+
27+
- Stacking Line series type has been added to the chart.
28+
- 100% Stacking Line series type has been added to the chart.
29+
530
## 16.4.48 (2019-01-22)
631

732
### 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.48",
3+
"version": "16.4.52",
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.53 (2019-02-13)
6+
7+
### CircularGauge
8+
9+
#### Bug Fixes
10+
11+
- Range bar pointer drag is working fine now.
12+
513
## 17.1.1-beta (2019-01-29)
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.47",
3+
"version": "16.4.52",
44
"description": "Essential JS 2 CircularGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 16.4.53 (2019-02-13)
6+
7+
### Diagram
8+
9+
#### New Features
10+
11+
- Support to flip the node/connector in both horizontal and vertical direction has been added.
12+
513
## 16.4.52 (2019-02-05)
614

715
### Diagram
816

917
#### Bug Fixes
1018

1119
- Exception thrown while enable zoom and pan tool dynamically is now working fine.
20+
- Exception thrown while build the diagram component with production mode is now working fine.
1221

1322
## 16.4.48 (2019-01-22)
1423

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.48",
3+
"version": "16.4.52",
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

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

33
## [Unreleased]
44

5-
## 16.4.52 (2019-02-05)
5+
## 16.4.53 (2019-02-13)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- Table inside header is now layout properly.
12+
- Table re-layout while editing now layout properly.
13+
- Page break inside table is handled.
14+
15+
## 16.4.48 (2019-01-22)
616

717
### Document Editor
818

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.47",
3+
"version": "16.4.52",
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

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

33
## [Unreleased]
44

5+
## 16.4.53 (2019-02-13)
6+
7+
### DropDownList
8+
9+
- ItemData parameter supports `object` collection in select and change event.
10+
11+
- Filtering is not working when rendered control by using select element issue has been resolved.
12+
13+
### MultiSelect
14+
15+
#### Bug Fixes
16+
17+
- Lengthy placeholder breaks UI issue has been resolved.
18+
19+
- Values are not cleared in mobile devices issue has been resolved.
20+
21+
- Values are not selected based on selected attribute in select element rendering issue has been resolved.
22+
523
## 16.4.52 (2019-02-05)
624

725
### ComboBox

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.48",
3+
"version": "16.4.52",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+19-4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## [Unreleased]
44

5+
## 16.4.53 (2019-02-13)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- Persisted row selection is not cleared in other pages while calling `clearSelection` method is resolved.
12+
- Grid cells with value '0' are exported as an empty cells in excel exporting is fixed.
13+
- Multiple requests are sent to server for each checkbox selection is fixed.
14+
- Additional parameter is not passed to the server when getting checkbox selection state is resolved.
15+
- Script error thrown while dragging the row to outside of the Grid content issue is fixed.
16+
- Auto generated columns not working when we change the Grid dataSource dynamically and also it throws Script error is fixed.
17+
- Programmatic deletion is not working in batch edit mode is fixed.
18+
- Grid shows invalid result while clearing string column values in Batch mode is fixed.
19+
- Mouse event is passed as a parameter for `rowDrag` event.
20+
- Editing misbehaves with `allowResizing` and `frozenColumns` enabled is fixed.
21+
- Need to maintain edit state when exception thrown with custom binding is fixed.
22+
- Grid `getRowInfo` method throws script Error on Expand and Collapse is fixed.
23+
524
## 16.4.52 (2019-02-05)
625

726
### Grid
@@ -32,12 +51,8 @@
3251

3352
#### New Features
3453

35-
- `Toggle` option for Selected Row is provided.
3654
- Property change handling for `SelectedRowIndex` is provided.
3755
- Support to add `params` for `filtering` is added.
38-
- Support to perform searching only based on the visible columns in Grid is provided.
39-
- `Reorder` position support for target field is provided.
40-
- Send the culture file name as parameter to excel export function is added.
4156

4257
## 16.4.48 (2019-01-22)
4358

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.48",
3+
"version": "16.4.52",
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

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

33
## [Unreleased]
44

5+
## 16.4.53 (2019-02-13)
6+
7+
### HeatMap
8+
9+
#### Bug Fixes
10+
11+
- The console window exception which is thrown for mouse hovering action on legend labels in Firefox browser has been handled.
12+
513
## 16.4.40-beta (2018-12-10)
614

715
### HeatMap

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

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

components/heatmap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-heatmap",
3-
"version": "16.4.47",
3+
"version": "16.4.52",
44
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inplaceeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 16.4.53 (2019-02-13)
6+
7+
### In-place Editor
8+
9+
#### Bug Fixes
10+
11+
- Console error is thrown while validating `RTE` editor value issue has been fixed.
12+
513
## 16.4.48 (2019-01-22)
614

715
### In-place Editor

components/inplaceeditor/dist/ej2-react-inplace-editor.umd.min.js

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

components/inplaceeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-inplace-editor",
3-
"version": "16.4.48",
3+
"version": "16.4.52",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)