aboutsummaryrefslogtreecommitdiffhomepage
path: root/HISTORY.md
diff options
context:
space:
mode:
authorMG12 <wuzhao.mail@gmail.com>2015-12-12 20:34:00 +0800
committerMG12 <wuzhao.mail@gmail.com>2015-12-12 20:34:00 +0800
commit518b852e8bd9c50a6c5c7e84cddecb5c94ebb5b6 (patch)
tree664ef5377589dc3c4def7e732dfaa76e89da1fb1 /HISTORY.md
parent182e9fccc90ae709322b7cc314c8775a9d8d46b8 (diff)
downloadtime-picker-518b852e8bd9c50a6c5c7e84cddecb5c94ebb5b6.tar.gz
time-picker-518b852e8bd9c50a6c5c7e84cddecb5c94ebb5b6.tar.zst
time-picker-518b852e8bd9c50a6c5c7e84cddecb5c94ebb5b6.zip
add new options about disabled time
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/HISTORY.md b/HISTORY.md
index ebc3b9e..48c386a 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -2,16 +2,22 @@
2 2
3--- 3---
4 4
51.0.0-alpha7 / 2015-12-12
6------------------
7
8`new` add options `disabledHours`, `disabledMinutes`, `disabledSeconds` and `hideDisabledOptions`.
9`remove` remove options `hourOptions`, `minuteOptions` and `secondOptions`.
10
51.0.0-alpha2 / 2015-12-03 111.0.0-alpha2 / 2015-12-03
6------------------ 12------------------
7 13
8`fix` IE8 compatible. 14`fixed` IE8 compatible.
9`new` add test users. 15`new` add test users.
10 16
110.7.1 / 2015-11-20 170.7.1 / 2015-11-20
12------------------ 18------------------
13 19
14`fix` change value to null when clear input content to remove the react warning. 20`fixed` change value to null when clear input content to remove the react warning.
15 21
160.7.0 / 2015-11-20 220.7.0 / 2015-11-20
17------------------ 23------------------
@@ -21,7 +27,7 @@
210.5.6 / 2015-11-19 270.5.6 / 2015-11-19
22------------------ 28------------------
23 29
24`fix` use another method to change time and fix the bug about value.getTime(). 30`fixed` use another method to change time and fix the bug about value.getTime().
25 31
260.5.4 / 2015-11-19 320.5.4 / 2015-11-19
27------------------ 33------------------
@@ -54,7 +60,7 @@
540.3.3 / 2015-11-17 600.3.3 / 2015-11-17
55------------------ 61------------------
56 62
57`fix` fix some bugs. 63`fixed` fix some bugs.
58 64
590.3.0 / 2015-11-17 650.3.0 / 2015-11-17
60------------------ 66------------------