Anuj
|
e0298dcc13
|
prefer logical AND over ternary (#13254)
|
2018-11-23 13:42:37 +08:00 |
|
zombieJ
|
95a76b0436
|
add tabs additional css (#13118)
fix #13086
|
2018-11-23 13:39:33 +08:00 |
|
zombiej
|
e36e5aa5a2
|
fix form demo
|
2018-11-23 11:25:51 +08:00 |
|
ztplz
|
ed4cc9e5fd
|
format (#13252)
|
2018-11-22 23:35:40 +08:00 |
|
afc163
|
97bf3a157a
|
📝 improve document images
|
2018-11-22 22:31:48 +08:00 |
|
Damian Green
|
83b30d7513
|
migrate locale provider to new lifecycle method
|
2018-11-22 14:22:48 +00:00 |
|
Wei Zhu
|
ab6c44dd1f
|
types: add generic type for Select[value]
usage:
const handleChange = (value: string) => {}
<Select<string> onChange={handleChange} >
|
2018-11-22 17:53:44 +08:00 |
|
zombiej
|
4564dce50c
|
carousel fade page should not block user selection
fix #13215
|
2018-11-22 17:52:56 +08:00 |
|
afc163
|
5dc5ab13bc
|
📝 docs: update recommendation
|
2018-11-21 13:32:04 +08:00 |
|
jojoLockLock
|
171e36680f
|
fix(switch):set disabled for loading status & set cursor as not-allowed (#13219)
|
2018-11-21 11:01:18 +08:00 |
|
Laith
|
2bf0fadb11
|
Starting sort order with 'ascend', then 'descend', then undefined. (#13069)
|
2018-11-21 00:27:11 +08:00 |
|
zombieJ
|
d366886dcb
|
add title support in menu item (#12952)
* add title support in menu item
* hide title when inlineCollapsed
* fix typo
|
2018-11-20 23:26:40 +08:00 |
|
spideeee
|
7f8ad51c01
|
Moved "onCalendarChange" prop from DatePicker to RangePicker for English version
|
2018-11-20 22:06:35 +08:00 |
|
ycjcl868
|
bb0888b09f
|
fix: timepicker overflow style
|
2018-11-20 22:06:09 +08:00 |
|
wa1k3r
|
eac1c2482f
|
update checkbox wrapper-state-class snap
|
2018-11-20 22:06:00 +08:00 |
|
wa1k3r
|
7038b9215d
|
add checkbox wrapper state classname
|
2018-11-20 22:06:00 +08:00 |
|
zombiej
|
b28b7a72a8
|
update test case
|
2018-11-20 17:26:08 +08:00 |
|
zombiej
|
5ef2e23bcf
|
Merge remote-tracking branch 'origin/master' into feature
|
2018-11-20 16:36:18 +08:00 |
|
afc163
|
ddb331a6a9
|
💚 Fix snapshot
|
2018-11-20 11:20:14 +08:00 |
|
afc163
|
13c25adc6d
|
📝 Upload action is not required prop
|
2018-11-19 18:52:47 +08:00 |
|
ztplz
|
5705dc8157
|
Fix typo
|
2018-11-19 10:24:06 +08:00 |
|
陈帅
|
b975e564f2
|
Merge pull request #13181 from ant-design/3.10.8-changelog
add 3.10.8 change log
|
2018-11-18 18:31:35 +08:00 |
|
陈帅
|
4393768dce
|
add 3.10.8 change log
|
2018-11-18 10:42:04 +08:00 |
|
ztplz
|
7180f6be44
|
Add tests for Input.Search
|
2018-11-16 21:06:59 +08:00 |
|
ztplz
|
d1e8dd7504
|
Fix eslint error
|
2018-11-16 21:06:41 +08:00 |
|
偏右
|
76bd50bdea
|
Update issue templates
|
2018-11-16 19:02:29 +08:00 |
|
afc163
|
0c1754e3c2
|
🦜 Add feedback link
|
2018-11-16 18:20:08 +08:00 |
|
afc163
|
8a49fea94a
|
🐛 Fix small RangePicker 1px align problem
close #13105
|
2018-11-16 18:20:08 +08:00 |
|
afc163
|
b265692478
|
🐛 Fix Dropdown font-size affected Avatar
close #13091
|
2018-11-16 18:20:08 +08:00 |
|
ztplz
|
13ad9996f3
|
update
|
2018-11-16 16:23:38 +08:00 |
|
ztplz
|
8f64fd5fd8
|
update
|
2018-11-16 16:23:38 +08:00 |
|
ztplz
|
508bc719a7
|
Suppress warning message
|
2018-11-16 16:23:38 +08:00 |
|
zombiej
|
8fbfa1f876
|
should check more strict to avoid shallow compare miss match
fix #13028
|
2018-11-15 23:34:13 +08:00 |
|
ztplz
|
b42d1dc3b1
|
update
|
2018-11-15 20:32:31 +08:00 |
|
ztplz
|
e515db334b
|
Fix typo
|
2018-11-15 20:32:31 +08:00 |
|
zombiej
|
56585d700f
|
add defaultPickerValue in datePicker doc
close #10402
|
2018-11-15 16:21:27 +08:00 |
|
afc163
|
6f98969dc0
|
🐛 Fix case sensitive module path
|
2018-11-15 14:43:54 +08:00 |
|
afc163
|
1cbe8bc919
|
Merge branch 'master' into feature
* master:
Add missing types for tree
fix: notification's description should be optional
Fix #13132 (#13143)
|
2018-11-15 14:18:02 +08:00 |
|
ztplz
|
f25757ef9d
|
Add missing types for tree
|
2018-11-15 14:02:29 +08:00 |
|
Wei Zhu
|
f9bf695656
|
fix: notification's description should be optional
|
2018-11-15 11:32:53 +08:00 |
|
ztplz
|
54cb3b96d3
|
Fix #13132 (#13143)
|
2018-11-14 23:44:38 +08:00 |
|
Joao Rabelo
|
4f51ff5277
|
Adding rcselect 'showAction' to AbstractSelectProps to avoid linting errors when used through antd Select component
The usage of this prop was discussed over #6873
|
2018-11-14 21:11:32 +08:00 |
|
zombiej
|
24a548a1ae
|
Merge remote-tracking branch 'origin/master' into feature
|
2018-11-14 20:46:10 +08:00 |
|
zombiej
|
37a09ae078
|
update test case
|
2018-11-14 20:45:39 +08:00 |
|
afc163
|
5abbe3ba23
|
🐛 revert menu background
|
2018-11-14 18:00:34 +08:00 |
|
ztplz
|
3d2799bb7f
|
Fix typo
|
2018-11-14 17:31:01 +08:00 |
|
ztplz
|
af4e5bbbed
|
format
|
2018-11-14 15:37:13 +08:00 |
|
ztplz
|
6f6d949fcc
|
Fix #13119
|
2018-11-14 15:37:13 +08:00 |
|
zombiej
|
b75486fe85
|
merge master
|
2018-11-14 15:28:27 +08:00 |
|
afc163
|
67dc9b914c
|
🐛 Fixed bug of collapsed menu wrong mode responsively
close #13104
|
2018-11-14 15:25:17 +08:00 |
|