X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=HISTORY.md;h=9eba41b07a109b9528a354b65552698bad88b864;hb=f77f1032a0e62bfa8cf04778a31762cca4438e32;hp=c6198f6fef48e653bd389456c1a505345ef74feb;hpb=21e12b734d9fd34da01e11f594cf28408e0b1951;p=github%2Ffretlink%2Ftime-picker.git diff --git a/HISTORY.md b/HISTORY.md index c6198f6..9eba41b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,26 @@ --- +3.0.0 / 2017-10-22 +--------------------------- + +- Support React 16. +- Add `onKeydown`. +- Add `focusOnOpen`. +- Add `hourStep` `minuteStep` `secondStep`. +- Fix disabled style. +- Use `this.xxx` to replace `this.refs.xxx`. + +2.4.0 / 2017-05-02 +--------------------------- + +Add `popupClassName` prop. + +2.3.0 / 2017-03-08 +--------------------------- + +Add `use12Hours` prop. + 2.2.0 / 2016-11-11 ---------------------------