CodeTanzania / emis-web

A collaboration platform that facilitates communication, planning and actions for disaster management.
MIT License
26 stars 9 forks source link

fix(deps): update dependency antd to v4 - autoclosed #414

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 major ^3.26.2 -> ^4.0.0

Release Notes

ant-design/ant-design ### [`v4.0.1`](https://togithub.com/ant-design/ant-design/releases/4.0.1) [Compare Source](https://togithub.com/ant-design/ant-design/compare/4.0.0...4.0.1) - Form - 🐞 Fix Form help control will get `react@16.13` warning. [#​21800](https://togithub.com/ant-design/ant-design/pull/21800) [#​21702](https://togithub.com/ant-design/ant-design/pull/21702) - 🐞 Fix Form.Item exceed Form width when content is too long. [#​21682](https://togithub.com/ant-design/ant-design/pull/21682) - Input - 🐞 Fix TextArea style get warning in `react@16.13`. [#​21703](https://togithub.com/ant-design/ant-design/pull/21703) - 🐞 Fix Input.Search extra border when has `prefix`. [#​21753](https://togithub.com/ant-design/ant-design/pull/21753) - Table - 🐞 Fix Table column with `filtered` not working. [#​21825](https://togithub.com/ant-design/ant-design/pull/21825) - 🐞 Fix Table locale not work. [#​21772](https://togithub.com/ant-design/ant-design/pull/21772) - 🐞 Fix Table.Column `sortOrder` is not working in JSX mode. [#​21719](https://togithub.com/ant-design/ant-design/pull/21719) - 🐞 Fix Table fixed column with sorted status style issue. [#​21679](https://togithub.com/ant-design/ant-design/pull/21679) - 🐞 Fix Dropdown menu arrow position. [#​21768](https://togithub.com/ant-design/ant-design/pull/21768) [@​xrkffgg](https://togithub.com/xrkffgg) - 🐞 Fix List `bordered` and `split` props conflict. [#​21784](https://togithub.com/ant-design/ant-design/pull/21784) [@​MXWXZ](https://togithub.com/MXWXZ) - 🐞 Fix Menu.Item `a` tag hidden bug. [#​21699](https://togithub.com/ant-design/ant-design/pull/21699) [@​shaodahong](https://togithub.com/shaodahong) - 🐞 Fix `message.open` crash when `icon` is not passed. [#​21747](https://togithub.com/ant-design/ant-design/pull/21747) [@​AshoneA](https://togithub.com/AshoneA) - 🐞 Fix Result `status` cannot assigned to string or number type. [#​21691](https://togithub.com/ant-design/ant-design/pull/21691) - 🐞 Fix Descriptions warning for duplicate key. [#​21688](https://togithub.com/ant-design/ant-design/pull/21688) - 💄 Optimize Calendar header style in small screen. [#​21813](https://togithub.com/ant-design/ant-design/pull/21813) - 💄 Radio.Group not wrapping now. [#​21813](https://togithub.com/ant-design/ant-design/pull/21813) - 🛠 Refactor icons import code to reduce webpack disabled tree shaking bundle size. [#​21752](https://togithub.com/ant-design/ant-design/pull/21752) - Typescript - 🐞 Fix Radio.Button type error. [#​21807](https://togithub.com/ant-design/ant-design/pull/21807) [@​jhoneybee](https://togithub.com/jhoneybee) - 🐞 fix `TreeSelect.SHOW_*` type. [#​21791](https://togithub.com/ant-design/ant-design/pull/21791) [@​TennyZhuang](https://togithub.com/TennyZhuang) - 🐞 Fix TreeSelect missing `suffix` define. [#​21714](https://togithub.com/ant-design/ant-design/pull/21714) - 🐞 Fix Drawer `forceRender` TypeScript definite. [#​21774](https://togithub.com/ant-design/ant-design/pull/21774) - 🐞 Fix Tree `treeData` define. [#​21756](https://togithub.com/ant-design/ant-design/pull/21756) - 🐞 Fix Form.Item `renderProps` return type define. [#​21716](https://togithub.com/ant-design/ant-design/pull/21716) * * * - Form - 🐞 修复 Form help 受控时会导致 `react@16.13` 报警告的问题。[#​21800](https://togithub.com/ant-design/ant-design/pull/21800) [#​21702](https://togithub.com/ant-design/ant-design/pull/21702) - 🐞 修复 Form.Item 宽度在内容过长时会超出 Form 的样式问题。[#​21682](https://togithub.com/ant-design/ant-design/pull/21682) - Input - 🐞 修复 TextArea 样式在 `react@16.13` 下会报警告的问题。[#​21703](https://togithub.com/ant-design/ant-design/pull/21703) - 🐞 修复 Input.Search 有 `prefix` 时的右边框样式问题。[#​21753](https://togithub.com/ant-design/ant-design/pull/21753) - Table - 🐞 修复 Table column 的 `filtered` 属性无效的问题。[#​21825](https://togithub.com/ant-design/ant-design/pull/21825) - 🐞 修复 Table `locale` 无效的问题。[#​21772](https://togithub.com/ant-design/ant-design/pull/21772) - 🐞 修复 Table.Column `sortOrder` 在 JSX 模式下无效的问题。[#​21719](https://togithub.com/ant-design/ant-design/pull/21719) - 🐞 修复 Table 固定列在排序状态时的样式问题。[#​21679](https://togithub.com/ant-design/ant-design/pull/21679) - 🐞 修复 Dropdown 菜单里箭头图标的位置。[#​21768](https://togithub.com/ant-design/ant-design/pull/21768) [@​xrkffgg](https://togithub.com/xrkffgg) - 🐞 修复 List 组件 `bordered` 和 `split` 属性冲突的问题。[#​21784](https://togithub.com/ant-design/ant-design/pull/21784) [@​MXWXZ](https://togithub.com/MXWXZ) - 🐞 修复 Menu.Item 中 `a` 标签换行无法显示的问题。[#​21699](https://togithub.com/ant-design/ant-design/pull/21699) [@​shaodahong](https://togithub.com/shaodahong) - 🐞 修复 `message.open` 中 `icon` 为空时报错的问题。[#​21747](https://togithub.com/ant-design/ant-design/pull/21747) [@​AshoneA](https://togithub.com/AshoneA) - 🐞 修复 Result `status` 属性不能赋值 string 或者 number 类型的问题。[#​21691](https://togithub.com/ant-design/ant-design/pull/21691) - 🐞 修复 Descriptions 报 `key` 重复的警告信息。[#​21688](https://togithub.com/ant-design/ant-design/pull/21688) - 💄 优化 Calendar 在窄屏幕下的标题样式。[#​21813](https://togithub.com/ant-design/ant-design/pull/21813) - 💄 Radio.Group 不再折行。[#​21813](https://togithub.com/ant-design/ant-design/pull/21813) - 🛠 重构 icons 导入代码以降低没有开启 tree shaking 的打包尺寸。[#​21752](https://togithub.com/ant-design/ant-design/pull/21752) - Typescript - 🐞 修复 Radio.Button 的类型定义。[#​21807](https://togithub.com/ant-design/ant-design/pull/21807) [@​jhoneybee](https://togithub.com/jhoneybee) - 🐞 修复了 `TreeSelect.SHOW_*` 的类型问题。[#​21791](https://togithub.com/ant-design/ant-design/pull/21791) [@​TennyZhuang](https://togithub.com/TennyZhuang) - 🐞 修复 TreeSelect 缺失 `suffix` 定义。[#​21714](https://togithub.com/ant-design/ant-design/pull/21714) - 🐞 修复 Drawer `forceRender` 的 TypeScript 定义。[#​21774](https://togithub.com/ant-design/ant-design/pull/21774) - 🐞 修复 Tree `treeData` 定义。[#​21756](https://togithub.com/ant-design/ant-design/pull/21756) - 🐞 修复 Form.Item `renderProps` 的类型定义。[#​21716](https://togithub.com/ant-design/ant-design/pull/21716) ### [`v4.0.0`](https://togithub.com/ant-design/ant-design/releases/4.0.0) [Compare Source](https://togithub.com/ant-design/ant-design/compare/3.26.12...4.0.0) - 🏆 Ant Design v4 is out! Check [here](https://togithub.com/ant-design/ant-design/issues/21656) for more info. - 🐞 Breadcrumb use `path` as default key to fix `name` key conflict. [#​21583](https://togithub.com/ant-design/ant-design/pull/21583) [@​douxc](https://togithub.com/douxc) - 🌟 Timeline.Item support `label`. [#​21560](https://togithub.com/ant-design/ant-design/pull/21560) [@​shaodahong](https://togithub.com/shaodahong) - 🐞 Fix Table filter menu max height style with many items. [#​21602](https://togithub.com/ant-design/ant-design/pull/21602) - 💄 Add the Calendar component's custom default font color for display content. [#​21598](https://togithub.com/ant-design/ant-design/pull/21598) [@​xrkffgg](https://togithub.com/xrkffgg) - 🚮 Remove DatePicker legacy cell className for custom cell style. [#​21589](https://togithub.com/ant-design/ant-design/pull/21589) - 🐞 Fix RangePicker style render bug in IE11. [#​21587](https://togithub.com/ant-design/ant-design/pull/21587) - 🛠 Progress `strokeColor` now will ignore incorrect percent. [#​21564](https://togithub.com/ant-design/ant-design/pull/21564) [@​AshoneA](https://togithub.com/AshoneA) - 🐞 Fix Progress `trailColor` not working when `type=line`. [#​21552](https://togithub.com/ant-design/ant-design/pull/21552) [@​AshoneA](https://togithub.com/AshoneA) - 🐞 Fix the background of the components in the pop-up components in the dark theme. [#​21299](https://togithub.com/ant-design/ant-design/pull/21299) - 💄 Optimization under the dark theme color swatches transparency. - 🌟 new less variable `@popover-customize-border-color`, `@list-customize-card-bg`, `@table-expand-icon-bg`, `@steps-background`, `@pagination-item-input-bg` for theme customization. * * * - 🏆 Ant Design v4 发布!点击[此处](https://togithub.com/ant-design/ant-design/issues/21656)查看更多信息。 - 🐞 Breadcrumb 使用 `path` 作为默认 key 以修复 `name` 作为 key 重名的冲突问题。[#​21583](https://togithub.com/ant-design/ant-design/pull/21583) [@​douxc](https://togithub.com/douxc) - 🌟 Timeline.Item 支持 `label`。[#​21560](https://togithub.com/ant-design/ant-design/pull/21560) [@​shaodahong](https://togithub.com/shaodahong) - 🐞 修复 Table 筛选菜单高度溢出屏幕的问题。[#​21602](https://togithub.com/ant-design/ant-design/pull/21602) - 💄 增加 Calendar 组件自定义显示内容的默认字体颜色。[#​21598](https://togithub.com/ant-design/ant-design/pull/21598) [@​xrkffgg](https://togithub.com/xrkffgg) - 🚮 移除 DatePicker 针对自定义单元格的 3.x 的兼容类名。[#​21589](https://togithub.com/ant-design/ant-design/pull/21589) - 🐞 修复 RangePicker 在 IE11 下的样式渲染问题。[#​21587](https://togithub.com/ant-design/ant-design/pull/21587) - 🛠 Progress 中 `strokeColor` 属性现在会忽略错误的百分比参数。[#​21564](https://togithub.com/ant-design/ant-design/pull/21564) [@​AshoneA](https://togithub.com/AshoneA) - 🐞 修复 Progress `trailColor` 属性在 `type=line` 时无效果的问题。[#​21552](https://togithub.com/ant-design/ant-design/pull/21552) [@​AshoneA](https://togithub.com/AshoneA) - 🐞 修复暗色主题下,组件在弹出层组件下的背景样式问题。[#​21299](https://togithub.com/ant-design/ant-design/pull/21299) - 💄 优化暗色主题下色板透明度。 - 🌟 新增 less 变量 `@popover-customize-border-color`、`@list-customize-card-bg`、`@table-expand-icon-bg`、`@steps-background`、`@pagination-item-input-bg` 用于主题定制。

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 you tick the rebase/retry checkbox.

:no_bell: 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.