diff options
author | MG12 <wuzhao.mail@gmail.com> | 2015-12-12 20:34:00 +0800 |
---|---|---|
committer | MG12 <wuzhao.mail@gmail.com> | 2015-12-12 20:34:00 +0800 |
commit | 518b852e8bd9c50a6c5c7e84cddecb5c94ebb5b6 (patch) | |
tree | 664ef5377589dc3c4def7e732dfaa76e89da1fb1 /HISTORY.md | |
parent | 182e9fccc90ae709322b7cc314c8775a9d8d46b8 (diff) | |
download | time-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.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -2,16 +2,22 @@ | |||
2 | 2 | ||
3 | --- | 3 | --- |
4 | 4 | ||
5 | 1.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 | |||
5 | 1.0.0-alpha2 / 2015-12-03 | 11 | 1.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 | ||
11 | 0.7.1 / 2015-11-20 | 17 | 0.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 | ||
16 | 0.7.0 / 2015-11-20 | 22 | 0.7.0 / 2015-11-20 |
17 | ------------------ | 23 | ------------------ |
@@ -21,7 +27,7 @@ | |||
21 | 0.5.6 / 2015-11-19 | 27 | 0.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 | ||
26 | 0.5.4 / 2015-11-19 | 32 | 0.5.4 / 2015-11-19 |
27 | ------------------ | 33 | ------------------ |
@@ -54,7 +60,7 @@ | |||
54 | 0.3.3 / 2015-11-17 | 60 | 0.3.3 / 2015-11-17 |
55 | ------------------ | 61 | ------------------ |
56 | 62 | ||
57 | `fix` fix some bugs. | 63 | `fixed` fix some bugs. |
58 | 64 | ||
59 | 0.3.0 / 2015-11-17 | 65 | 0.3.0 / 2015-11-17 |
60 | ------------------ | 66 | ------------------ |