mozilla / delivery-console

Normandy recipe editor
Mozilla Public License 2.0
13 stars 22 forks source link

Update dependency antd to v3.24.3 #1089

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
antd (source) dependencies minor 3.23.5 -> 3.24.3

Release Notes

ant-design/ant-design ### [`v3.24.3`](https://togithub.com/ant-design/ant-design/releases/3.24.3) [Compare Source](https://togithub.com/ant-design/ant-design/compare/3.24.2...3.24.3) - 🐞 Fix Table sort not working when `columns` inside render. [#​19404](https://togithub.com/ant-design/ant-design/pull/19404) - 🐞 Fix Grid responsive `gutter` not working. [#​19308](https://togithub.com/ant-design/ant-design/pull/19308) - 🐞 Fix small Table border style. [#​19312](https://togithub.com/ant-design/ant-design/pull/19312) [#​19342](https://togithub.com/ant-design/ant-design/pull/19342) - 🐞 Fix the problem that Menu in Dropdown is not highlighted when SubMenu is selected. [#​19313](https://togithub.com/ant-design/ant-design/pull/19313) - 🐞 Fix the problem that moment.js in Typography & Drawer & Statistic can't be tree-shaking. [#​19317](https://togithub.com/ant-design/ant-design/pull/19317) - 🐞 Fix Input.Search react warnings of `non-boolean attribute` and `unique key`. [#​19357](https://togithub.com/ant-design/ant-design/pull/19357) - 🐞 Fix Modal icon position when not use title. [#​19419](https://togithub.com/ant-design/ant-design/pull/19419) - 💄 Fix a problem with the mouse pointer error when Checkbox is disabled. [#​19403](https://togithub.com/ant-design/ant-design/pull/19403) - 💄 Add `@modal-header-color` variable. [#​19385](https://togithub.com/ant-design/ant-design/pull/19385) - 🛠 Improved some TypeScript definitions. [#​19377](https://togithub.com/ant-design/ant-design/pull/19377) [#​19343](https://togithub.com/ant-design/ant-design/pull/19343) [#​19333](https://togithub.com/ant-design/ant-design/pull/19333) * * * - 🐞 修复 Table `columns` 在 render 中会导致排序失效的问题。[#​19404](https://togithub.com/ant-design/ant-design/pull/19404) - 🐞 修复 Grid 响应式 `gutter` 失效的问题。[#​19308](https://togithub.com/ant-design/ant-design/pull/19308) - 🐞 修复小号 Table 边框样式问题。[#​19312](https://togithub.com/ant-design/ant-design/pull/19312) [#​19342](https://togithub.com/ant-design/ant-design/pull/19342) - 🐞 修复 Dropdown 中的 Menu 在 SubMenu 选中后父级菜单未高亮的问题。[#​19313](https://togithub.com/ant-design/ant-design/pull/19313) - 🐞 修复 Typography & Drawer & Statistic 中的 moment.js 无法被 tree-shaking 的问题。[#​19317](https://togithub.com/ant-design/ant-design/pull/19317) - 🐞 修复 Input.Search 出现 `non-boolean attribute` 和 `unique key` 警告信息。[#​19357](https://togithub.com/ant-design/ant-design/pull/19357) - 🐞 修复 Modal 没有标题时,图标没能对齐的问题。[#​19419](https://togithub.com/ant-design/ant-design/pull/19419) - 💄 修复 Checkbox 在被禁用时,光标仍为可选状态的问题。[#​19403](https://togithub.com/ant-design/ant-design/pull/19403) - 💄 新增 `@modal-header-color` 变量。[#​19385](https://togithub.com/ant-design/ant-design/pull/19385) - 🛠 多处 TypeScript 的定义更新。[#​19377](https://togithub.com/ant-design/ant-design/pull/19377) [#​19343](https://togithub.com/ant-design/ant-design/pull/19343) [#​19333](https://togithub.com/ant-design/ant-design/pull/19333) ### [`v3.24.2`](https://togithub.com/ant-design/ant-design/releases/3.24.2) [Compare Source](https://togithub.com/ant-design/ant-design/compare/3.24.1...3.24.2) - 🐞 修复 Table `scroll.x` 设置 `max-content` 无效导致横向滚动消失的问题。[#​19284](https://togithub.com/ant-design/ant-design/pull/19284) - 🐞 修复 Table 将 `column.filterDropdown` 作为新属性设置时报错的问题。[#​19302](https://togithub.com/ant-design/ant-design/pull/19302) - 🐞 Fix Upload 点击下载按钮会触发预览的问题。[#​19268](https://togithub.com/ant-design/ant-design/pull/19268) [@​qq645381995](https://togithub.com/qq645381995) - 🐞 修复 Comment 长作者名在小屏幕上破坏布局的问题。[#​19272](https://togithub.com/ant-design/ant-design/pull/19272) [@​rayronvictor](https://togithub.com/rayronvictor) - Typescript - 🐞 优化 RangePicker `value` 属性定义。[#​19300](https://togithub.com/ant-design/ant-design/pull/19300) [@​neung123](https://togithub.com/neung123) - 🐞 优化 Select `mode` 属性定义。[#​19286](https://togithub.com/ant-design/ant-design/pull/19286) [@​wleven](https://togithub.com/wleven) - 🐞 优化 Upload `customRequest` 属性定义。[#​19278](https://togithub.com/ant-design/ant-design/pull/19278) [@​broder](https://togithub.com/broder) * * * - 🐞 Fix Table scroll={{ x: 'max-content' }} rendered without scrollbar problem in Chrome. [#​19284](https://togithub.com/ant-design/ant-design/pull/19284) - 🐞 Fix Table crash when passing `column.filterDropdown` as new prop. [#​19302](https://togithub.com/ant-design/ant-design/pull/19302) - 🐞 Fix Upload `download` button trigger preview unexpectedly. [#​19268](https://togithub.com/ant-design/ant-design/pull/19268) [@​qq645381995](https://togithub.com/qq645381995) - 🐞 Fix Comment long author name breaks on small screen. [#​19272](https://togithub.com/ant-design/ant-design/pull/19272) [@​rayronvictor](https://togithub.com/rayronvictor) - Typescript - 🐞 Improve RangePicker `value` types. [#​19300](https://togithub.com/ant-design/ant-design/pull/19300) [@​neung123](https://togithub.com/neung123) - 🐞 Improve Select `mode` types. [#​19286](https://togithub.com/ant-design/ant-design/pull/19286) [@​wleven](https://togithub.com/wleven) - 🐞 Improve Upload `customRequest` types. [#​19278](https://togithub.com/ant-design/ant-design/pull/19278) [@​broder](https://togithub.com/broder) ### [`v3.24.1`](https://togithub.com/ant-design/ant-design/releases/3.24.1) [Compare Source](https://togithub.com/ant-design/ant-design/compare/3.24.0...3.24.1) - 🐞 Fix Table throw `React.createRef is not a function error` in old version of React . [#​19262](https://togithub.com/ant-design/ant-design/pull/19262) - 🐞 Fix Table TypeScript definition missing Column and ColumnGroup. [#​19251](https://togithub.com/ant-design/ant-design/pull/19251) * * * - 🐞 修复 Table 在旧版 React 会报 `React.createRef is not a function` 的错误信息。[#​19262](https://togithub.com/ant-design/ant-design/pull/19262) - 🐞 修复 Table TypeScript 定义丢失 Column 和 ColumnGroup 的问题。[#​19251](https://togithub.com/ant-design/ant-design/pull/19251) ### [`v3.24.0`](https://togithub.com/ant-design/ant-design/releases/3.24.0) [Compare Source](https://togithub.com/ant-design/ant-design/compare/3.23.6...3.24.0) - 🔥 Promote [Yuque](https://www.yuque.com/?chInfo=ch_antd) on home page. - Table - 🌟 Added `tableLayout` property for `table-layout` attribute. And using `tableLayout="fixed"` by default in scroll table to resolve align issue caused by cell content. [#​17284](https://togithub.com/ant-design/ant-design/pull/17284) - 🌟 Added `column.ellipsis` to ellipsize cell content. - 🌟 Added the `scroll.scrollToFirstRowOnChange` property to set whether to scroll to the top of the table after page changing. [#​18726](https://togithub.com/ant-design/ant-design/pull/18726) - 🌟 `filterDropdown` added a `visible` parameter to get the display state of the dropdown box. [#​17614](https://togithub.com/ant-design/ant-design/pull/17614) [@​sedx](https://togithub.com/ant-design/ant-design/pull/17614) - 🌟 `title` added a `sortColumn` parameter to get the currently sorted column. [#​19012](https://togithub.com/ant-design/ant-design/pull/19012) [@​swillis12](https://togithub.com/swillis12) - 🌟 The `sorter` parameter of `onChange` will always contain `column` information when sorting. [#​19226](https://togithub.com/ant-design/ant-design/pull/19226) - 🐞 Fix Table filter submenu checkbox margin. [#e1a4f28](https://togithub.com/ant-design/ant-design/commit/e1a4f2891e3c35ae26495432bd2d288d4d81064a) - 🌟 Anchor added a `onChange` attribute to listen for changes to anchor links. [#​18715](https://togithub.com/ant-design/ant-design/pull/18715) - Upload - 🌟 Added `showDownloadIcon` attribute to display download icon. [#​18664](https://togithub.com/ant-design/ant-design/pull/18664) [@​qq645381995](https://togithub.com/qq645381995) - 🌟 Support for `onRemove` control of upload interrupts. [#​18937](https://togithub.com/ant-design/ant-design/pull/18937) [@​ladjzero](https://togithub.com/ladjzero) - 🌟 Input.Search added a `loading` property to show the state in the load. [#​18771](https://togithub.com/ant-design/ant-design/pull/18771) - 🌟 Grid's `gutter` property added support for vertical spacing. Now you can set an array for `gutter` and the second value of the array for vertical spacing. [#​18979](https://togithub.com/ant-design/ant-design/pull/18979) - 🌟 message added support for updating content with a unique key. [#​18678](https://togithub.com/ant-design/ant-design/pull/18678) - 🌟 Layout added a `zeroWidthTriggerStyle` property to control the style of the special `trigger` that appears when `collapsedWidth` is `0`. [#​19079](https://togithub.com/ant-design/ant-design/pull/19079) - 🌟 Drawer added the `drawerStyle` and `headerStyle` properties. [#​19109](https://togithub.com/ant-design/ant-design/pull/19109) - PageHeader - 💄 Redesigned. [#​19100](https://togithub.com/ant-design/ant-design/pull/19100) - 🌟 Added `ghost` property to set whether white background is needed. [#​19100](https://togithub.com/ant-design/ant-design/pull/19100) - ConfigProvider - 🌟 Added `pageHeader` to globally control the style of PageHeader. [#​19100](https://togithub.com/ant-design/ant-design/pull/19100) - 🐞 Fixed the issue that `moment` can't be tree-shark. [#​19115](https://togithub.com/ant-design/ant-design/pull/19115) - 🐞 Fixed the issue that the `removeIcon` and `clearIcon` properties of TreeSelect didn't work. [#​18949](https://togithub.com/ant-design/ant-design/pull/18949) - 🐞 Fixed the issue that the `switcherIcon` does not take effect after the Tree setting `showLine`. [#​18829](https://togithub.com/ant-design/ant-design/pull/18829) [@​MrHeer](https://togithub.com/MrHeer) - 🐞 Fixed the issue that the Slider component set the handle size and positioned incorrectly. [#​19120](https://togithub.com/ant-design/ant-design/pull/19120) - Collapse - 🐞 Fix icon styles under IE 11. [#​19135](https://togithub.com/ant-design/ant-design/pull/19135) [@​GBcrimson](https://togithub.com/GBcrimson) - 🐞 Keep `className` given to `expandIcon`. [#​19160](https://togithub.com/ant-design/ant-design/pull/19160) [@​gpetrioli](https://togithub.com/gpetrioli) - 🐞 Fixed the issue that `defaultExpandAll` does not take effect when Tree.DirectoryTree component passed `treeData`. [#​19148](https://togithub.com/ant-design/ant-design/pull/19148) - 🐞 Fixed the issue with some of the Menu styles under Dropdown. [#​19150](https://togithub.com/ant-design/ant-design/pull/19150) - 🐞 Fixed Cascader's `placeholder` internationalization error. [#​19227](https://togithub.com/ant-design/ant-design/pull/19227) [@​kagawagao](https://togithub.com/kagawagao) - 🌟 Added less variables `@typography-title-margin-top`, `@typography-title-margin-bottom`. [#​18746](https://togithub.com/ant-design/ant-design/pull/18746) - 🗑 Discard the `autosize` property of Input.TextArea, use `autoSize` instead. [#​19177](https://togithub.com/ant-design/ant-design/pull/19177) * * * - 🔥 首页新增[语雀](https://www.yuque.com/?chInfo=ch_antd)的推广链接。 - Table - 🌟 新增 `tableLayout` 属性,支持设置表格的 `table-layout` 布局,并在固定表头/列下默认开启 `tableLayout="fixed"`,解决因为表格自动根据内容排版造成的列对齐问题。[#​17284](https://togithub.com/ant-design/ant-design/pull/17284) - 🌟 新增 `column.ellipsis` 支持单元格内容自动省略。 - 🌟 新增 `scroll.scrollToFirstRowOnChange` 属性,用于设置在翻页后是否滚动到表格顶部。[#​18726](https://togithub.com/ant-design/ant-design/pull/18726) - 🌟 `filterDropdown` 新增 `visible` 参数,用于获取下拉框的显示状态。[#​17614](https://togithub.com/ant-design/ant-design/pull/17614) [@​sedx](https://togithub.com/ant-design/ant-design/pull/17614) - 🌟 `title` 方法新增 `sortColumn` 参数,用于获取当前排序的列。[#​19012](https://togithub.com/ant-design/ant-design/pull/19012) [@​swillis12](https://togithub.com/swillis12) - 🌟 排序时 `onChange` 的 `sorter` 参数将始终包含 `column` 信息。[#​19226](https://togithub.com/ant-design/ant-design/pull/19226) - 🐞 修复过滤下拉菜单的间距问题。[#e1a4f28](https://togithub.com/ant-design/ant-design/commit/e1a4f2891e3c35ae26495432bd2d288d4d81064a) - 🌟 Anchor 新增 `onChange` 属性,用于监听锚点链接的改变。[#​18715](https://togithub.com/ant-design/ant-design/pull/18715) - Upload - 🌟 新增 `showDownloadIcon` 属性,用于展示下载图标。[#​18664](https://togithub.com/ant-design/ant-design/pull/18664) [@​qq645381995](https://togithub.com/qq645381995) - 🌟 支持 `onRemove` 对上传中断的控制。[#​18937](https://togithub.com/ant-design/ant-design/pull/18937) [@​ladjzero](https://togithub.com/ladjzero) - 🌟 Input.Search 新增 `loading` 属性,用于展示加载中的状态。[#​18771](https://togithub.com/ant-design/ant-design/pull/18771) - 🌟 Grid 的 `gutter` 属性新增垂直间距的支持,现在你可以给 `gutter` 设置一个数组,数组的第二个值就表示垂直间距。[#​18979](https://togithub.com/ant-design/ant-design/pull/18979) - 🌟 message 新增支持通过唯一的 `key` 来更新内容。[#​18678](https://togithub.com/ant-design/ant-design/pull/18678) - 🌟 Layout 新增 `zeroWidthTriggerStyle` 属性以控制当 `collapsedWidth` 为 `0` 时,出现的特殊 `trigger` 的样式。[#​19079](https://togithub.com/ant-design/ant-design/pull/19079) - 🌟 Drawer 新增 `drawerStyle` 和 `headerStyle` 属性。[#​19109](https://togithub.com/ant-design/ant-design/pull/19109) - PageHeader - 💄 重新设计了样式 [#​19100](https://togithub.com/ant-design/ant-design/pull/19100) - 🌟 新增 `ghost` 属性,用于设置是否需要白底背景。[#​19100](https://togithub.com/ant-design/ant-design/pull/19100) - ConfigProvider - 🌟 新增 `pageHeader` 用于全局控制 PageHeader 的样式。[#​19100](https://togithub.com/ant-design/ant-design/pull/19100) - 🐞 修复 moment 不能被 tree shaking 的问题。[#​19115](https://togithub.com/ant-design/ant-design/pull/19115) - 🐞 修复 TreeSelect 的 `removeIcon` 和 `clearIcon` 属性不生效的问题。[#​18949](https://togithub.com/ant-design/ant-design/pull/18949) - 🐞 修复 Tree 设置 `showLine` 后 `switcherIcon` 不生效的问题。[#​18829](https://togithub.com/ant-design/ant-design/pull/18829) [@​MrHeer](https://togithub.com/MrHeer) - 🐞 修复 Slider 组件设置 `handle` 大小后定位错误的问题。[#​19120](https://togithub.com/ant-design/ant-design/pull/19120) - Collapse - 🐞 修复在 IE 11 下的图标样式。[#​19135](https://togithub.com/ant-design/ant-design/pull/19135) [@​GBcrimson](https://togithub.com/GBcrimson) - 🐞 修复 `expandIcon` 的 `className` 会被覆盖的问题。[#​19160](https://togithub.com/ant-design/ant-design/pull/19160) [@​gpetrioli](https://togithub.com/gpetrioli) - 🐞 修复 Tree.DirectoryTree 组件传入 `treeData` 时 `defaultExpandAll` 不生效的问题。[#​19148](https://togithub.com/ant-design/ant-design/pull/19148) - 🐞 修复 Dropdown 下部分 Menu 样式错乱的问题。[#​19150](https://togithub.com/ant-design/ant-design/pull/19150) - 🐞 修复 Cascader 的 `placeholder` 国际化错误。[#​19227](https://togithub.com/ant-design/ant-design/pull/19227) [@​kagawagao](https://togithub.com/kagawagao) - 🌟 新增 less 变量 `@typography-title-margin-top` 和 `@typography-title-margin-bottom`。[#​18746](https://togithub.com/ant-design/ant-design/pull/18746) - 🗑 废弃 Input.TextArea 的 `autosize` 属性,请使用 `autoSize` 代替。[#​19177](https://togithub.com/ant-design/ant-design/pull/19177) ### [`v3.23.6`](https://togithub.com/ant-design/ant-design/releases/3.23.6) [Compare Source](https://togithub.com/ant-design/ant-design/compare/3.23.5...3.23.6) - 🐞 Fix Typography `ref` warning of React. [#​19074](https://togithub.com/ant-design/ant-design/pull/19074) * * * - 🐞 修复 Typography 提示获取不到 `ref` 的错误信息。[#​19074](https://togithub.com/ant-design/ant-design/pull/19074)

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.

jaredlockhart commented 4 years ago

bors r+

bors[bot] commented 4 years ago

:-1: Rejected by too few approved reviews

mythmon commented 4 years ago

bors merge

mythmon commented 4 years ago

Lets try this once more.

bors merge

bors[bot] commented 4 years ago

Build succeeded