aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorafc163 <afc163@gmail.com>2017-10-22 17:05:25 +0800
committerafc163 <afc163@gmail.com>2017-10-22 17:05:38 +0800
commit5b3f328499435c2f47ebf56eca057cbbe9297761 (patch)
tree6bdcfb4d605f234da8a0b643aa8e21f11bdf8f1a
parentfd231e087cdf327826297e58c5b4a8a895ec9e40 (diff)
downloadtime-picker-5b3f328499435c2f47ebf56eca057cbbe9297761.tar.gz
time-picker-5b3f328499435c2f47ebf56eca057cbbe9297761.tar.zst
time-picker-5b3f328499435c2f47ebf56eca057cbbe9297761.zip
3.0.0 :tada:3.0.0
-rw-r--r--HISTORY.md9
-rw-r--r--package.json2
2 files changed, 10 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index e18638c..79862af 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -2,6 +2,15 @@
2 2
3--- 3---
4 4
53.0.0 / 2017-10-22
6---------------------------
7
8- Support React 16.
9- Add `onKeydown`.
10- Add `focusOnOpen`.
11- Add `hourStep` `minuteStep` `secondStep`.
12- Fix disabled style.
13
52.4.0 / 2017-05-02 142.4.0 / 2017-05-02
6--------------------------- 15---------------------------
7 16
diff --git a/package.json b/package.json
index eb7cddc..50a4a6b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "rc-time-picker", 2 "name": "rc-time-picker",
3 "version": "2.4.1", 3 "version": "3.0.0",
4 "description": "React TimePicker", 4 "description": "React TimePicker",
5 "keywords": [ 5 "keywords": [
6 "react", 6 "react",