Skip to content

Commit 405971d

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

File tree

28 files changed

+125
-21
lines changed

28 files changed

+125
-21
lines changed

components/base/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 10 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 8 additions & 0 deletions
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

0 commit comments

Comments
 (0)