afc163
16ed7273dd
🐛 Fix margin issue of PageHeader extra
close #17025
6 years ago
zombieJ
e67270cd59
fix: Table with sort should reset to first page ( #17020 )
* sort reset pagination
* add test case
6 years ago
afc163
e5e22e2f9a
✅ Fix test snapshots
6 years ago
Jarvis1010
09435b21cc
Export TextProps and update english in error
6 years ago
Matias Orellana
758f7b0e3e
Add missing spanish translations
6 years ago
afc163
e2d119dd0e
🐛 Fix Divider `orientation="center"` style
close #16987
6 years ago
afc163
6295cb4597
📝 Add FAQ for DatePicker/RangePicker mode prop usage
6 years ago
陈帅
0cf07667a5
less variable should be extended
6 years ago
陈帅
6dd6e6512a
add new less var
6 years ago
afc163
14dc252b04
🆙 fix for typescript@3.5
6 years ago
afc163
e8ab26b641
✅ update snapshots
6 years ago
zombieJ
3547887e75
fix: Table miss border-raidus in Firefox ( #16957 )
* Revert "Merge pull request #16174 from ant-design/fix-table-chrome"
This reverts commit 686c1fc346
, reversing
changes made to 924afc2706
.
* firefox only
* add comment
6 years ago
zjf
9c1691b8a3
rebase
6 years ago
ycjcl868
fa391b3ca3
fix: test ci
6 years ago
ycjcl868
ff680a5376
💄 use marginRight remind developer
6 years ago
afc163
f1c43c16b7
✅ update snapshots
6 years ago
afc163
b1f81045c6
💄 Fix scrollbar border bottom
6 years ago
afc163
1d1339e302
✅ update snapshots
6 years ago
afc163
553487e006
🐛 Fix Table header extra scrollbar control
close #4637
close #14211
https://github.com/react-component/table/pull/333
6 years ago
afc163
eb063d58fa
🐛 Fix abnormal scrollbar in Chrome
when rowSelection and title work together
close #16912
6 years ago
haianweifeng
c6ea0aa3d7
Update Breadcrumb.tsx
6 years ago
偏右
6d2a5df1e6
fix: Breadcrumb validateDOMNesting warning ( #16929 )
* 🐛 Fix Breadcrumb validateDOMNesting warning
```
Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>.
in a (created by Context.Consumer)
in span (created by Context.Consumer)
in a (created by Context.Consumer)
in Trigger (created by Dropdown)
in Dropdown (created by Context.Consumer)
in Dropdown (created by Context.Consumer)
in span (created by Context.Consumer)
in BreadcrumbItem (created by Context.Consumer)
in div (created by Context.Consumer)
in Breadcrumb (created by TestBreadcrumb)
in TestBreadcrumb
```
* ✅ update snapshots
6 years ago
zombieJ
a6ef4ca6a2
fix: Hide Spinner of InputNumber when type is number ( #16926 )
* fix: Hide Spinner of InputNumber when type is number
* Firefox not obedient
6 years ago
zombieJ
10fec945e5
fix: Transfer render Empty when customize without data ( #16925 )
6 years ago
ztplz
bd0479b30b
Remove useless type
6 years ago
Juraj Carnogursky
24ee1634f0
🐛 fixes #16871 Cascader - Space during search
6 years ago
haianweifeng
eee76be930
fix Breadcrumb.tsx
对于子路径是否为空进行判断
6 years ago
MrHeer
239c472c38
fix: use @error-color & @warning-color instead of @text-color-danger & @text-color-warning #16856
6 years ago
haianweifeng
1fac84b222
fix Breadcrumb.tsx
getPath() 参数赋默认值
6 years ago
haianweifeng
3122f3b86b
修复Breadcrumb.tsx 中处理route.children 路径不对
<Menu.Item key={child.breadcrumbName || child.path}>
{itemRender(child, params, routes, [...paths, this.getPath(child.path, params)])}
</Menu.Item>
itemRender(...args) 中路径应该到拼接当前child.path
6 years ago
Aiham Hammami
e3638f2806
Remove okButtonDisabled/cancelButtonDisabled never used prop defs
- Also remove them from the CHANGELOG because they were never actually
implemented, the prop was renamed to okButtonProps/cancelButtonProps
within PR #10955 but these prop defs were left behind and ended up
incorrectly included in the CHANGELOG.
6 years ago
DiamondYuan
c7bc6b743c
fix: fix type of action in UploadProps
6 years ago
DiamondYuan
fa5d5e0a96
fix: fix type of RcFile
6 years ago
DiamondYuan
81da6e90d4
fix: add webkitRelativePath ( #16850 )
6 years ago
Jonathan Lee
45e2274e25
add semicolon
6 years ago
芝华塔尼欧
eb6d846d55
add onChange prop type definition to Steps ( #16845 )
6 years ago
Jonathan Lee
27691d49f0
add onChange prop type definition to Steps
6 years ago
afc163
5a7434c5d6
⚡ export TypographyProps
close #15190
6 years ago
Sergey Levkovich
7304daf4fa
Update index.en-US.md
6 years ago
afc163
13379aa0d8
💄 Optimize examples code style
6 years ago
picodoth
620755d893
typescript: adding forceSubmenuRender as MenuProps
6 years ago
zombieJ
93887e1380
chore: Add warning if use `inlineCollapsed` under Sider ( #16826 )
6 years ago
Jason Chung
9b05885363
fix(Transfer): set state on an unmounted component ( #16822 )
6 years ago
偏右
eb9be9ef56
Update util.test.js
6 years ago
zombieJ
c386d49b63
fix: Tabs card vertical support scroll ( #16825 )
6 years ago
afc163
17ab75b8d9
✅ Add test case for TransButton
6 years ago
偏右
79a6b70e6a
🐛 Fix typo name icons, add warning and update docs ( #16818 )
close #13007
close #16810
deps: ant-design/ant-design-icons#63
6 years ago
ztplz
d6c926d536
Fix typescript compile error ( #16816 )
6 years ago
zombieJ
29ec272635
fix: Descriptions warning should work as expect ( #16819 )
* fix warning
* add MockDate
6 years ago
zombieJ
6853402e00
fix: Select ts define ( #16817 )
6 years ago