afc163
2f0197599f
Merge branch 'master' into antd-3.0
2017-11-06 21:19:44 +08:00
afc163
ac96bad478
Improve demo details and update snapshot
2017-11-06 21:14:40 +08:00
Wei Zhu
d6ace6663b
Update snapshot
2017-11-06 19:00:36 +08:00
afc163
714b4ae06a
Merge branch 'master' into antd-3.0
2017-11-06 10:35:41 +08:00
Benjy Cui
6bedfb6a5c
bump 2.13.9
2017-11-06 10:18:53 +08:00
Benjy Cui
be38298f8e
docs: add changelog for 2.13.9 ( #8105 )
2017-11-05 20:16:46 -06:00
Benjy Cui
ffe36725d6
docs: remove duplicated APIs
2017-11-06 10:01:39 +08:00
kossel
92aa34c1b5
Feature antd 3.0/spinning indicator ( #7977 )
...
* Added indicator props to Spin component
* Added indicator props to Spin component
* update snapshots
* fix defautl props
* revert some snapshot files
2017-11-04 12:05:25 +08:00
afc163
32b2c21145
site: fix header button style
2017-11-03 15:29:25 +08:00
afc163
5fc64a8433
Add emoji-mart into recommandation
2017-11-03 15:07:42 +08:00
Benjy Cui
de0493d82b
docs: translate, ref: #8100
2017-11-03 15:02:26 +08:00
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
afc163
ca1b79ad34
Add Badge[offset]
2017-11-03 11:37:35 +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
afc163
9b2c40cdd7
avoid triggering unmatch when unregister
2017-11-01 22:10:11 +08:00
afc163
05c56553a2
Fix gutter PropTypes
2017-11-01 21:40:47 +08:00
afc163
3cef86ece5
bump
2017-11-01 20:31:54 +08:00
afc163
b4bd906bf0
Fix responsive grid gutter
2017-11-01 20:31:26 +08:00
afc163
dd8b6347c7
Fix enquire in server render
2017-11-01 19:08:16 +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
09c2df4093
Fix test case
2017-11-01 18:51:55 +08:00
afc163
cfb871cf58
bump
2017-11-01 18:34:32 +08:00
afc163
692efefe31
Support responsively grid gutter
2017-11-01 18:33:41 +08:00
afc163
1c8fbb8899
update code style
2017-11-01 15:46:41 +08:00
afc163
bf82b4c49b
Fix suffix of Input.Search
...
close #7970
2017-11-01 12:12:16 +08:00
Benjy Cui
51785aa6eb
deps: upgrade TypeScript to 2.6, close #8018
2017-11-01 11:47:22 +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
dbe451a199
bump
2017-10-31 19:40:21 +08:00
afc163
81cf43905d
Fix Alert backgroun and border color
2017-10-31 19:39:55 +08:00
afc163
3072aff31f
Merge branch 'master' into antd-3.0
2017-10-31 18:47:39 +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
0c44489cb3
bump
2017-10-31 15:15:51 +08:00
afc163
296dfc7375
vertical progressDot Steps style
2017-10-31 15:15:51 +08:00
afc163
4c20b49db3
bump beta
2017-10-31 15:15:51 +08:00
Benjy Cui
b38c9c11a8
test: simplify snapshots for LocaleProvider
2017-10-31 14:55:53 +08:00
Wei Zhu
8c904de7d4
Add form wrappedComponentRef test
2017-10-31 01:33:56 -05:00
Benjy Cui
7ff7519207
fix: upgrade rc-form and refactor to be compatible with react@16
2017-10-31 01:33:56 -05:00
afc163
2a14b4667d
Fix progress dot step style
2017-10-31 14:04:07 +08:00
afc163
7cc3e2c1cd
Fix input checkbox or radio disappeared, ref #7974
2017-10-31 13:57:45 +08:00
翁润雨
58fe3277d8
add the 'selectable' attribute ( #8048 )
2017-10-31 13:57:45 +08:00
niko
a617a9593a
2.13.8 change log review ( #8041 )
...
bump 2.13.8
2017-10-31 13:57:28 +08:00
afc163
f72ff080f2
Remove modao
2017-10-31 13:57:28 +08:00
afc163
80b7b57eae
Add china mirror link in footer
2017-10-31 13:57:28 +08:00