zombieJ
b5143df1a4
fix: Upload preview should work with Blob ( #17392 )
* fix: Upload preview should work with Blob
* rm only
5 years ago
陈帅
9b8ccc4ee7
add className test
5 years ago
陈帅
00bcb6928e
remove spaces
5 years ago
陈帅
89a8df1d41
fix classname is undefined
5 years ago
陈帅
3faae975fa
fix result error ( #17385 )
5 years ago
Eldar Mustafaiev
fa539507da
fix typo
5 years ago
zombiej
be33ebfa08
update test case
5 years ago
陈帅
4972383c3c
feat: New Components Result ( #17244 )
* New Components Result
antd 又变大了一点
* fix review warning
remove classname "view"
The class name of status hits the outermost layer
* rm fragment
* fix build error
* update snapshot
* add PRESENTED_SVG_DEFAULT
* fix doc
* fix lint
* fix compile error
* fix review warning
* fix react15 error
* add new demo
* remove not required code
* updated snapshot
* api some empty
* change svg to image
5 years ago
zombieJ
a5f495692e
fix: Tooltip not work correctly on disabled Switch ( #17372 )
* add tooltip of Switch
* clean up
* updat snapshot
5 years ago
zombiej
12c577d386
docs: Update menuItemSelectedIcon desc of Select
close #17360
5 years ago
陈帅
8eceb04d62
update snap
issue in #17280 and #17330
5 years ago
王林涛
b5d629a8a3
docs(Table): update description of hideDefaultSelections
5 years ago
afc163
10a3a7f7ae
🐛 Fix small table header background
revert #14539
it should be white in our design spec
5 years ago
yoyo837
612bf82c34
add test case
5 years ago
susiwen
06eba00e0b
Add FAQ link
5 years ago
yoyo837
50f6b9c903
update
5 years ago
诸岳
9c9365ce00
fix(Mentions): Incorrect line-height from .input() style
5 years ago
yoyo837
c8d5243b97
sort
5 years ago
yoyo837
660ebbd58f
fix values
5 years ago
susiwen
b710f47996
Add missing FAQ site
5 years ago
hengkx
0130cbfa16
fix Tree treeData
5 years ago
陈帅
bdfcc912c0
fix style warning
5 years ago
偏右
d74c590f17
Update index.zh-CN.md
5 years ago
yoyo837
32bb62be15
CheckboxGroup onChange 值保持选项的顺序
5 years ago
xuqiang
657550118e
fixed #17290
5 years ago
xuqiang
543262295a
fixed https://github.com/ant-design/ant-design/issues/17290
5 years ago
susiwen
85e483921b
Add missing info in documents
5 years ago
Meck Zhu
4463d24660
docs: Remove predix I from interface
5 years ago
hengkx
61318a1856
update descriptions snapshots
5 years ago
hengkx
0245d41873
fix Description vertical borderd
5 years ago
hengkx
584713bc62
fix Desciption doc
5 years ago
Meck Zhu
87afda5623
Extract SwitchChangeEventHandler and SwitchSize
With this change, we can define change handler more convenience:
Before:
```javascript
const handleChange = (checked: boolean, event: MouseEvent) => {
...
}
```
After:
```javascript
const handleChange: SwitchChangeEventHandler = (checked, event) => {
...
}
```
5 years ago
hengkx
2a9da95a92
feat: Descriptions add vertical layout
5 years ago
afc163
862cecfd63
💄 Better className of PageHeader
5 years ago
zombieJ
6d0cf1de01
rm useless style ( #17319 )
5 years ago
hengkx
c1a21724c1
Progress merge demo
5 years ago
诸岳
171e838f43
style: Fix placeholder color for Mentions, close #17317
5 years ago
jljsj
dae1ab923a
fix drawer test
5 years ago
hengkx
2a42432c10
Progress Circle support gradient
5 years ago
偏右
94072ad5ea
fix: Descriptions.Item not support className ( #17280 )
* 🐛 Fix Desciptions.Item not support className
close #17276
* refactor descriptions styles implementation
* use `th` as label elements in bordered situation
* ✅ update snapshots
5 years ago
toshi1127
7a0da03907
fix SkeletonAvatarProps's size to accept number
6 years ago
afc163
795e6a5e0a
✅ fix eslint errors
6 years ago
偏右
868cd6197b
💄 Fix Tooltip arrow shadow ( #17264 )
close #17259
same as #13935
6 years ago
afc163
ec7c99998a
🎬 fix react-dnd depracated usage
6 years ago
afc163
8f861a35ac
✅ fix jest timer warning
6 years ago
afc163
3f8589cff3
chore: code style
6 years ago
afc163
57c28def68
revert unknown to any
6 years ago
afc163
936fea5769
🐛 Fix onRow return types
https://github.com/ant-design/ant-design/issues/17245#issuecomment-504807714
6 years ago
afc163
4c84c41da0
🐛 Revert Form type `unknown` to `any`
close #17245
6 years ago
zombieJ
340ff711ab
chore: Support TypeScript & JavaScript with Demo ( #17247 )
* update bisheng
* support lang panel
* display tabs if multiple lang
* rm tmp file
6 years ago