zombiej
|
777c56a515
|
mock test
|
6 years ago |
zombieJ
|
3bd784cec6
|
force opacity of 0 (#14703)
|
6 years ago |
afc163
|
c563bc1d10
|
🐛 Table should pick pageSize over defaultPageSize in priority
close #14320
|
6 years ago |
afc163
|
5009268e23
|
🆙 typescript@3.3.1
|
6 years ago |
偏右
|
1daec4eacb
|
🐛 Statistic should support negetive numbers (#14695)
close #14692
|
6 years ago |
信鑫-King
|
12f6d8ada4
|
Merge pull request #14684 from RunningCoderLee/master
add ValidateFieldsOptions typing for validateFields
|
6 years ago |
zombieJ
|
4668bf6ddd
|
update code (#14700)
close #12749
|
6 years ago |
zeroslope
|
ff41bfe2fb
|
修改FAQ的描述
FAQ中,标题‘如何移除 2 个汉字时字间的空格’,“汉字‘时’字间”中的时多余,且“汉字字间”不容易断句,在不改变原来意思的情况下改为
“如何移除 2 个汉字之间的空格”
|
6 years ago |
RunningCoderLee
|
86e0431f9b
|
fix: make all the properties in the ValidateFieldsOptions typing optional
|
6 years ago |
RunningCoderLee
|
71503751a2
|
add ValidateFieldsOptions typing for validateFields
|
6 years ago |
Lyndon001
|
ed88aa32eb
|
Update work-with-us.zh-CN.md
|
6 years ago |
Lyndon001
|
3bc313113c
|
Update work-with-us.zh-CN.md
|
6 years ago |
偏右
|
f488a789b4
|
✅ Add test badge to README-zh_CN.md
|
6 years ago |
zombieJ
|
0cb00e47b8
|
fix icon miss viewBox (#14686)
|
6 years ago |
Amumu
|
6668c12c46
|
remove placeholder border override (#14533)
* remove placeholder boder override
* adjust radius when bordered
|
6 years ago |
陈帅
|
ff8bcbac8d
|
use checkout config (#14682)
* use checkout config
* remove block
* style(azure-pipelines.yml): prettier yml file
|
6 years ago |
kristof0425
|
ad363570c3
|
fix(Modal): rm remaining unnecessary string type
|
6 years ago |
kristof0425
|
5b2a5398cf
|
fix(Modal): correct type in comment
|
6 years ago |
kristof0425
|
0a6642e595
|
refactor(Modal): rm unnecessary string
|
6 years ago |
kristof0425
|
c97bd20faf
|
docs(Modal): change type of okText and cancelText props
|
6 years ago |
kristof0425
|
e0edd82a76
|
fix(Modal): allow ReactNode for okText and cancelText props
|
6 years ago |
Florian Orpelière
|
031876bbf3
|
Update tree select documentation
According to https://github.com/react-component/tree-select documentation
|
6 years ago |
afc163
|
2fd7591c19
|
📝 Fix code diff in documentation
|
6 years ago |
afc163
|
33ac498318
|
📝 improve doc
|
6 years ago |
afc163
|
d0d5604790
|
📝 upgrade typescript English doc
|
6 years ago |
afc163
|
9e69fe6378
|
📝 use babel-plugin-import in typescript project
|
6 years ago |
afc163
|
a678d85757
|
📝 Add craco and craco-antd in docs
|
6 years ago |
afc163
|
0c7890f931
|
📝 use cra --typesript
|
6 years ago |
afc163
|
01167d9e62
|
📝 use yarn create in doc
|
6 years ago |
sylvanasGone
|
05df3aa552
|
fix: add missing typing for style prop
|
6 years ago |
tangjinzhou
|
8832be1fc7
|
fix: auto-complete placeholder not display when disabled
|
6 years ago |
afc163
|
3b40bfb058
|
🐛 Tweak calendar select width for IE9
close #14464
|
6 years ago |
afc163
|
b8fd449f84
|
🐛 Fix margin in calendar select
close #14636
|
6 years ago |
zombieJ
|
aa5ed8c237
|
Continue works on #12667 (#14668)
* Update index.tsx
* add limitation on checking labelPlacement
* add type checking of 'mode' in DatePickerProps
|
6 years ago |
杨小事er
|
1b57dff9bb
|
🐛 fix(tootip):fix when title is too short arrow appears outside of tooltip
close #14667
|
6 years ago |
ycjcl868
|
28986d00e0
|
📝 fix className ts definition
|
6 years ago |
zombieJ
|
7f6d7730e0
|
update jest & antd-tools & bisheng-plugin-antd (#14659)
* update deps
* update test case
* update bisheng
* set 'aria-controls' to '' to keep jest sync
|
6 years ago |
kuitos
|
fc56fe9ce5
|
typing fix
|
6 years ago |
Ahmed AlSammany
|
52846791b5
|
fix for https://github.com/ant-design/ant-design/issues/14650
|
6 years ago |
ztplz
|
1c1d7e7de2
|
Merge pull request #14648 from twist295/patch-1
Fixed typo in Skeleton component doc
|
6 years ago |
Alvin Abia
|
9368753605
|
Fixed typo in Skeleton component doc
|
6 years ago |
afc163
|
56ac01610f
|
💄 font-feature-settings to enable monospaced for OpenType font
https://developer.mozilla.org/en-US/docs/Web/CSS/font-feature-settings
|
6 years ago |
陈帅
|
90fdd02e59
|
Set up CI with Azure Pipelines (#14617)
* Set up CI with Azure Pipelines
* optimize text display
* fix error name
* add artifact for package-lock.json
|
6 years ago |
afc163
|
22dbe4f5b3
|
:typo: @dawer-prefix-cls => @drawer-prefix-cls
|
6 years ago |
郑旭
|
b3df86a74f
|
fix destroyFns not reduce when instance.destroy() (#14600)
* fix destroyFns not reduce when instance.destroy()
* Use object destructuring prefer-destructuring
|
6 years ago |
Ahmed AlSammany
|
5ed909c9c8
|
🐛 Fixed src prop for Avatar not effective after image load error
* fix for https://github.com/ant-design/ant-design/issues/14605, reset isImgExist state on src prop update
* add TC for https://github.com/ant-design/ant-design/issues/14605
|
6 years ago |
afc163
|
305041a79d
|
💄 update table demo
|
6 years ago |
afc163
|
ba1e305368
|
💄 site: fix extra space in demo code box
|
6 years ago |
zombieJ
|
66366cfe18
|
Merge pull request #14619 from ant-design/fix-some-bugs-in-one-pr
Fixes some bugs
|
6 years ago |
afc163
|
a68a1aec63
|
💄 Tweak checkbox style
|
6 years ago |