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
DiamondYuan
81da6e90d4
fix: add webkitRelativePath ( #16850 )
6 years ago
偏右
4f234f5b65
Merge pull request #16846 from JonathanLee-LX/master
add semicolon
6 years ago
芝华塔尼欧
0204a22515
Merge branch 'master' into master
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
偏右
d39daf9750
Merge pull request #16835 from ant-design/export-TypographyProps
chore: export TypographyProps
6 years ago
afc163
5a7434c5d6
⚡ export TypographyProps
close #15190
6 years ago
偏右
7460088e9b
Merge pull request #16829 from levkovich2806/patch-1
Update index.en-US.md
6 years ago
Sergey Levkovich
7304daf4fa
Update index.en-US.md
6 years ago