X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=HISTORY.md;h=79862af88c466691710ddf2a9e24dbcb8b40aec3;hb=5b3f328499435c2f47ebf56eca057cbbe9297761;hp=48c386ad29bb4dc230d3a5f96f393a02435e3a82;hpb=700c77e4f32e2ec18f3c63b176bf83bac24cdb74;p=github%2Ffretlink%2Ftime-picker.git diff --git a/HISTORY.md b/HISTORY.md index 48c386a..79862af 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,55 @@ --- +3.0.0 / 2017-10-22 +--------------------------- + +- Support React 16. +- Add `onKeydown`. +- Add `focusOnOpen`. +- Add `hourStep` `minuteStep` `secondStep`. +- Fix disabled style. + +2.4.0 / 2017-05-02 +--------------------------- + +Add `popupClassName` prop. + +2.3.0 / 2017-03-08 +--------------------------- + +Add `use12Hours` prop. + +2.2.0 / 2016-11-11 +--------------------------- + +Add `showMinute` prop. + +2.1.0 / 2016-10-25 +--------------------------- + +Add `addon` prop. + +2.0.0 / 2016-08-04 +--------------------------- + +goodbye gregorian-calendar, hello moment + +1.1.0 / 2016-01-14 +--------------------------- + +remove gregorianCalendarLocale prop, move to locale.calendar + +1.0.0 / 2015-12-21 +------------------------- + +release! + +1.0.0-alpha9 / 2015-12-16 +------------------ + +`fixed` update bugs when value empty. + 1.0.0-alpha7 / 2015-12-12 ------------------