]> git.immae.eu Git - github/fretlink/time-picker.git/blobdiff - HISTORY.md
Fixes #75: Disabled Hours for 12 hour picker
[github/fretlink/time-picker.git] / HISTORY.md
index 2c90f678d96719940e5ccac4db9081133197b362..7445600ffa89a9fde5ba4f1312ce2b7d1b32e4ed 100644 (file)
@@ -1,6 +1,56 @@
 # 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
+---------------------------
+
+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
 -------------------------