X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=HISTORY.md;h=7445600ffa89a9fde5ba4f1312ce2b7d1b32e4ed;hb=73a24157501c8d75aac94b3f6c913c754d46e94f;hp=214f3bbd58d80d93bc7a0f9a1291403a32dbb225;hpb=f429b4a79df25c9eadc3901e2483716835cc7de7;p=github%2Ffretlink%2Ftime-picker.git diff --git a/HISTORY.md b/HISTORY.md index 214f3bb..7445600 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,11 +1,46 @@ # History ---- +3.2.0 / 2017-11-15 +--------------------------- + +- Add `blur()` and `autoFocus`. + + +3.1.0 / 2017-11-02 +--------------------------- + +- Upgrade to `rc-trigger@2.x`. + + +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 +--------------------------- + +Add `showMinute` prop. 2.1.0 / 2016-10-25 --------------------------- -support addon prop +Add `addon` prop. 2.0.0 / 2016-08-04 ---------------------------