afc163
54188b8e97
Reset timer in test
7 years ago
afc163
148e5bd887
Fix super argument
7 years ago
afc163
ea185fe288
Fix code style
7 years ago
afc163
0eca38ba2f
Add has sider test case, ref #8077
7 years ago
Yasin Uslu
b3e1192482
Detect Sider even if it's not first child of layout ( #8077 )
* Fix typo in layout
* Detect Sider even if it's not first child of layout
7 years ago
afc163
4022374f33
Fix snapshot
7 years ago
afc163
855e0ff78d
Fix super argument
7 years ago
afc163
856ecd4ae3
Merge branch 'master' into antd-3.0
7 years ago
afc163
97a889da00
Fix snapshot
7 years ago
afc163
d30e398859
Fix upload.test.js
7 years ago
Graeme Yeates
8395de01a2
Add support for column defaultSortOrder ( #6449 ) ( #8111 )
Fixes #6449
7 years ago
Lyndon001
dd531b8428
Update work-with-us.md
7 years ago
afc163
1b45a2c005
update footer
7 years ago
afc163
9ffd545b24
fix order
7 years ago
afc163
23033cb9c1
Add work-with-us
7 years ago
chaofeis
c168a92f18
docs: add missing key prop for controlled tag demo ( #1 ) ( #8147 )
7 years ago
afc163
72aa5e0763
Fix input group align bug in Chrome 62
close ant-design/ant-design-pro#139
7 years ago
D & R
10ab3f5187
fix flattenTree in Cascader ( #8130 ) ( #8136 )
7 years ago
afc163
00227e8688
test node 8 in travis
7 years ago
afc163
198d033e21
upgrade @types/react to 16
7 years ago
afc163
4790f84657
Fix AutoComplete and Input affix style conflict, close #8081
7 years ago
afc163
2d17d8a768
refactor edit-row demo, close #8026
7 years ago
Wei Zhu
e5a57ff60a
Improve Select type definition
Close #8128
7 years ago
afc163
b740d86bbf
update feedback.md
7 years ago
afc163
a99c8c7175
Fix snapshot
7 years ago
Wei Zhu
11f91bd451
Fix test_node
7 years ago
Wei Zhu
67fee48c6a
Run test against multiple react versions
7 years ago
afc163
42e219389d
Fix key warning
7 years ago
afc163
f02cd9cd52
use development react in dev
7 years ago
afc163
5e7c735935
Fix ts compile error
7 years ago
afc163
1338c4f4f8
bump new beta
7 years ago
偏右
bdceb5f083
Review fix ( #8125 )
* Fix style
* Fix style
* fix lint
* Fix more styles
* Fix more styles
* update snap
7 years ago
afc163
2f0197599f
Merge branch 'master' into antd-3.0
7 years ago
afc163
ac96bad478
Improve demo details and update snapshot
7 years ago
Wei Zhu
d6ace6663b
Update snapshot
7 years ago
afc163
714b4ae06a
Merge branch 'master' into antd-3.0
7 years ago
Benjy Cui
6bedfb6a5c
bump 2.13.9
7 years ago
Benjy Cui
be38298f8e
docs: add changelog for 2.13.9 ( #8105 )
7 years ago
Benjy Cui
ffe36725d6
docs: remove duplicated APIs
7 years ago
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
7 years ago
afc163
32b2c21145
site: fix header button style
7 years ago
afc163
5fc64a8433
Add emoji-mart into recommandation
7 years ago
Benjy Cui
de0493d82b
docs: translate, ref: #8100
7 years ago
Josué
c00a2aabe2
docs: add missed time picker props ( #8100 )
* Add missed time-picker props
* Update time picker docs for missed props
7 years ago
afc163
59db56e953
Fix popupVisible of Cascader not working, close #8088
7 years ago
afc163
ca1b79ad34
Add Badge[offset]
7 years ago
Kyle Kelley
43864988e3
correct spelling of progress ( #8101 )
`@process-default-color` --> `@progress-default-color`
7 years ago
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.
7 years ago
afc163
1af37103f3
use ghost
7 years ago
afc163
9b2c40cdd7
avoid triggering unmatch when unregister
7 years ago