偏右
e1b8deb41d
Merge pull request #17330 from hengkx/feature-desciption
feat: Descriptions add vertical layout
5 years ago
偏右
b0fb5336fe
Merge pull request #17337 from kairi1227/master
fix: Descriptions组件不设置label的显示问题
5 years ago
偏右
d74c590f17
Update index.zh-CN.md
5 years ago
yoyo837
32bb62be15
CheckboxGroup onChange 值保持选项的顺序
5 years ago
zombiej
30e653b21b
chore: Update netfly config
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
偏右
080842bbf9
🐛 unlock react-router version back
https://github.com/ReactTraining/react-router/issues/6811#issuecomment-505894103
5 years ago
偏右
6d26675947
Merge pull request #17315 from hengkx/feature-circle-gradient
feat: progress circle add support gradient
5 years ago
偏右
000757d74a
Merge pull request #17311 from ant-design/jljsj33-patch-1
chore: Update rc-drawer version to fix afterVisibleChange issue
5 years ago
偏右
b1d6767732
Merge pull request #17318 from ant-design/fix-mentions-placeholder
[Mentions] style: Fix placeholder color
5 years ago
afc163
c6a1837075
🆙 upgrade eslint-config-prettier
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
jiang
ba08d48c80
Update package.json
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
zombieJ
fed8e85edb
Merge pull request #17305 from ant-design/master-to-merge
Master master into feature
5 years ago
afc163
d3db99f882
resolve conflict and merge feature branch
5 years ago
zombiej
b2261bbfc7
chore: lock react-router version
5 years ago
偏右
ec416a8644
Merge pull request #17300 from toshi1127/fix-issue17288
fix: size fields in Skeleton AvatarProps to accept numbers
5 years ago
toshi1127
7a0da03907
fix SkeletonAvatarProps's size to accept number
5 years ago
Mateusz Wierzbicki
ec03971100
docs: update design resource page ( #17289 )
I've added card for the UI kit for Figma that we spoke about via Twitter.
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
偏右
25f913f07a
Merge pull request #17262 from ant-design/fix-test
test: fix jest timer warning
5 years ago
afc163
ec7c99998a
🎬 fix react-dnd depracated usage
5 years ago
afc163
8f861a35ac
✅ fix jest timer warning
5 years ago
afc163
3eb713071d
✨ 3.19.8
5 years ago
偏右
f6121aa1cc
Merge pull request #17249 from ant-design/revert-form-type
fix: revert `unknown` to `any`
5 years ago
afc163
3f8589cff3
chore: code style
5 years ago
afc163
c0bd255822
lock eslint-plugin-react for yannickcr/eslint-plugin-react#2319
5 years ago
afc163
57c28def68
revert unknown to any
5 years ago
afc163
936fea5769
🐛 Fix onRow return types
https://github.com/ant-design/ant-design/issues/17245#issuecomment-504807714
5 years ago
偏右
d5be7ce2e0
Update FUNDING.yml
6 years ago
afc163
4c84c41da0
🐛 Revert Form type `unknown` to `any`
close #17245
6 years ago
偏右
4875d2d39b
Merge pull request #17236 from ant-design/upgrade-eslint
chore: upgrade eslint to 6.0
6 years ago
偏右
40a38ff91a
Merge pull request #17239 from babbarankit/patch-2
Update SubMenu.tsx
6 years ago
偏右
71f3e3683c
Merge pull request #17237 from babbarankit/patch-1
Tabs props missing prop
6 years ago
Ankit Babbar
0bb7f60708
Update SubMenu.tsx
popupOffset prop is missing in SubMenu
6 years ago