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

Commit

Permalink
5.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
giogonzo committed Apr 27, 2020
1 parent 8b585ba commit af1d7c1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## [v5.0.16](https://github.com/buildo/rc-datepicker/tree/v5.0.16) (2020-04-27)
[Full Changelog](https://github.com/buildo/rc-datepicker/compare/v5.0.14...v5.0.16)

#### New features:

- Style.scss imports a file that does not exist in recent versions of react-flexview [#167](https://github.com/buildo/rc-datepicker/issues/167)
- Placeholder not showing [#162](https://github.com/buildo/rc-datepicker/issues/162)
- Disable user input? [#149](https://github.com/buildo/rc-datepicker/issues/149)

#### Fixes (bugs & defects):

- fix onChange typings for DatePickerInput: it should accept a second argument "formatteDate: string" [#159](https://github.com/buildo/rc-datepicker/issues/159)

## [v5.0.14](https://github.com/buildo/rc-datepicker/tree/v5.0.14) (2019-04-23)
[Full Changelog](https://github.com/buildo/rc-datepicker/compare/v5.0.13...v5.0.14)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc-datepicker",
"version": "5.0.15",
"version": "5.0.16",
"description": "DatePicker and DatePickerInput to be used with React",
"main": "index.js",
"files": [
Expand Down

0 comments on commit af1d7c1

Please sign in to comment.