X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=HISTORY.md;h=e18638c9fee40169b86139b658443b487c486baa;hb=6022baedfba9ec831d9fddaf7979771a71ca7fb8;hp=15c1e02c80f946e3ef4fc9cb7768292e8a72ee03;hpb=e75ed0c6b89282cf475e94d6d5ad0fb35803f974;p=github%2Ffretlink%2Ftime-picker.git diff --git a/HISTORY.md b/HISTORY.md index 15c1e02..e18638c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,73 @@ --- +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 +------------------ + +`new` add options `disabledHours`, `disabledMinutes`, `disabledSeconds` and `hideDisabledOptions`. +`remove` remove options `hourOptions`, `minuteOptions` and `secondOptions`. + +1.0.0-alpha2 / 2015-12-03 +------------------ + +`fixed` IE8 compatible. +`new` add test users. + +0.7.1 / 2015-11-20 +------------------ + +`fixed` change value to null when clear input content to remove the react warning. + +0.7.0 / 2015-11-20 +------------------ + +`update` change the className of panel and its container. + +0.5.6 / 2015-11-19 +------------------ + +`fixed` use another method to change time and fix the bug about value.getTime(). + 0.5.4 / 2015-11-19 ------------------ @@ -33,7 +100,7 @@ 0.3.3 / 2015-11-17 ------------------ -`fix` fix some bugs. +`fixed` fix some bugs. 0.3.0 / 2015-11-17 ------------------