afc163
|
56cc2716c1
|
remove datepicker focus style
|
2015-10-28 17:30:54 +08:00 |
|
afc163
|
dac4b51ea5
|
Fix calendar
|
2015-10-28 16:31:28 +08:00 |
|
afc163
|
8f7c7350e8
|
Remove today hover color
|
2015-10-28 15:53:30 +08:00 |
|
Benjy Cui
|
3c962e16d2
|
fix: hide loading icon at first
|
2015-10-28 10:35:48 +08:00 |
|
afc163
|
37d18de441
|
Merge branch 'develop-0.10.0' of github.com:ant-design/ant-design into develop-0.10.0
|
2015-10-26 16:37:13 +08:00 |
|
afc163
|
62115e9034
|
just hide toottip overlay when there is no title
avoid rerender children when title is changed
|
2015-10-26 16:30:27 +08:00 |
|
yiminghe
|
8729808625
|
upgrade dropdown
|
2015-10-26 14:26:51 +08:00 |
|
afc163
|
f8122309fa
|
Add locale support for datepicker, #424
|
2015-10-23 17:57:02 +08:00 |
|
afc163
|
b910d353df
|
Add adjust animation for select
|
2015-10-22 18:27:17 +08:00 |
|
afc163
|
e82cc1b251
|
Add adjust animation for datepicker
|
2015-10-22 18:03:27 +08:00 |
|
afc163
|
9df0cd44c4
|
remove prefix
|
2015-10-22 17:00:46 +08:00 |
|
afc163
|
c4e552cb60
|
update tabs style
|
2015-10-22 11:36:41 +08:00 |
|
afc163
|
b6cdeb157d
|
Add vertical tabs, fix #398
|
2015-10-21 20:00:02 +08:00 |
|
yiminghe
|
1e43c9ddc5
|
upgrade tabs
|
2015-10-21 14:53:48 +08:00 |
|
SimaQ
|
59c36965ea
|
fix: fix slider disabled style bug.
|
2015-10-20 19:39:43 +08:00 |
|
yiminghe
|
76b0f673ec
|
beta2
|
2015-10-20 16:47:55 +08:00 |
|
afc163
|
925d75dd1e
|
upgrade rc-slider
|
2015-10-19 16:54:19 +08:00 |
|
afc163
|
a69aae8696
|
Merge branch 'master' into develop-0.10.0
|
2015-10-19 13:56:31 +08:00 |
|
haoxin
|
57ff6037af
|
fix menu z-index, to be smaller than 1000 (dialog, mask, modal)
|
2015-10-19 13:12:39 +08:00 |
|
SimaQ
|
89bb950663
|
fix: 添加 ant-input-number 的校验样式支持。 Closes #377。
|
2015-10-15 19:59:21 +08:00 |
|
afc163
|
5fd6d98217
|
Merge branch 'develop-0.10.0' of github.com:ant-design/ant-design into develop-0.10.0
|
2015-10-14 16:46:01 +08:00 |
|
afc163
|
164c01b5ba
|
Merge branch 'master' into develop-0.10.0
|
2015-10-14 16:44:52 +08:00 |
|
afc163
|
6092ca2319
|
upgrade input-number to 2.1.x
|
2015-10-14 16:27:06 +08:00 |
|
Haibin Yu
|
3faa1535db
|
fix text-color typo in popover.less
|
2015-10-14 13:28:37 +08:00 |
|
afc163
|
33f152b4ac
|
update steps style
|
2015-10-09 21:27:28 +08:00 |
|
afc163
|
a4ad6cd1b0
|
update input-number transition style
|
2015-10-09 20:52:41 +08:00 |
|
Benjy Cui
|
0183694f9c
|
refactor: remove .ant-btn-menu
|
2015-10-09 15:16:22 +08:00 |
|
Benjy Cui
|
2f771b0482
|
feat: button should be a component
|
2015-10-05 15:19:07 +08:00 |
|
afc163
|
b31fe3e1e2
|
fix select style
|
2015-09-24 22:16:28 +08:00 |
|
afc163
|
e36c2412a2
|
fix select text overflow style, close #338
|
2015-09-24 21:54:19 +08:00 |
|
afc163
|
ab7f72875a
|
Add expand icon background
|
2015-09-24 19:14:26 +08:00 |
|
afc163
|
752ef0a141
|
Make chrome transition animation smoothly
|
2015-09-23 21:37:11 +08:00 |
|
afc163
|
ce2aeb48a8
|
improve input number handler
|
2015-09-23 20:48:08 +08:00 |
|
唐帅佶
|
ffd304bf0c
|
progress bar style bugfix
|
2015-09-23 11:56:38 +08:00 |
|
afc163
|
374dca4660
|
Fix user-select in switch control
|
2015-09-23 11:44:39 +08:00 |
|
afc163
|
8436a1a108
|
Fix style of search input in select
|
2015-09-23 11:42:46 +08:00 |
|
afc163
|
f8b587157d
|
show handler when hover input number control
|
2015-09-23 11:40:18 +08:00 |
|
afc163
|
abf2bbddf3
|
expand slider handle area
|
2015-09-23 11:35:44 +08:00 |
|
afc163
|
8a45fe3357
|
update select dropdown style
|
2015-09-23 11:21:36 +08:00 |
|
afc163
|
73c1d3f595
|
update progress demo
|
2015-09-22 20:11:28 +08:00 |
|
afc163
|
c5cab1d687
|
Add confirmLoading prop for Modal
You can use `confirmLoading` to cancel button loading status.
```
onOk() {
...
this.setState({
confirmLoading: false
});
}
```
Fix #322
|
2015-09-22 15:06:10 +08:00 |
|
afc163
|
a6eb7413f4
|
input can not be hidden in IE8, fix #321
|
2015-09-22 11:17:18 +08:00 |
|
afc163
|
63fa44867c
|
update badge style
|
2015-09-18 17:24:14 +08:00 |
|
afc163
|
388bf241c5
|
fix #298
|
2015-09-18 15:03:04 +08:00 |
|
yiminghe
|
7b4bdc8482
|
fix placeholder
|
2015-09-17 19:31:52 +08:00 |
|
羽航
|
2c2919e877
|
revert. drop "relative"
|
2015-09-17 16:41:01 +08:00 |
|
羽航
|
b88cb9e060
|
取消iframe方案
|
2015-09-17 16:17:32 +08:00 |
|
羽航
|
c28034efa7
|
update rc-steps v1.3.1 使用iframe来监控resize事件。未来不支持ie8后,再过渡到纯css实现。
|
2015-09-17 14:18:06 +08:00 |
|
afc163
|
2106387a64
|
Fix slider tooltip style
|
2015-09-16 20:51:01 +08:00 |
|
afc163
|
8dd0c1b02d
|
update message z-index
|
2015-09-16 20:29:59 +08:00 |
|