Josué
c00a2aabe2
docs: add missed time picker props ( #8100 )
...
* Add missed time-picker props
* Update time picker docs for missed props
2017-11-03 01:55:06 -05:00
afc163
59db56e953
Fix popupVisible of Cascader not working, close #8088
2017-11-03 13:03:54 +08:00
Kyle Kelley
43864988e3
correct spelling of progress ( #8101 )
...
`@process-default-color` --> `@progress-default-color`
2017-11-03 09:43:02 +08:00
David Schneider
a5c3a6c930
In SliderProps type definition, replace void
types with null
. ( #8102 )
...
With TypeScript compiler option ‘strictNullChecks’ enabled, the value `null` cannot be assigned to type `void`. This means, for instance, that it’s impossible to pass a `null` value for prop `step`. I don’t expect that substituting `null` for `void` in these type definitions should cause anyone difficulty; because these are optional props, a consumer of this component should be able to pass `null` or `undefined` safely, whether or not the compiler is using strict null checks.
2017-11-03 09:40:56 +08:00
afc163
1af37103f3
use ghost
2017-11-02 11:18:32 +08:00
Andreas Cederström
a3610603bf
Upgrade documentation of use with create-react-app ( #8085 )
...
https://github.com/timarney/react-app-rewired have new compose protocol.
Check: https://github.com/timarney/react-app-rewired/tree/master/packages/react-app-rewire-less
2017-11-01 18:53:20 +08:00
afc163
bf82b4c49b
Fix suffix of Input.Search
...
close #7970
2017-11-01 12:12:16 +08:00
afc163
9583bb4c85
Add Ant Design Pro
2017-11-01 10:50:27 +08:00
afc163
36df1c5f83
site: target should be _blank
2017-10-31 21:58:41 +08:00
afc163
cc305209c0
Fix badge in header
2017-10-31 18:07:37 +08:00
afc163
3e7ade8d4e
Fix link color
2017-10-31 17:51:35 +08:00
afc163
2075b056f7
Fix link color
2017-10-31 17:44:44 +08:00
afc163
ace590273a
Add pro link
2017-10-31 16:32:09 +08:00
afc163
7c3a483190
Fix input checkbox or radio disappeared, ref #7974
2017-10-30 13:19:53 +08:00
翁润雨
f64e24af8c
add the 'selectable' attribute ( #8048 )
2017-10-28 19:39:33 +08:00
nikogu
4166474d07
bump 2.13.8 - change version
2017-10-28 18:52:06 +08:00
niko
9bb216ea19
2.13.8 change log review ( #8041 )
...
bump 2.13.8
2017-10-28 05:34:10 -05:00
afc163
dcde9e7b60
Remove modao
2017-10-28 17:03:56 +08:00
afc163
a666a59eb0
Add china mirror link in footer
2017-10-28 00:09:55 +08:00
vgeyi
8bde0c0fee
Rewrite the MenuItem to handle ref for react 16 ( #8037 )
...
* ReWrite MenuItem to remove ref warning for react 16
* unified coding style
* add removing semicolon
2017-10-27 07:21:34 -05:00
nikogu
9696739a36
update Menu snapshots
2017-10-27 18:24:07 +08:00
nikogu
c664d843fb
fixed: https://github.com/ant-design/ant-design/issues/8040
2017-10-27 17:40:31 +08:00
afc163
3c4cc688a1
Fix install warning, close #8030
2017-10-27 10:02:08 +08:00
afc163
ad9809ec2e
Fix extra padding of loading Card when it is too wide
2017-10-26 19:20:12 +08:00
Wei Zhu
5660e81541
Remove debug code
2017-10-25 17:43:09 +08:00
Kiho · Cham
9ecce8d90f
missing the array first element xs ( #8010 )
2017-10-25 00:58:10 -05:00
Wei Zhu
36227a10db
docs: sort api table
2017-10-25 10:25:44 +08:00
Wei Zhu
caeaba68fc
Merge pull request #7896 from monkindey/antd_api_sort_base_master
...
doc: sort api following some rule
2017-10-25 10:22:46 +08:00
Wei Zhu
f28d0d4d82
docs: Document onRowContextMenu
...
close #7820
2017-10-25 10:00:44 +08:00
For177
6d68d5d8fc
Update index.zh-CN.md ( #8002 )
2017-10-24 04:31:12 -05:00
monkindey
a22bcec4e7
add size props group sorting
2017-10-24 14:34:58 +08:00
monkindey
fe19a9b124
rerun api-sort script
2017-10-24 11:22:57 +08:00
monkindey
990d9c6192
format the conflicted table markdown
2017-10-24 11:21:04 +08:00
monkindey
7d26fb10e0
correct the conflict
2017-10-24 11:21:04 +08:00
monkindey
2a92b7a9fa
feat: add sort api table script
2017-10-24 11:21:04 +08:00
monkindey
ea926fecaf
also resolve conflicted file
2017-10-24 11:20:45 +08:00
monkindey
0bc5936b23
resolve conflicted files
2017-10-24 11:16:48 +08:00
Eric Thomas
4a3602b536
docs:Fix spelling of difference ( #7995 )
2017-10-23 21:20:57 -05:00
afc163
3c1b4da51e
Fix autoprefix warning
2017-10-23 20:53:59 +08:00
Wei Zhu
f03af93b86
Optimize ci scripts
2017-10-23 16:32:42 +08:00
Wei Zhu
d829f6c008
docs: expandedRowRender can not be boolean
2017-10-23 11:21:05 +08:00
Benjy Cui
ff5d05129f
docs: translate 1599686
2017-10-23 10:37:31 +08:00
kossel
1599686fc2
docs: update docs for Modal, close #7840 ( #7952 )
2017-10-22 21:35:47 -05:00
afc163
65ee579480
update footer links
2017-10-23 10:08:12 +08:00
朮厃
8e1cb081db
Remove the inner shadow on iOS inputs. ( #7974 )
2017-10-23 10:05:53 +08:00
ddcat1115
6d94fa0efe
update travis node version
2017-10-23 10:01:13 +08:00
ddcat1115
4cfb34ee4f
try to fix ci
2017-10-23 00:08:47 +08:00
ddcat1115
c9bc8d7095
fix Upload ci
2017-10-22 23:36:27 +08:00
ddcat1115
1f57cf4e51
version 2.13.7
2017-10-22 17:44:23 +08:00
ddcat1115
12819130ec
fix Table filter can't show after remove fixed setting. ( #7962 )
...
* fix Table filter can't show after remove fixed setting.
close #7909
* improve
2017-10-22 02:54:12 -05:00