Skip to content

Commit b91e997

Browse files
author
pipeline
committedMay 21, 2019
v17.1.48 is released
1 parent b77f365 commit b91e997

File tree

100 files changed

+304
-88
lines changed

Some content is hidden

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

100 files changed

+304
-88
lines changed
 

‎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.42",
3+
"version": "17.1.47",
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

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

33
## [Unreleased]
44

5+
## 17.1.48 (2019-05-21)
6+
7+
### Calendar
8+
9+
#### Bug Fixes
10+
11+
- #235561 - Now, you can navigate year within min and max range in decade view.
12+
13+
### DatePicker
14+
15+
#### Bug Fixes
16+
17+
- #216875 - Issue with some additional text appended to all day numbers when choose `Japanese` culture has been fixed.
18+
19+
### DateRangePicker
20+
21+
#### Bug Fixes
22+
23+
- #233687 - Issue with change event trigger twice when provide date format without date specifier has been fixed.
24+
525
## 17.1.43 (2019-04-30)
626

727
### DatePicker

0 commit comments

Comments
 (0)
Please sign in to comment.