]> git.immae.eu Git - github/fretlink/time-picker.git/blobdiff - HISTORY.md
Added am/pm switching test
[github/fretlink/time-picker.git] / HISTORY.md
index 676fc17f146616d91239020aef09b8776bd09595..c6198f6fef48e653bd389456c1a505345ef74feb 100644 (file)
@@ -1,8 +1,102 @@
-History
-=======
+# History
 
 ---
 
+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
+------------------
+
+`update` change value prop to defaultValue.
+
+0.5.2 / 2015-11-19
+------------------
+
+`update` renew placements config.
+
+0.5.1 / 2015-11-19
+------------------
+
+`update` change the className of select panel container.
+
+0.5.0 / 2015-11-19
+------------------
+
+`update` clear input content and close select panel when click [x] on select panel.
+
+`new` can custom input className now.
+
+
+0.4.0 / 2015-11-18
+------------------
+
+`update` clear input content when click [x] on select panel.
+
+0.3.3 / 2015-11-17
+------------------
+
+`fixed` fix some bugs.
+
+0.3.0 / 2015-11-17
+------------------
+
+`update` remove TimePanel and merge it to TimePicker.
+
 0.2.0 / 2015-11-16
 ------------------