Skip to content

Commit c9aeb6a

Browse files
author
pipeline
committed
v17.1.51 is released
1 parent 1945c91 commit c9aeb6a

File tree

24 files changed

+134
-15
lines changed

24 files changed

+134
-15
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-
## 17.1.50 (2019-06-04)
5+
## 17.1.51 (2019-06-11)
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+
## 17.1.50 (2019-06-04)
6+
7+
### Button
8+
9+
#### New Features
10+
11+
- Provided method to focusIn and click.
12+
513
## 17.1.40 (2019-04-09)
614

715
### RadioButton

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": "17.1.47",
3+
"version": "17.1.50",
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

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

33
## [Unreleased]
44

5+
## 17.1.51 (2019-06-11)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- #231616, #234495 - In mobile device, DatePicker popup displays in the center of the viewport.
12+
13+
### DateRangePicker
14+
15+
#### Bug Fixes
16+
17+
- #231616, #234495 - In mobile device, DateRangePicker popup displays in the center of the viewport.
18+
519
## 17.1.49 (2019-05-29)
620

721
### DatePicker

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.51 (2019-06-11)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- #144983 - Label style not working in axisLabelRender event for polar and radar series type issue fixed.
12+
- #237811 - Chart rendered with default width in Internet Explorer issue fixed.
13+
514
## 17.1.49 (2019-05-29)
615

716
### Stock Chart

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

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.50 (2019-06-04)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- #237131 - The issue "Layout is messed up when diagram have disconnected nodes" has been resolved using complex hierarchical tree layout.
12+
- #237533 - The issue "min-height and min-width properties of node does not updated properly at run time" has been resolved.
13+
14+
## 17.1.49 (2019-05-29)
15+
16+
### Diagram
17+
18+
#### Breaking Changes
19+
20+
- The `data` property is removed from the DataSource property of the diagram.
21+
522
## 17.1.48 (2019-05-21)
623

724
### Diagram

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": "17.1.48",
3+
"version": "17.1.50",
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/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": "17.1.49",
3+
"version": "17.1.50",
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/grids/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
## [Unreleased]
44

5+
## 17.1.51 (2019-06-11)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- #235294 - Pager of the grid is refreshed properly during grid persistence.
12+
- #232623 - Complex field structure for primary key columns when using deep watch has been resolved.
13+
- #233441 - Misalignment has been fixed when applying `auto-fit` for stacked header columns.
14+
- #234514 - Context menu is properly rendering when using both default and custom items in header.
15+
- #235841 - `Colspan` is set properly while having empty records in hierarchy grid.
16+
- #236745 - `aria-label` attribute is updated when changing value in batch mode.
17+
- #144884 - Selected `rowIndexes` during `selectAll` checkbox operation has been resolved.
18+
- #143410 - Exporting pdf document with UTC date value in string format has been fixed.
19+
- #235826 - Filter icon overlaps the `headerText` when using menu filter dynamically has been fixed.
20+
- #235017 - Problem with visible property, when `HideAtMedia` is enabled for the column has been resolved.
21+
- #235264 - Script error when click on the column menu filter option in phone mode has been fixed.
22+
- #236759 - `ContextMenu` maintains the previous selected row has been resolved.
23+
- #237815 - Grid updated value is persisted when data has not been returned from server.
24+
- #237239 - Template column is rendered properly with persistence during page refresh.
25+
526
## 17.1.50 (2019-06-04)
627

728
### Grid

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": "17.1.48",
3+
"version": "17.1.50",
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/inplaceeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.1.50 (2019-06-04)
5+
## 17.1.51 (2019-06-11)
66

77
### In-place Editor
88

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": "17.1.49",
3+
"version": "17.1.50",
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+
## 17.1.51 (2019-06-11)
6+
7+
### Dashboard Layout
8+
9+
#### Bug Fixes
10+
11+
- #237417 - Click event of button is not triggering when it is placed inside the panel element of DashboardLayout.
12+
513
## 17.1.49 (2019-05-29)
614

715
### Dashboard Layout

components/maps/CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## 17.1.51 (2019-06-11)
12+
13+
### Maps
14+
15+
#### Bug Fixes
16+
17+
- #I237116 - The issue with default highlight and selection fill color has been resolved.
18+
1119
## 17.1.50 (2019-06-04)
1220

1321
### Maps

components/maps/package.json

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

components/popups/package.json

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

components/querybuilder/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.51 (2019-06-11)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- DataManager related issue resolved.
12+
513
## 17.1.50 (2019-06-04)
614

715
### QueryBuilder

components/querybuilder/package.json

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

components/schedule/CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,25 @@
22

33
## [Unreleased]
44

5+
## 17.1.51 (2019-06-11)
6+
7+
### Schedule
8+
9+
#### Bug Fixes
10+
11+
- #234343 - An issue with adding resources dynamically when it has empty collection in initially has been fixed.
12+
- #235165 - An issue with `rowAutoHeight` property enabled the horizontal scroll wrongly in month view has been fixed.
13+
514
## 17.1.50 (2019-06-04)
615

716
### Schedule
817

918
#### Bug Fixes
1019

11-
- An issue with preventing the event to be created, while clicking on the add icon in mobile devices with read only property is enabled is fixed.
1220
- #234667 - An issue with Scheduler is not properly navigating to selected date in timeline views has been fixed.
13-
- #234343 - An issue with adding resources dynamically when it has empty collection in initially has been fixed.
21+
- #234974 - An issue with Deleting ready only events is fixed.
22+
- #143894 - An issue with selecting work cells for multiple rows is fixed.
23+
- #234587 - An issue with rendering events with huge number of events in same times in week view is fixed.
1424

1525
## 17.1.48 (2019-05-21)
1626

components/schedule/package.json

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

components/splitbuttons/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.51 (2019-06-11)
6+
7+
### DropDownButton
8+
9+
#### Bug Fixes
10+
11+
- Resolved Method and Event name conflict issue.
12+
513
## 17.1.50 (2019-06-04)
614

715
### ProgressButton

components/splitbuttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-splitbuttons",
3-
"version": "17.1.47",
3+
"version": "17.1.50",
44
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/treegrid/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.51 (2019-06-11)
6+
7+
### TreeGrid
8+
9+
#### Bug Fixes
10+
11+
- #238350 - Editing works fine in remote data.
12+
513
## 17.1.49 (2019-05-29)
614

715
### TreeGrid

0 commit comments

Comments
 (0)