Zheeeng
|
572ae5ce14
|
Bugfix issue.9862 (#10052)
* Fix issue 9862
* Update Card test snapshot
|
7 years ago |
Dmitry Gladkikh
|
0d0632b2f3
|
Add getPopupContainer method decl to MenuProps interface (#10158)
* add getPopupContainer to MenuProps
see https://github.com/ant-design/ant-design/issues/10145
* Update getPopupContainer signature of MenuProps
* getPopupContainer prop is optional
|
7 years ago |
Wei Zhu
|
410fb50f44
|
site: use qingting
|
7 years ago |
Wei Zhu
|
a9f4a6cc85
|
site: use https
|
7 years ago |
Wei Zhu
|
163f2aae64
|
site: fix typo
|
7 years ago |
Wei Zhu
|
05d6d80e3d
|
site: more verbose redirects
|
7 years ago |
Wei Zhu
|
1f39cbf36a
|
site: Tweak redirects
|
7 years ago |
Wei Zhu
|
9aa914922d
|
site: Add more redirects
|
7 years ago |
Wei Zhu
|
9ba7818b69
|
site: Add redirects
|
7 years ago |
Wei Zhu
|
81adba222d
|
site: set production build command
|
7 years ago |
Wei Zhu
|
22bfc68f33
|
Remove ID
|
7 years ago |
Wei Zhu
|
10aaee0e27
|
Copy netlify.toml to _site
|
7 years ago |
VTHINKXIE
|
fbad7efacb
|
doc: add stream compute user case (#10155)
* doc: add stream compute user case
* Update cases.en-US.md
|
7 years ago |
Wei Zhu
|
bbf3163cc2
|
Add netlify.toml
|
7 years ago |
Zheeeng
|
069e9207a9
|
Swap positions between List.footer and List.pagination (#10045)
* Swap positions between List.footer and List.pagination
* Update List test snapshots
|
7 years ago |
afc163
|
649d733048
|
fix snapshot ci
|
7 years ago |
Wu Haotian
|
7eb2792072
|
fix typing for `Upload.beforeUpload` (#10059)
* fix typing for `Upload.beforeUpload`
fix #9775
* add RcFile interface, fix tests
* fix typing of `Upload.onStart`
|
7 years ago |
Zheeeng
|
d0d69fbf13
|
Remove useless style (#10054)
|
7 years ago |
Wei Zhu
|
61e4f8011a
|
Remove sCU from Form (#10029)
Related #9790
Form and Form.Item are not considered as pure components
|
7 years ago |
Zen
|
d7f9270a6f
|
fix button/demo/disabled.md (#10009)
add `ghost` property to ghost buttons
|
7 years ago |
afc163
|
a7513bfac1
|
fix stylelint
|
7 years ago |
afc163
|
f0660836b7
|
fix snapshot ci
|
7 years ago |
afc163
|
d4a0cf8054
|
Merge branch 'master' of github.com:ant-design/ant-design
|
7 years ago |
dependabot[bot]
|
1cc7ebc03b
|
Update react-slick requirement to ~0.23.1 (#9948)
Updates the requirements on [react-slick](https://github.com/akiran/react-slick) to permit the latest version.
- [Release notes](https://github.com/akiran/react-slick/releases)
- [Changelog](https://github.com/akiran/react-slick/blob/master/CHANGELOG.md)
- [Commits](https://github.com/akiran/react-slick/commits)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
7 years ago |
dependabot[bot]
|
d0906c6661
|
Update stylelint requirement to 9.2.0 (#9897)
Updates the requirements on [stylelint](https://github.com/stylelint/stylelint) to permit the latest version.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/commits/9.2.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
7 years ago |
afc163
|
61502ef942
|
Fix form demo error in IE9
|
7 years ago |
afc163
|
04b3aad451
|
Fix menu arrow style of disabled, close #10113
|
7 years ago |
afc163
|
2604623b7e
|
fix showInfo when precent is out of range
|
7 years ago |
afc163
|
0eb835772d
|
Fix invalid progress like <Progress precent={120} />
|
7 years ago |
Dmitry Manannikov
|
c0e60f8097
|
Fix wrong List property (#10123) (#10128)
This diff excludes `locale` from `rest` variable to
avoid passing to div.
Close #10123
|
7 years ago |
Zheeeng
|
05a522c343
|
Update ButtonType (#10129)
|
7 years ago |
Open Next
|
ad721111a4
|
fix bug in getting-started - date is null when clear the DatePick (#10111)
|
7 years ago |
刘红
|
ee4f788ae0
|
添加BMP的支持 (#10110)
|
7 years ago |
Jin ZHANG
|
f3f3c63c30
|
fix class for week date render (#10081)
|
7 years ago |
afc163
|
3b00cf8971
|
Fix image when file.url has query or hash
close #10102
|
7 years ago |
何志勇
|
7e8295769a
|
Markdown error (#10100)
There are six preset values, not five
|
7 years ago |
Pierre
|
09fec16b6f
|
[TS] AutoComplete : Make dataSource optional (#10077)
When using children :
https://ant.design/components/auto-complete/#components-auto-complete-demo-options
|
7 years ago |
dependabot[bot]
|
e5030dfa64
|
Update majo requirement to ^0.5.1 (#10069)
Updates the requirements on [majo](https://github.com/egoist/majo) to permit the latest version.
- [Release notes](https://github.com/egoist/majo/releases)
- [Commits](https://github.com/egoist/majo/commits/v0.5.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
7 years ago |
薛定谔的猫
|
63c0c2e38a
|
chore: set sideEffects: false (#10043)
so webpack can do better tree-shaking.
|
7 years ago |
Wei Zhu
|
1a26268bd5
|
Remove duplicate SpinSize
|
7 years ago |
诸岳
|
265770b4e3
|
Fix incompatible type error for Spin[size] prop, close #10053 (#10055)
|
7 years ago |
Rallets
|
8157be2f4a
|
Add files via upload (#10068)
|
7 years ago |
Albert 理斯特
|
b7411febce
|
A: 新增关于 childrenColumnName 的文档,fix #9035 (#10062)
|
7 years ago |
Ed Moore
|
31e50e50b6
|
Fix types (#10063)
* Fix types
Fix https://github.com/ant-design/ant-design/issues/8796
* Fix exported types
|
7 years ago |
Charles Covey-Brandt
|
e1efa990ca
|
Update Alert smooth-closed demo for spelling "visible" (#10060)
|
7 years ago |
afc163
|
8fdce7cb4f
|
test: remove bisheng:build test to speed up the progress
|
7 years ago |
Zheeeng
|
b41af97d1f
|
Fix typo (#10050)
|
7 years ago |
偏右
|
88cacb6c35
|
Revert "Feature time line.reverse (#10026)" (#10056)
This reverts commit 92a07d1b9d .
|
7 years ago |
Zheeeng
|
92a07d1b9d
|
Feature time line.reverse (#10026)
* Add reverse api for Timeline
* Update TimeLine test snapshot
|
7 years ago |
afc163
|
9b64a778d0
|
demo: fix console warning
|
7 years ago |