ycjcl868
ff680a5376
💄 use marginRight remind developer
6 years ago
偏右
4a793846f5
Merge pull request #15224 from long-zhuge/bugfix
Add fault-tolerant processing for rowSelection.getCheckboxProps
6 years ago
偏右
9fdc408cd0
Merge branch 'master' into bugfix
6 years ago
afc163
7a484dda71
📝 fix size toc overflow style
6 years ago
偏右
d9a5ee06eb
Merge pull request #16950 from ant-design/fix-fixed-table-extra-scroll-bar
fix(Table): Hide header extra scrollbar control
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
偏右
c2b1384377
Merge pull request #16885 from haianweifeng/fix-breadcrumb
fix(Breadcrumb): when route.children exist, the path of children is wrong
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
偏右
8b1985bc9b
Merge pull request #16921 from ant-design/packtracker
test: Add packtracker
6 years ago
偏右
5a7b38b1d2
Merge pull request #16922 from ztplz/type
Remove useless type
6 years ago
ztplz
bd0479b30b
Remove useless type
6 years ago
afc163
ce4b71c71f
🔧 Add packtracker
6 years ago
偏右
18d3dee71c
Merge pull request #16851 from ant-design/fix/uploadFile-type-again
fix: fix type of action and RcFile
6 years ago
偏右
7c0fd87b2b
Merge pull request #16918 from oakslab/master
fix: cascader unable to enter space during search #16871
6 years ago
Juraj Carnogursky
24ee1634f0
🐛 fixes #16871 Cascader - Space during search
6 years ago
ycjcl868
86bc28161c
release: 3.19.2
6 years ago
信鑫-King
0489ad7dea
3.19.2 changelog doc ( #16917 )
3.19.2 changelog doc
6 years ago
ycjcl868
fd45cee489
📝 changelog
6 years ago
信鑫-King
9ec41b1cb8
Merge pull request #16916 from ant-design/doc-changelog
3.19.2 changelog
6 years ago
信鑫-King
438df8367d
📝 changelog
6 years ago
信鑫-King
d795bf4105
doc: changelog 3.19.2 ( #16915 )
doc: changelog 3.19.2
6 years ago
ycjcl868
f92b77705c
doc: changelog
6 years ago
ycjcl868
1ffa7ba4f9
doc: format
6 years ago
ycjcl868
0dd2f5a533
doc: changelog
6 years ago
ycjcl868
522c817cd2
doc: changelog
6 years ago
ycjcl868
96ca08bd81
doc: changelog
6 years ago
ycjcl868
4eecc68d9d
doc: changelog
6 years ago
ycjcl868
b6f755095c
tweak: order changelog
6 years ago
ycjcl868
87a2d9f7c0
doc: changelog
6 years ago
ycjcl868
4c07822eab
doc: changelog 3.19.2
6 years ago
偏右
19ae35f21a
Merge pull request #16908 from ant-design/dependabot/npm_and_yarn/ansi-styles-tw-4.0.0
Update ansi-styles requirement from ^3.2.1 to ^4.0.0
6 years ago
dependabot-preview[bot]
3806d81f83
Update ansi-styles requirement from ^3.2.1 to ^4.0.0
Updates the requirements on [ansi-styles](https://github.com/chalk/ansi-styles ) to permit the latest version.
- [Release notes](https://github.com/chalk/ansi-styles/releases )
- [Commits](https://github.com/chalk/ansi-styles/compare/v3.2.1...v4.0.0 )
6 years ago
zombieJ
364e1624ea
add antd pro 4.0 badge ( #16894 )
6 years ago
偏右
c6f991d5af
Merge pull request #16890 from MrHeer/fix-#16856
fix: use @error-color & @warning-color instead of @text-color-danger & @text-color-warning #16856
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
偏右
abb8692b59
Merge pull request #16869 from aiham/fix/remove-unused-modal-button-disabled-props
fix: remove invalid Modal prop defaults
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
偏右
6e72441085
Merge pull request #16863 from ant-design/dependabot/npm_and_yarn/xhr2-tw-0.2.0
Update xhr2 requirement from ^0.1.4 to ^0.2.0
6 years ago
dependabot-preview[bot]
3344921723
Update xhr2 requirement from ^0.1.4 to ^0.2.0
Updates the requirements on [xhr2](https://github.com/pwnall/node-xhr2 ) to permit the latest version.
- [Release notes](https://github.com/pwnall/node-xhr2/releases )
- [Commits](https://github.com/pwnall/node-xhr2/compare/v0.1.4...0.2.0 )
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