Skip to content

Commit 405971d

Browse files
author
pipeline
committed
v17.1.42 is released
1 parent 308a7f2 commit 405971d

28 files changed

+125
-21
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.41 (2019-04-16)
5+
## 17.1.42 (2019-04-23)
66

77
### Common
88

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.42 (2019-04-23)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- #232966 - Now, you can clear daterangepicker input value using keyboard when strict mode is enabled.
12+
513
## 17.1.41 (2019-04-16)
614

715
### DatePicker

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": "17.1.38",
3+
"version": "17.1.41",
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

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

33
## [Unreleased]
44

5-
## 17.1.41 (2019-04-16)
5+
## 17.1.42 (2019-04-23)
66

77
### Chart
88

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.1.41 (2019-04-16)
5+
## 17.1.42 (2019-04-23)
66

77
### Diagram
88

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.42 (2019-04-23)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- #231353 - Text search results are now navigated properly.
12+
513
## 17.1.41 (2019-04-16)
614

715
### Document Editor

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.40",
3+
"version": "17.1.41",
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

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

33
## [Unreleased]
44

5+
## 17.1.42 (2019-04-23)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- #232673 - Issue with prevent the first value when clear value using clear button has been fixed.
12+
513
## 17.1.41 (2019-04-16)
614

715
### MultiSelect
@@ -16,6 +24,8 @@
1624

1725
- #231920 - The Custom value with pre select value not updated when set empty data source issue has been resolved.
1826

27+
- F143612 - Dropdown icon disappeared when set the lengthy placeholder issue has been fixed.
28+
1929
### DropDownList
2030

2131
#### Bug Fixes
@@ -76,8 +86,6 @@ The ListBox is a graphical user interface component used to display a list of it
7686

7787
- Placeholder is not updated properly when removed the value issue has been resolved.
7888

79-
- F143612 - Dropdown icon disappeared when set the lengthy placeholder issue has been fixed.
80-
8189
## 17.1.32-beta (2019-03-13)
8290

8391
### DropDownList

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

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.42 (2019-04-23)
6+
7+
### File Manager
8+
9+
#### New Features
10+
11+
- Added filesystem provider support for ASP.NET MVC 4 and 5 frameworks.
12+
513
## 17.1.40 (2019-04-09)
614

715
### File Manager

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.42 (2019-04-23)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- #233507- Need to modify `api` description for `startedit` method is resolved.
12+
- #229454- A large text content gets collapsed while using `rowHeight` in grid is resolved.
13+
- #232985- Need to send edit operation `args` in `beforeDataBound` event is resolved.
14+
- #231808- Problem in hiding scrollbar place holder when having frozen is resolved.
15+
- #232924- Horizontal scrollbar gets hidden in `IE` and `EDGE` browsers is resolved.
16+
517
## 17.1.41 (2019-04-16)
618

719
### 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.40",
3+
"version": "17.1.41",
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.41 (2019-04-16)
5+
## 17.1.42 (2019-04-23)
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.40",
3+
"version": "17.1.41",
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/lists/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.1.41 (2019-04-16)
5+
## 17.1.42 (2019-04-23)
6+
7+
### ListView
8+
9+
#### Bug Fixes
10+
11+
- Issue in enabling `virtualization` with empty data source has been fixed.
12+
13+
## 17.1.40 (2019-04-09)
614

715
### ListBase
816

components/lists/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-lists",
3-
"version": "17.1.38",
3+
"version": "17.1.40",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## 17.1.42 (2019-04-23)
12+
13+
### Maps
14+
15+
#### Bug Fixes
16+
17+
- #I233129 – The issue in data label rendering, if you resize the map by setting the "intersectionAction" property to 'hide' has been fixed.
18+
- #I233127 - When selecting the new shape, the border for old shape is not removed issue has been fixed.
19+
- #I233127 – The issue of border width changing, when zooming the map has been fixed.
20+
1121
## 17.1.41 (2019-04-16)
1222

1323
### 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.38",
3+
"version": "17.1.41",
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/navigations/package.json

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

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.42 (2019-04-23)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- The issue "the hyperlinkClick event is not triggered for web links" has been fixed.
12+
513
## 17.1.41 (2019-04-16)
614

715
### PDF Viewer

components/pdfviewer/package.json

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

components/querybuilder/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.1.41 (2019-04-16)
5+
## 17.1.42 (2019-04-23)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- Rule with AND operator is not properly updated in ASP.NET MVC and Core.
12+
13+
## 17.1.40 (2019-04-09)
14+
15+
### QueryBuilder
16+
17+
#### Bug Fixes
18+
19+
- Updating conditions throws script error after using 'setRules' method.
20+
21+
## 17.1.38 (2019-03-29)
622

723
### QueryBuilder
824

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

components/richtexteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.1.41 (2019-04-16)
5+
## 17.1.42 (2019-04-23)
66

77
### RichTextEditor
88

components/schedule/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 17.1.42 (2019-04-23)
6+
7+
### Schedule
8+
9+
#### Bug Fixes
10+
11+
- #143894 - An issue with select event arguments element value returns wrongly has been fixed.
12+
- #230544 - An issue with `editorTemplate` is not accessing the cell or event details has been fixed.
13+
- #229980, #229989 - An issue with appointment position misplaced in timeline views has been fixed.
14+
515
## 17.1.41 (2019-04-16)
616

717
### Schedule

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.38",
3+
"version": "17.1.41",
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/treegrid/package.json

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

components/treemap/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.42 (2019-04-23)
6+
7+
### TreeMap
8+
9+
#### Bug Fixes
10+
11+
- #I233284 – The issue of breaking the treemap, if data contains the "_" character in its value has been fixed.
12+
513
## 17.1.32-beta (2019-03-13)
614

715
### TreeMap

0 commit comments

Comments
 (0)