]> git.immae.eu Git - github/fretlink/time-picker.git/blobdiff - HISTORY.md
Merge pull request #1 from cyrilfretlink/close-on-esc-prop
[github/fretlink/time-picker.git] / HISTORY.md
index 3ce7feb09bc8a1272ba3f5752b0e899bcc5a9674..f44ba30c96199daf10e4ecc3ce4adf9f770ac706 100644 (file)
@@ -1,17 +1,88 @@
 # History
 
----
+3.3.0 / 2019-02-8
+---------------------------
 
-1.0.0 / 2015-12-03
+- 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
+---------------------------
+
+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
 ------------------
 
-`fix` IE8 compatible.
+`fixed` IE8 compatible.
 `new` add test users.
 
 0.7.1 / 2015-11-20
 ------------------
 
-`fix` change value to null when clear input content to remove the react warning.
+`fixed` change value to null when clear input content to remove the react warning.
 
 0.7.0 / 2015-11-20
 ------------------
@@ -21,7 +92,7 @@
 0.5.6 / 2015-11-19
 ------------------
 
-`fix` use another method to change time and fix the bug about value.getTime().
+`fixed` use another method to change time and fix the bug about value.getTime().
 
 0.5.4 / 2015-11-19
 ------------------
 0.3.3 / 2015-11-17
 ------------------
 
-`fix` fix some bugs.
+`fixed` fix some bugs.
 
 0.3.0 / 2015-11-17
 ------------------