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
5 years ago
afc163
795e6a5e0a
✅ fix eslint errors
5 years ago
偏右
868cd6197b
💄 Fix Tooltip arrow shadow ( #17264 )
close #17259
same as #13935
5 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
Ankit Babbar
0bb7f60708
Update SubMenu.tsx
popupOffset prop is missing in SubMenu
6 years ago
Ankit Babbar
26e427ca7d
Tabs props missing prop
Added Missing prop 'destroyInactiveTabPane' in Tabs
6 years ago
afc163
ad39a9450d
🐛 Fix Layout.Sider‘s zero-width trigger z-index
close #17160
6 years ago
afc163
0ea94b9d68
🐛 Fix Modal 24px bottom area not trigger mask click
close #17226
6 years ago
afc163
bdfd877f3a
🐛 Fix a Table scrollbar style in IE
when customize line-height of empty table
close #17175
6 years ago
Andrew Shini
07c85ea21f
fix: Clone only valid react child elements ( #17207 )
* Clone child only if it exists
child can be void | null | boolean | string | number | element.
* Add test
6 years ago
zombiej
e08534e6c4
update docs
6 years ago
afc163
b1d8425384
📝 document about autoInsertSpaceInButton
6 years ago
陈帅
7e548e4de7
add new test
when breadcrumb lenght=1, pageHeader should have breadcrumb
6 years ago
陈帅
ee21b1c210
fix #17046 , breadcrumbs will always show
6 years ago
zombieJ
e2732eea1e
add fix css ( #17198 )
6 years ago
yoyo837
f0ed471709
使操纵杆右侧半边也可以操作
6 years ago
wtzeng1
ee1b5975e4
fix(Doc): remove useless option in API Doc for Table component
6 years ago
偏右
a30dd26052
🆙 upgrade rc-progress to 2.4.0 ( #17168 )
6 years ago
陈帅
82b85709be
style: run lint-fix ( #17172 )
6 years ago
zombieJ
dc4102d879
reset line-height of TextArea & Picker ( #17165 )
6 years ago
Sevak
baac048eeb
Fix English translation
6 years ago
zombieJ
b77dbd331d
fix: Table crash when filter dynamic change ( #17141 )
* update test case
* fix: Table change filter should not crash
* rm focus test
6 years ago
zombieJ
ebdc7041f7
fix: Nest Card extra position not correct ( #17140 )
* fix: Nest Card extra position not correct
* add missing mark
6 years ago
zombieJ
cfe4de58d6
update modal doc ( #17137 )
6 years ago
zombieJ
b4025176d1
fix modal not support configProvider ( #17132 )
6 years ago
zombieJ
dc1572cff1
fix style ( #17126 )
6 years ago
zombieJ
e0bfcab869
chore: Fix react-dnd CI ( #17130 )
* adjust jest ignore
* add node test
* update es
6 years ago
Zzzen
f1ee189bd2
eliminate `any` type in exported interfaces.#14044
6 years ago
陈帅
ae26f76d94
fix ts lint warning ( #17049 )
6 years ago
afc163
e3565ac110
🚨 Fix lgtm errors
https://lgtm.com/projects/g/ant-design/ant-design/alerts/?mode=list
6 years ago
afc163
8efc0ff5e1
🚨 Fix eslint
6 years ago
陈帅
4373ef1463
fix #17109 ,fix pointers is not always a clickable problem
6 years ago
afc163
7c2846b458
💄 Make Divider style customization easier
close #17084
6 years ago
Dmitry Tikhomirov
6a5f2e9917
Add missing russian translations
6 years ago
afc163
3606d15c2f
🐛 Fix Input not align with other components in Chrome
close #17082
6 years ago