v5.0.17 (2024-07-09)
- Custom icon #177
v5.0.16 (2020-04-27)
- Style.scss imports a file that does not exist in recent versions of react-flexview #167
- Placeholder not showing #162
- Disable user input? #149
- fix onChange typings for DatePickerInput: it should accept a second argument "formatteDate: string" #159
v5.0.14 (2019-04-23)
v5.0.13 (2018-04-30)
- @types/react should not be a dependency #146
v5.0.12 (2018-03-23)
- String refs are deprecated #144
v5.0.11 (2018-02-26)
- Add react16 to list of peerDependencies #142
v5.0.10 (2017-10-13)
- Typescript:
void
as state complains #136
v5.0.9 (2017-08-28)
- replace t.ReactChildren with exported ReactChildren #131
v5.0.8 (2017-06-20)
- [.d.ts] onChange first param should be a Date #129
- Ci is failing with Error: Missing description for prop 'startDate' in 'DatePickerInput'. #126
v5.0.7 (2017-05-29)
v5.0.6 (2017-05-05)
- typescript support #105
v5.0.5 (2017-04-26)
v5.0.4 (2017-03-08)
- DatePickerInput: add ability to open the popup on top #112
v5.0.3 (2017-03-06)
v5.0.2 (2017-03-01)
- add "disabled" functionality to DatePickerInput #109
v5.0.1 (2017-01-02)
- style.css is not fully compiled in lib folder #102
v5.0.0 (2016-12-29)
- [style] update style with new mockup #98
- [style] improve UI following styleguide #81
- React 15.x compatibility #78
- datepicker layout may break with different fonts #68
v5.0.0-beta2 (2016-06-06)
- Find an alternative to valueLink #88
v5.0.0-beta1 (2016-05-30)
- [IE] datepicker returns InvalidDate at first click #83
v4.0.0 (2016-04-21)
v3.1.2 (2016-03-30)
- January calendar wrong with moment 2.11+ #65
v3.1.1 (2016-03-23)
- 3.1.0 break change mode button #75
- closeOnClickOutside not triggered when clicking into another DatePickerInput #69
- Update lodash to ^4 #73
- use Popover from buildo-react-components #61
- improve DatePicker and DatePickerInput API #39
- Drop Travis and Coveralls in favor of Bamboo and Codecov #11
v3.0.2 (2016-01-27)
- temporarily use moment@2.10.6 #66
v3.0.1 (2015-12-22)
v3.0.0 (2015-10-12)
- separate format in displayFormat and returnFormat #57
- handle undefined value #55
v2.0.0 (2015-08-10)
- DatePickerInput does not close if same date is inserted #48
- remove unused and unwanted initialDate in componentWillRecieveProps of DatePickerInput #40
- should we introduce t-comb for prop and type checking? #38
- safer import of lodash #35
- add support for valueLink #13
v1.3.0 (2015-07-23)
- add onShow and onHide callbacks to DatePickerInput #36
v1.2.0 (2015-07-16)
- in the last release (v1.1.0) there is a console.log #28
- Type in closeOnClickOutiside prop. #25
- Rename to "rc-datepicker"? #16
v1.1.0 (2015-07-06)
- Should log a warning if required locale is not available #22
- Add a screenshot in the README #17
- change repo name (remove "semantic") #14
- Add example project for quicker development #7
- the calendar doesn't close when you click outside #20
v1.0.3 (2015-06-29)
v1.0.2 (2015-06-29)
v1.0.0 (2015-06-26)
- New build system based on karma/webpack/babel #8
- Improve build system to produce minified version #3
v0.2.0 (2015-04-22)
- Add 'name' prop to DatePickerInput #5
v0.1.4 (2015-04-22)
- Present date picker on input field focus #4
v0.1.3 (2015-04-20)
- When setting minDate the wrong bounds are set for 'year' mode #1
v0.1.2 (2015-04-11)
v0.1.1 (2015-04-10)
- dateString shouldn't be set if date is undefined #2