Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit af1d7c1

Browse files
committed
5.0.16
1 parent 8b585ba commit af1d7c1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

33

44

5+
## [v5.0.16](https://github.com/buildo/rc-datepicker/tree/v5.0.16) (2020-04-27)
6+
[Full Changelog](https://github.com/buildo/rc-datepicker/compare/v5.0.14...v5.0.16)
7+
8+
#### New features:
9+
10+
- Style.scss imports a file that does not exist in recent versions of react-flexview [#167](https://github.com/buildo/rc-datepicker/issues/167)
11+
- Placeholder not showing [#162](https://github.com/buildo/rc-datepicker/issues/162)
12+
- Disable user input? [#149](https://github.com/buildo/rc-datepicker/issues/149)
13+
14+
#### Fixes (bugs & defects):
15+
16+
- fix onChange typings for DatePickerInput: it should accept a second argument "formatteDate: string" [#159](https://github.com/buildo/rc-datepicker/issues/159)
17+
518
## [v5.0.14](https://github.com/buildo/rc-datepicker/tree/v5.0.14) (2019-04-23)
619
[Full Changelog](https://github.com/buildo/rc-datepicker/compare/v5.0.13...v5.0.14)
720

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-datepicker",
3-
"version": "5.0.15",
3+
"version": "5.0.16",
44
"description": "DatePicker and DatePickerInput to be used with React",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)