Closed renovate[bot] closed 5 years ago
This PR contains the following updates:
3.22.0
3.23.2
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".
rebase!
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.
This PR contains the following updates:
3.22.0
->3.23.2
Release Notes
ant-design/ant-design
### [`v3.23.2`](https://togithub.com/ant-design/ant-design/releases/3.23.2) [Compare Source](https://togithub.com/ant-design/ant-design/compare/3.23.1...3.23.2) - 🐞 Fix `round` Button font size too large. [#18701](https://togithub.com/ant-design/ant-design/pull/18701) - 🐞 Fix Descriptions warning with same key when bordered is true. [#18637](https://togithub.com/ant-design/ant-design/pull/18637) - 🐞 Fix Drawer animation when `placement` is right and `mask` is false. [#18636](https://togithub.com/ant-design/ant-design/pull/18636) - 🐞 Fix Icon that `component` and `children` prop should have priority over `type` prop. [#18592](https://togithub.com/ant-design/ant-design/pull/18592) - 🐞 Fix Layout.Sider boundary values for max-width. [#18553](https://togithub.com/ant-design/ant-design/pull/18553) [@Nikitenkova](https://togithub.com/Nikitenkova) - 🐞 Fix PageHeader that back icon can't coexist with breadcrumb. [#18691](https://togithub.com/ant-design/ant-design/pull/18691) - 🗑Deprecated Select `inputValue` prop and use `searchValue` instead. [#18629](https://togithub.com/ant-design/ant-design/pull/18629) - TypeScript - 🐞 Fix type definition of `status` for Result. [#18445](https://togithub.com/ant-design/ant-design/pull/18445) - 🐞 Fix type definition of `target` for Anchor.Link. [#18646](https://togithub.com/ant-design/ant-design/pull/18646) - 🐞 Fix type definition of `transformFile` params for Upload. [#18671](https://togithub.com/ant-design/ant-design/pull/18671) - 🐞 Fix type definition of `title` and `footer` for Table. [#18697](https://togithub.com/ant-design/ant-design/pull/18697) [@yoyo837](https://togithub.com/yoyo837) * * * - 🐞 修复圆形按钮的字体大一号的问题。[#18701](https://togithub.com/ant-design/ant-design/pull/18701) - 🐞 修复 Descriptions 带边框时控制台告警的问题。[#18637](https://togithub.com/ant-design/ant-design/pull/18637) - 🐞 修复 Drawer 无遮罩从右边展开时的动画问题。[#18636](https://togithub.com/ant-design/ant-design/pull/18636) - 🐞 修复 Icon 中 `component` 和 `children` 属性优先级低于 `type` 的问题。[#18592](https://togithub.com/ant-design/ant-design/pull/18592) - 🐞 修复 Layout.Sider 的最大宽度的响应式断点值。[#18553](https://togithub.com/ant-design/ant-design/pull/18553) [@Nikitenkova](https://togithub.com/Nikitenkova) - 🐞 修复 PageHeader 中返回图标与面包屑无法共存的问题。[#18691](https://togithub.com/ant-design/ant-design/pull/18691) - 🗑 废弃 Select 的 `inputValue` 属性,请使用 `searchValue` 代替。[#18629](https://togithub.com/ant-design/ant-design/pull/18629) - TypeScript - 🐞 修复 Result 中 `status` 的类型定义。[#18445](https://togithub.com/ant-design/ant-design/pull/18445) - 🐞 修复 Anchor.Link 中 `target` 的类型定义。[#18646](https://togithub.com/ant-design/ant-design/pull/18646) - 🐞 修复 Upload 中 `transformFile` 函数的参数定义。[#18671](https://togithub.com/ant-design/ant-design/pull/18671) - 🐞 修复 Table 中 `title` 和 `footer` 的类型定义。[#18697](https://togithub.com/ant-design/ant-design/pull/18697) [@yoyo837](https://togithub.com/yoyo837) ### [`v3.23.1`](https://togithub.com/ant-design/ant-design/releases/3.23.1) [Compare Source](https://togithub.com/ant-design/ant-design/compare/3.23.0...3.23.1) - 🐞 Fix Upload can not upload more than one file when `multiple` is `false`. [#18626](https://togithub.com/ant-design/ant-design/pull/18626) - 🐞 Fix MonthPicker switch handler overflow style. [#18624](https://togithub.com/ant-design/ant-design/pull/18624) - 💄 Tree add `@tree-node-hover-bg` and `@tree-node-selected-bg` less variable. [#18593](https://togithub.com/ant-design/ant-design/pull/18593) [@MrHeer](https://togithub.com/MrHeer) * * * - 🐞 修复 Upload 在 `multiple` 为 `false` 时无法上传多于一个文件的问题。[#18626](https://togithub.com/ant-design/ant-design/pull/18626) - 🐞 修复 MonthPicker 切换按钮溢出的问题。[#18624](https://togithub.com/ant-design/ant-design/pull/18624) - 💄 Tree 增加 `@tree-node-hover-bg` 和 `@tree-node-selected-bg` less 变量。[#18593](https://togithub.com/ant-design/ant-design/pull/18593) [@MrHeer](https://togithub.com/MrHeer) ### [`v3.23.0`](https://togithub.com/ant-design/ant-design/releases/3.23.0) [Compare Source](https://togithub.com/ant-design/ant-design/compare/3.22.2...3.23.0) - 🔥 Pageheader has been redesigned to accommodate more situations. [#18128](https://togithub.com/ant-design/ant-design/pull/18128) - 🌟 Card support `tabBarExtraContent` prop. [#18433](https://togithub.com/ant-design/ant-design/pull/18433) [@lengthmin](https://togithub.com/lengthmin) - 🌟 Anchor.Link add add new property `target`. [#18335](https://togithub.com/ant-design/ant-design/pull/18335) [@DiamondYuan](https://togithub.com/DiamondYuan) - 🌟 Breadcrumb support children use with `React.Fragment`. [#18340](https://togithub.com/ant-design/ant-design/pull/18340) [@long-zhuge](https://togithub.com/long-zhuge) - 🌟 Card.Grid add new prop `hoverable` for support disable hover state. [#18457](https://togithub.com/ant-design/ant-design/pull/18457) [@MrHeer](https://togithub.com/MrHeer) - 🇦🇲 Added locales for the Armenian language. [#18586](https://togithub.com/ant-design/ant-design/pull/18586) [@ashmna](https://togithub.com/ashmna) - InputNumber - 🌟 Support `onPressEnter` prop. [#18346](https://togithub.com/ant-design/ant-design/pull/18346) - 🐞 Fix React lifecycle warning. [#18346](https://togithub.com/ant-design/ant-design/pull/18346) - Less variables - 💄 Add `@modal-footer-border-color-split`. [#18522](https://togithub.com/ant-design/ant-design/pull/18522) - 💄 Add `@input-number-handler-bg` `@input-number-handler-border-color`. [#18533](https://togithub.com/ant-design/ant-design/pull/18533) - 💄 Add `@card-background` `@card-skeleton-bg`. [#18531](https://togithub.com/ant-design/ant-design/pull/18531) - 💄 Add `@typography-title-font-weight`. [#18456](https://togithub.com/ant-design/ant-design/pull/18456) [@MrHeer](https://togithub.com/MrHeer) - 🛎 Add warning when use `value` of Switch, Checkbox, Upload. [#18497](https://togithub.com/ant-design/ant-design/pull/18497) - 🛠 Refactor styleChecker to arrow function for fix serverless target in next.js. [#18541](https://togithub.com/ant-design/ant-design/pull/18541) [@ZhengYuTay](https://togithub.com/ZhengYuTay) - 🐞 Fix circle Button not circle in some situation. [#18516](https://togithub.com/ant-design/ant-design/pull/18516) - 🐞 Fix icon position in Input. [#18521](https://togithub.com/ant-design/ant-design/pull/18521) [@xrkffgg](https://togithub.com/xrkffgg) - 🐞 Fix RangePicker selected date style. [#18559](https://togithub.com/ant-design/ant-design/pull/18559) - Descriptions - 🐞 Fix Descriptions last Item has wrong calculated width issue. [#18568](https://togithub.com/ant-design/ant-design/pull/18568) - 🐞 Description.Item will reuse `key` in render if user provided. [#18578](https://togithub.com/ant-design/ant-design/pull/18578) - 🐞 Fix Tab content width not correct in Safari. [#18574](https://togithub.com/ant-design/ant-design/pull/18574) - 🐞 Fix Mentions popup position not correct when `prefix` is empty string. [#18576](https://togithub.com/ant-design/ant-design/pull/18576) - 🐞 Fix Upload.Dragger can upload multiple files when `multiple` is false. [#18580](https://togithub.com/ant-design/ant-design/pull/18580) - 🐞 Fix Card `actions` style when contains link Button. [#18588](https://togithub.com/ant-design/ant-design/pull/18588) - 🐞 Fix Input not vertical align with Button in Chrome. [#18603](https://togithub.com/ant-design/ant-design/pull/18603) - 🐞 Fix nested List style in grid layout. [#18589](https://togithub.com/ant-design/ant-design/pull/18589) - TypeScript - 🐞 Fix Steps.Step component's `subTitle` prop types. [#18525](https://togithub.com/ant-design/ant-design/pull/18525) [@wtzeng1](https://togithub.com/wtzeng1) - 🐞 Ensure title or overlay is required in Tooltip props definition. [#18515](https://togithub.com/ant-design/ant-design/pull/18515) [@laysent](https://togithub.com/laysent) * * * - 🔥 PageHeader 样式重新设计以适应更多的情况。[#18128](https://togithub.com/ant-design/ant-design/pull/18128) - 🌟 Card 组件新增了 `tabBarExtraContent` 属性。[#18433](https://togithub.com/ant-design/ant-design/pull/18433) [@lengthmin](https://togithub.com/lengthmin) - 🌟 Anchor.Link 增加 `target` 属性。[#18335](https://togithub.com/ant-design/ant-design/pull/18335) [@DiamondYuan](https://togithub.com/DiamondYuan) - 🌟 Breadcrumb 支持子组件使用 `React.Fragment` 的场景。[#18340](https://togithub.com/ant-design/ant-design/pull/18340) [@long-zhuge](https://togithub.com/long-zhuge) - 🌟 Card.Grid 新增 `hoverable` 属性允许禁用浮动效果。[#18457](https://togithub.com/ant-design/ant-design/pull/18457) [@MrHeer](https://togithub.com/MrHeer) - 🇦🇲 新增亚美尼亚语。[#18586](https://togithub.com/ant-design/ant-design/pull/18586) [@ashmna](https://togithub.com/ashmna) - InputNumber - 🌟 新增 `onPressEnter` 属性。[#18346](https://togithub.com/ant-design/ant-design/pull/18346) - 🐞 修复在 React 16.9 下的生命周期警告信息。[#18346](https://togithub.com/ant-design/ant-design/pull/18346) - Less 变量 - 💄 增加 `@modal-footer-border-color-split`。[#18522](https://togithub.com/ant-design/ant-design/pull/18522) - 💄 增加 `@input-number-handler-bg` `@input-number-handler-border-color`。[#18533](https://togithub.com/ant-design/ant-design/pull/18533) - 💄 增加 `@card-background` `@card-skeleton-bg`。[#18531](https://togithub.com/ant-design/ant-design/pull/18531) - 💄 增加 `@typography-title-font-weight`。[#18456](https://togithub.com/ant-design/ant-design/pull/18456) [@MrHeer](https://togithub.com/MrHeer) - 🛎 Switch、Checkbox 和 Upload 使用 `value` 时会提示正确的属性名。[#18497](https://togithub.com/ant-design/ant-design/pull/18497) - 🛠 使用箭头函数重构 styleChecker 来修复在 next.js 中的问题。[#18541](https://togithub.com/ant-design/ant-design/pull/18541) [@ZhengYuTay](https://togithub.com/ZhengYuTay) - 🐞 修复圆形 Button 有时候不是圆形的问题。[#18516](https://togithub.com/ant-design/ant-design/pull/18516) - 🐞 修复 Input 中图标位置不居中情况。[#18521](https://togithub.com/ant-design/ant-design/pull/18521) [@xrkffgg](https://togithub.com/xrkffgg) - 🐞 修复 RangePicker 多余的选中日期样式。[#18559](https://togithub.com/ant-design/ant-design/pull/18559) - Descriptions - 🐞 修复 Descriptions.Item 最后一个宽度计算不正确的问题。[#18568](https://togithub.com/ant-design/ant-design/pull/18568) - 🐞 Description.Item 在渲染时会复用用户提供的 `key`。[#18578](https://togithub.com/ant-design/ant-design/pull/18578) - 🐞 修复 Tab 内容宽度在 Safari 下不正确的问题。[#18574](https://togithub.com/ant-design/ant-design/pull/18574) - 🐞 修复 Mentions 的 `prefix` 为空字符串时,弹窗位置不正确的问题。[#18576](https://togithub.com/ant-design/ant-design/pull/18576) - 🐞 修复 Upload.Dragger 在 `multiple` 为 false 时,仍然可以上传多份文件的问题。[#18580](https://togithub.com/ant-design/ant-design/pull/18580) - 🐞 修复 `Button[href]` 在 Card `actions` 中样式变形的问题。[#18588](https://togithub.com/ant-design/ant-design/pull/18588) - 🐞 修复 Chrome 中 Input 与 Button 不垂直对齐的问题。[#18603](https://togithub.com/ant-design/ant-design/pull/18603) - 🐞 修复网格 List 中内嵌 List 的边距问题。[#18589](https://togithub.com/ant-design/ant-design/pull/18589) - TypeScript - 🐞 修复 Steps.Step 组件 `subTitle` 属性类型。[#18525](https://togithub.com/ant-design/ant-design/pull/18525) [@wtzeng1](https://togithub.com/wtzeng1) - 🐞 确保 Tooltip 属性定义中,`title` 或 `overlay` 至少有一个是必填的。[#18515](https://togithub.com/ant-design/ant-design/pull/18515) [@laysent](https://togithub.com/laysent) ### [`v3.22.2`](https://togithub.com/ant-design/ant-design/releases/3.22.2) [Compare Source](https://togithub.com/ant-design/ant-design/compare/3.22.1...3.22.2) - 🐞 Fix Mentions has additional height in Form. [#18478](https://togithub.com/ant-design/ant-design/pull/18478) - 🐞 Fix disabled Input should not be allowed to clear. [#18482](https://togithub.com/ant-design/ant-design/pull/18482) - 🐞 Fix Input.Password crash with `Cannot read property 'input' of null` when unmount. [#18475](https://togithub.com/ant-design/ant-design/pull/18475) - 🐞 Fix Table `style` should applied to outside wrapper. [#18494](https://togithub.com/ant-design/ant-design/pull/18494) - 🐞 Fix PageHeader default english text. [#18471](https://togithub.com/ant-design/ant-design/pull/18471) [@hjiawei](https://togithub.com/hjiawei) * * * - 🐞修复 Mentions 在 Form 中高度略高的问题。[#18478](https://togithub.com/ant-design/ant-design/pull/18478) - 🐞修复失效 Input 依然支持 allowClear 的问题。[#18482](https://togithub.com/ant-design/ant-design/pull/18482) - 🐞修复 Input.Password unmount 时报错 `Cannot read property 'input' of null`。[#18475](https://togithub.com/ant-design/ant-design/pull/18475) - 🐞修正 Table `style` 属性到最外层容器。[#18494](https://togithub.com/ant-design/ant-design/pull/18494) - 🐞修正 PageHeader 默认英文文案。[#18471](https://togithub.com/ant-design/ant-design/pull/18471) [@hjiawei](https://togithub.com/hjiawei) ### [`v3.22.1`](https://togithub.com/ant-design/ant-design/releases/3.22.1) [Compare Source](https://togithub.com/ant-design/ant-design/compare/3.22.0...3.22.1) - 🔥 The official website now supports the search icon through the picture! [#18425](https://togithub.com/ant-design/ant-design/pull/18425) - 💄 Tweak Table expand icon style. [c5344bd](https://togithub.com/ant-design/ant-design/commit/c5344bde529a2f2ec814f46e7ec5d249eac8d608) - 🐞 Fix prop `style` is getting duplicated on Table. [#18330](https://togithub.com/ant-design/ant-design/pull/18330) [@MrHeer](https://togithub.com/MrHeer) - 🐞 Fix Input line height style bug in IE11. [#17759](https://togithub.com/ant-design/ant-design/pull/17759) - 🐞 Fix Steps progressDot broken style. [#18356](https://togithub.com/ant-design/ant-design/pull/18356) - 🐞 Fix an issue with plain icon button style errors. [#18458](https://togithub.com/ant-design/ant-design/pull/18458) [@qhanw](https://togithub.com/qhanw) - 🐞 Fix TextArea with `autosize` in controlled mode that scrollbar blink when typing. [#18401](https://togithub.com/ant-design/ant-design/pull/18401) - 🐞 Fixed an issue where Input.Password `ref` could not get the input element and had no `focus` and `blur` method. [#18441](https://togithub.com/ant-design/ant-design/pull/18441) - 🐞 Fix Upload wrong line break. [#18423](https://togithub.com/ant-design/ant-design/pull/18423) - 💄 Add less variables `@select-dropdown-bg` `@select-item-selected-bg` `@select-item-active-bg` `@anchor-border-colorr` `@descriptions-bg`. [#18444](https://togithub.com/ant-design/ant-design/pull/18444) [#18372](https://togithub.com/ant-design/ant-design/pull/18440) [@MrHeer](https://togithub.com/MrHeer) * * * - 🔥 官网现在支持通过图片搜索图标啦![#18425](https://togithub.com/ant-design/ant-design/pull/18425) - 💄 调整 Table 展开按钮的样式。[c5344bd](https://togithub.com/ant-design/ant-design/commit/c5344bde529a2f2ec814f46e7ec5d249eac8d608) - 🐞 修复 Table 的 `style` 属性被应用了两次的问题。[#18330](https://togithub.com/ant-design/ant-design/pull/18330) [@MrHeer](https://togithub.com/MrHeer) - 🐞 修复 Input 在 IE11 下错位的问题。[#17759](https://togithub.com/ant-design/ant-design/pull/17759) - 🐞 修复 Input.Password `ref` 获取不到 input 元素且没有 `focus` 和 `blur` 方法的问题。[#18441](https://togithub.com/ant-design/ant-design/pull/18441) - 🐞 修复 Steps `progressDot` 样式错位问题。[#18356](https://togithub.com/ant-design/ant-design/pull/18356) - 🐞 修复纯图标按钮样式错误的问题。[#18458](https://togithub.com/ant-design/ant-design/pull/18458) [@qhanw](https://togithub.com/qhanw) - 🐞 修复 TextArea 受控模式下配置 `autosize` 时,输入会导致滚动条闪烁的问题。[#18401](https://togithub.com/ant-design/ant-design/pull/18401) - 🐞 修复 Upload 错误换行的问题。[#18423](https://togithub.com/ant-design/ant-design/pull/18423) - 💄 增加 less 变量 `@select-dropdown-bg` `@select-item-selected-bg` `@select-item-active-bg` `@anchor-border-colorr` `@descriptions-bg`。[#18444](https://togithub.com/ant-design/ant-design/pull/18444) [#18372](https://togithub.com/ant-design/ant-design/pull/18440) [@MrHeer](https://togithub.com/MrHeer)Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.