Closed renovate[bot] closed 2 years ago
This PR contains the following updates:
4.19.5
4.20.5
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.
This PR contains the following updates:
4.19.5
->4.20.5
Release Notes
ant-design/ant-design
### [`v4.20.5`](https://togithub.com/ant-design/ant-design/releases/4.20.5) [Compare Source](https://togithub.com/ant-design/ant-design/compare/4.20.4...4.20.5) - 🤖 Deprecated Table `rowSelection.onSelectNone` and `rowSelection.onSelectMultiple` in TS type. [#35545](https://togithub.com/ant-design/ant-design/pull/35545) - 🐞 Ignore the decimal part in InputNumber when the precision is negative. [#35520](https://togithub.com/ant-design/ant-design/pull/35520) [@ty888](https://togithub.com/ty888) *** - 🤖 在 TypeScript 定义中废弃 Table `rowSelection.onSelectNone` 和 `rowSelection.onSelectMultiple`。[#35545](https://togithub.com/ant-design/ant-design/pull/35545) - 🐞 InputNUmber 当精度为负数时忽略小数部分。[#35520](https://togithub.com/ant-design/ant-design/pull/35520) [@ty888](https://togithub.com/ty888)\` ### [`v4.20.4`](https://togithub.com/ant-design/ant-design/releases/4.20.4) [Compare Source](https://togithub.com/ant-design/ant-design/compare/4.20.3...4.20.4) - 🐞 Fix broken List.Item type definition. [#35455](https://togithub.com/ant-design/ant-design/pull/35455) [@rsmeral](https://togithub.com/rsmeral) - 🐞 Fix Checkbox margin in Tree RTL mode. [#35491](https://togithub.com/ant-design/ant-design/pull/35491) [@miracles1919](https://togithub.com/miracles1919) - 🗑 Remove Cascader `displayRender` warning. [#35417](https://togithub.com/ant-design/ant-design/pull/35417) [@lalalazero](https://togithub.com/lalalazero) *** - 🐞 修复 List.Item 类型错误。[#35455](https://togithub.com/ant-design/ant-design/pull/35455) [@rsmeral](https://togithub.com/rsmeral) - 🐞 修复 Tree 组件 RTL 模式下 Checkbox 的间距。[#35491](https://togithub.com/ant-design/ant-design/pull/35491) [@miracles1919](https://togithub.com/miracles1919) - 🗑 删除 Cascader `displayRender` 警告。[#35417](https://togithub.com/ant-design/ant-design/pull/35417) [@lalalazero](https://togithub.com/lalalazero) ### [`v4.20.3`](https://togithub.com/ant-design/ant-design/releases/4.20.3) [Compare Source](https://togithub.com/ant-design/ant-design/compare/4.20.2...4.20.3) - 🐞 Fix unnecessary `rowGap: 0` style attribute in Row. [#35409](https://togithub.com/ant-design/ant-design/pull/35409) - 🐞 Fix List.Item `ref` no work problem. [#35321](https://togithub.com/ant-design/ant-design/pull/35321) - 💄 Optimize the style of arrow in Tooltip. [#35401](https://togithub.com/ant-design/ant-design/pull/35401) - 🐞 Fix Table column filter reset is not working. [#35386](https://togithub.com/ant-design/ant-design/pull/35386) [@lalalazero](https://togithub.com/lalalazero) - 🌍 Add missing localizations for 🇬🇧 en_GB and 🇺🇦 uk_UA. [#35430](https://togithub.com/ant-design/ant-design/pull/35430) [@velykanov](https://togithub.com/velykanov) - Typescript - 🤖 Fixed an issue where notification `maxCount` attribute was missing. [#35369](https://togithub.com/ant-design/ant-design/pull/35369) [@cwveysey](https://togithub.com/cwveysey) *** - 🔥 增加 [官方国内镜像](https://ant-design.antgroup.com/index-cn),享受飞一般的加载速度。 - 🐞 修复 Row 里不必要的 `rowGap: 0` 样式属性。[#35409](https://togithub.com/ant-design/ant-design/pull/35409) - 🐞 修复 List.Item `ref` 不生效的问题。[#35321](https://togithub.com/ant-design/ant-design/pull/35321) - 💄 优化 Tooltip 箭头的样式。[#35401](https://togithub.com/ant-design/ant-design/pull/35401) - 🐞 修复 Table 筛选的重置功能不生效问题。[#35386](https://togithub.com/ant-design/ant-design/pull/35386) [@lalalazero](https://togithub.com/lalalazero) - 🌍 为 🇬🇧 en_GB 和 🇺🇦 uk_UA 添加缺失的本地化文案。[#35430](https://togithub.com/ant-design/ant-design/pull/35430) [@velykanov](https://togithub.com/velykanov) - TypeScript - 🤖 修复 Notification 的 `maxCount` 属性缺失的问题。[#35369](https://togithub.com/ant-design/ant-design/pull/35369) [@cwveysey](https://togithub.com/cwveysey) ### [`v4.20.2`](https://togithub.com/ant-design/ant-design/releases/4.20.2) [Compare Source](https://togithub.com/ant-design/ant-design/compare/4.20.1...4.20.2) - Segmented - 🐞 Fix Segmented inconsisit height with other controls. [#35281](https://togithub.com/ant-design/ant-design/pull/35281) - 🐞 Fix Segmented animation not working correct in StrictMode mode. [#35281](https://togithub.com/ant-design/ant-design/pull/35281) - 🆕 Segmented `options` now supports `icon` property. [#35256](https://togithub.com/ant-design/ant-design/pull/35256) - Table - ⌨️ Improve Table columns sorter a11y experience. [#35269](https://togithub.com/ant-design/ant-design/pull/35269) - 🇪🇸 Added Table filter localization for es_ES. [#35309](https://togithub.com/ant-design/ant-design/pull/35309) [@agarciaguillo](https://togithub.com/agarciaguillo) - 💄 Fix Switch color in dark theme. [#35332](https://togithub.com/ant-design/ant-design/pull/35332) - 💄 Tweak Breadcrumb link hover color. [#35324](https://togithub.com/ant-design/ant-design/pull/35324) - 🐞 Fix Space throws `Encountered two children with the same key` warning in some cases. [#35311](https://togithub.com/ant-design/ant-design/pull/35311) - 🐞 Fix Select tag remove icon position issue. [#35336](https://togithub.com/ant-design/ant-design/pull/35336) [@walidcherhane](https://togithub.com/walidcherhane) *** - Segmented - 🐞 修复 Segmented 组件高度和其他控件不一致的问题。[#35281](https://togithub.com/ant-design/ant-design/pull/35281) - 🐞 修复 React StrictMode 下 Segmented 动画丢失的问题。[#35281](https://togithub.com/ant-design/ant-design/pull/35281) - 🆕 Segmented `options` 支持设置 `icon` 属性。[#35256](https://togithub.com/ant-design/ant-design/pull/35256) - Table - ⌨️ 优化 Table 排序按钮的键盘可访问性。[#35269](https://togithub.com/ant-design/ant-design/pull/35269) - 🇪🇸 补充 Table 西班牙语筛选文案。[#35309](https://togithub.com/ant-design/ant-design/pull/35309) [@agarciaguillo](https://togithub.com/agarciaguillo) - 🐞 修复 Switch 在暗黑主题下关闭时的颜色问题。[#35332](https://togithub.com/ant-design/ant-design/pull/35332) - 💄 微调 Breadcrumb 链接 hover 色为中性色。[#35324](https://togithub.com/ant-design/ant-design/pull/35324) - 🐞 修复 Space 在某些情况下抛出 `Encountered two children with the same key` 警告的问题。[#35311](https://togithub.com/ant-design/ant-design/pull/35311) - 🐞 修复 Select 多选标签移除图标位置偏下的问题。[#35336](https://togithub.com/ant-design/ant-design/pull/35336) [@walidcherhane](https://togithub.com/walidcherhane) ### [`v4.20.1`](https://togithub.com/ant-design/ant-design/releases/4.20.1) [Compare Source](https://togithub.com/ant-design/ant-design/compare/4.20.0...4.20.1) - 🐞 Fix Breadcrumb extra padding and margin style. [#35235](https://togithub.com/ant-design/ant-design/pull/35235) - 🐞 Fix Input.Seach inconsistent behavior of triggering `onSearch` when press enter using Chinese inputting method. [#35164](https://togithub.com/ant-design/ant-design/pull/35164) [@qyzzzz](https://togithub.com/qyzzzz) - 🐞 Fix circle reference between Upload and Dragger. [#34379](https://togithub.com/ant-design/ant-design/pull/34379) [@kanweiwei](https://togithub.com/kanweiwei) *** - 🐞 修复 Breadcrumb 多余的 `padding` 和 `margin` 样式。[#35235](https://togithub.com/ant-design/ant-design/pull/35235) - 🐞 修复 Input.Search 在中文输入法下回车键触发 `onSearch` 的行为不一致的问题。[#35164](https://togithub.com/ant-design/ant-design/pull/35164) [@qyzzzz](https://togithub.com/qyzzzz) - 🐞 修复 Upload 和 Upload.Dragger 之间循环依赖的问题。[#34379](https://togithub.com/ant-design/ant-design/pull/34379) [@kanweiwei](https://togithub.com/kanweiwei) ### [`v4.20.0`](https://togithub.com/ant-design/ant-design/releases/4.20.0) [Compare Source](https://togithub.com/ant-design/ant-design/compare/4.19.5...4.20.0) - 🔥 React 18 Support - 🐞 Fix Form with React 18 StrictMode missing error message update. [#35096](https://togithub.com/ant-design/ant-design/pull/35096) - 🐞 Fix Notification and Message throw `createRoot` warning in React 18. [#35030](https://togithub.com/ant-design/ant-design/pull/35030) - 🐞 Fix BackTop not working in StrictMode. [#34858](https://togithub.com/ant-design/ant-design/pull/34858) [@tmkx](https://togithub.com/tmkx) - 🔥 New component Segmented. [#34319](https://togithub.com/ant-design/ant-design/pull/34319) - 🛠 Since v4.20.0 `Segemented` props `onChange` callback function parameter adjusted from `ChangeEvent` (v4.20.0-alpha.0, v4.20.0-alpha.1) to `value` to simplify API. [#35187](https://togithub.com/ant-design/ant-design/pull/35187) [@vagusX](https://togithub.com/vagusX) - Form - 🔥 Form support `useWatch` to get current field value. [#35036](https://togithub.com/ant-design/ant-design/pull/35036) - 🆕 Form support `useFormInstance` to get current context form instance. [#35039](https://togithub.com/ant-design/ant-design/pull/35039) - 💄 Fix Form broken layout when set `labelCol={{ sm: 24 }}` and `wrapperCol={{ sm: 24 }}`. [#34907](https://togithub.com/ant-design/ant-design/pull/34907) - 🛎 Menu support `items` for perf prepare, and `children` will be removed in next major version. [#34559](https://togithub.com/ant-design/ant-design/pull/34559) - 🆕 Image PreviewGroup Support top progress rendering. [#35038](https://togithub.com/ant-design/ant-design/pull/35038) [@zpc7](https://togithub.com/zpc7) - Upload - 🆕 Upload support `crossOrigin` for images in `picture-card` mode. [#34981](https://togithub.com/ant-design/ant-design/pull/34981) [@dragmove](https://togithub.com/dragmove) - 🐞 Fix Upload `prefixCls` don't work on file list. [#34944](https://togithub.com/ant-design/ant-design/pull/34944) [@swchen](https://togithub.com/swchen) - 💄 Improve Upload action styles. [#35052](https://togithub.com/ant-design/ant-design/pull/35052) - Table - 🆕 Support reset to the default value rather than empty, when click reset in Table column filter. [#34355](https://togithub.com/ant-design/ant-design/pull/34355) [@heiyu4585](https://togithub.com/heiyu4585) - 💄 Fix Table head background and selection column width styling issues when `size="small"`. [#34963](https://togithub.com/ant-design/ant-design/pull/34963) - 🇩🇪 Improve German translations for Table. [#34836](https://togithub.com/ant-design/ant-design/pull/34836) [@pfedan](https://togithub.com/pfedan) - ⚡️ Optimize Table filter calculation perfromance. [#35064](https://togithub.com/ant-design/ant-design/pull/35064) [@nieyuyao](https://togithub.com/nieyuyao) - 💄 Improve small and middle size Table selection dropdown margin style. [#35173](https://togithub.com/ant-design/ant-design/pull/35173) - Tree - 🆕 Tree `switcherIcon` prop support render-prop. [#34470](https://togithub.com/ant-design/ant-design/pull/34470) [@zqran](https://togithub.com/zqran) - 🆕 Tree support `rootClassName` and `rootStyle`. [#34578](https://togithub.com/ant-design/ant-design/pull/34578) - Breadcrumb - 🐞 Fix Breadcrumb deprecated warning of Dropdown `placement`. [#35162](https://togithub.com/ant-design/ant-design/pull/35162) - 🐞 Fix Breadcrumb show the number when is unexpected. [#35123](https://togithub.com/ant-design/ant-design/pull/35123) - ⌨️ Make structure of Breadcrumb be accessible. [#34082](https://togithub.com/ant-design/ant-design/pull/34082) [@VladimirOtroshchenko](https://togithub.com/VladimirOtroshchenko) - Anchor - 🆕 Anchor `getCurrentAnchor` has active link as argument. [#34799](https://togithub.com/ant-design/ant-design/pull/34799) - 🛠 Refactor Anchor to Function component. [#35073](https://togithub.com/ant-design/ant-design/pull/35073) [@LongHaoo](https://togithub.com/LongHaoo) - Cascader - 🆕 Cascader supports ` showCheckedStrategy ` for value display strategy. [#34568](https://togithub.com/ant-design/ant-design/pull/34568) [@heiyu4585](https://togithub.com/heiyu4585) - 🐞 Fix Cascader search result do not fill the entrie panel. [#35019](https://togithub.com/ant-design/ant-design/pull/35019) [@boomler](https://togithub.com/boomler) - 🆕 Click event object can be accessed in `onCopy` function of Typography. [#34655](https://togithub.com/ant-design/ant-design/pull/34655) [@yzwxk](https://togithub.com/yzwxk) - 🆕 Grid supports `justify="space-evenly"`. [#34606](https://togithub.com/ant-design/ant-design/pull/34606) [@gp5251](https://togithub.com/gp5251) - 🆕 Support `rootClassName` property for Dialog and Image. [#34574](https://togithub.com/ant-design/ant-design/pull/34574) [@heiyu4585](https://togithub.com/heiyu4585) - 🐞 Fix error `Nothing was returned from render` when Skeleton use falsy `loading` props without `children`. [#34872](https://togithub.com/ant-design/ant-design/pull/34872) [@AlbertAZ1992](https://togithub.com/AlbertAZ1992) - 💄 Optimize Switch disabled color to fit colorful background. [#35103](https://togithub.com/ant-design/ant-design/pull/35103) - 💄 Remove Tabs `overflow: hidden` style to fix Select and sticky Table display problem inside Tabs. [#35195](https://togithub.com/ant-design/ant-design/pull/35195) - 💄 Fix Steps style issues in RTL mode. [#35088](https://togithub.com/ant-design/ant-design/pull/35088) [@zpc7](https://togithub.com/zpc7) - 💄 Fix animation for standalone Badge in RTL mode. [#34899](https://togithub.com/ant-design/ant-design/pull/34899) [@hmz22](https://togithub.com/hmz22) - 🛠 Optimize Modal id generate logic to improve accessibility experience. [#35072](https://togithub.com/ant-design/ant-design/pull/35072) - 🐞 Fix Select and AutoComplete scroll abnormal behavior when navigate via keyboard.。[#35025](https://togithub.com/ant-design/ant-design/pull/35025) - Spin - 💄 Fix Spin animation style being abnormally parsed in Parcel. [#35005](https://togithub.com/ant-design/ant-design/pull/35005) - ⌨️ Spin add `aria` attribute to improve accessibility. [#34408](https://togithub.com/ant-design/ant-design/pull/34408) [@heiyu4585](https://togithub.com/heiyu4585) - ⌨️ Dropdown support select option by keyboard. [#34738](https://togithub.com/ant-design/ant-design/pull/34738) - 🐞 Fix Title, Text, Paragraph components cannot get `ref` bug. [#34847](https://togithub.com/ant-design/ant-design/pull/34847) [@MQuy](https://togithub.com/MQuy) - Input - 💄 Input.Group prevent components from getting style from Form.Item. [#34764](https://togithub.com/ant-design/ant-design/pull/34764) - 💄 Adjust TextArea style in Form. [#34714](https://togithub.com/ant-design/ant-design/pull/34714) - ⌨️ Fix `aria-checked` attribute for Checkbox, to avoid screen reader getting an incorrect status. [#34862](https://togithub.com/ant-design/ant-design/pull/34862) [@SpaNb4](https://togithub.com/SpaNb4) - Less - 💄 Replace less html selector with related variable. [#35186](https://togithub.com/ant-design/ant-design/pull/35186) [@jeffdrumgod](https://togithub.com/jeffdrumgod) - 💄 Modify less `danger` value from the function to variable. [#35113](https://togithub.com/ant-design/ant-design/pull/35113) [@TrickyPi](https://togithub.com/TrickyPi) - 🐞 Arrow border radius variable use fixed value. [#35086](https://togithub.com/ant-design/ant-design/pull/35086) [@MadCcc](https://togithub.com/MadCcc) - TypeScript - 🤖 Fixed `Upload` component `UploadChangeParamConfiguration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.