Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Dec 21, 2015
1 parent 1cd769a commit db4e4d6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Expand Up @@ -2,6 +2,11 @@

---

1.0.0 / 2015-12-21
-------------------------

release!

1.0.0-alpha9 / 2015-12-16
------------------

Expand Down
2 changes: 1 addition & 1 deletion assets/index/Picker.less
@@ -1,6 +1,6 @@
.@{prefixClass} {
&-input {
width: 150px;
width: 100%;
position: relative;
display: inline-block;
padding: 4px 7px;
Expand Down
1 change: 1 addition & 0 deletions examples/pick-time.js
Expand Up @@ -26,6 +26,7 @@ function onChange(value) {

ReactDom.render(
<TimePicker formatter={formatter} locale={TimePickerLocale}
style={{width: 100}}
showSecond={showSecond}
defaultValue={now}
className="xxx"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
},
"licenses": "MIT",
"config": {
"port": 8001
"port": 8011
},
"scripts": {
"build": "rc-tools run build",
Expand Down

0 comments on commit db4e4d6

Please sign in to comment.