X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=HISTORY.md;h=f44ba30c96199daf10e4ecc3ce4adf9f770ac706;hb=HEAD;hp=e18638c9fee40169b86139b658443b487c486baa;hpb=a7c6e7bbdec19873df69addb101a93eef87d8153;p=github%2Ffretlink%2Ftime-picker.git diff --git a/HISTORY.md b/HISTORY.md index e18638c..f44ba30 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,31 @@ # History ---- +3.3.0 / 2019-02-8 +--------------------------- + +- Add `inputReadOnly` + +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 ---------------------------