Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Bump antd from 4.16.8 to 4.17.2 in /web/modules/custom/react_tools/tools #1060

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2021

Bumps antd from 4.16.8 to 4.17.2.

Release notes

Sourced from antd's releases.

4.17.2

  • 💄 Fix Form broken layout when set wrapperCol={{ span: 24 }}. #32981
  • 🐞 Fix Modal centered was not centered vertically. #33022
  • 🐞 Cascader typescript fix definition missing suffixIcon and support generic of options type. #33008
  • 🐞 Fix Input.Search don't trigger click event on element inside enterButton. #32999
  • 🇪🇪 Added missing Estonian translations. #33005 @​wedeso
  • 🤖 Tree support generic to work more well with fieldNames. #32992

  • 💄 修复 Form wrapperCol={{ span: 24 }} 时样式错乱的问题。#32981
  • 🐞 修复 Modal centered 略微偏上的问题。#33022
  • 🐞 Cascader 丢失 suffixIcon 定义问题并且支持 options 泛型定义。#33008
  • 🐞 修复 Input.Search 下 enterButton 内元素上的 onClick 未被触发的问题。#32999
  • 🇪🇪 补充爱沙尼亚语言包。#33005 @​wedeso
  • 🤖 Tree 支持泛型以更好的配合 fieldNames#32992

4.17.1

  • 🐞 Fix directly import es/style/mixins/index.less throw Variable @root-entry-name is undefined error. #32887
  • 🐞 Fix Menu text color in collapsed tooltip. #32956
  • 🐞 Fix Modal.method bodyStyle not working bug. #32934 @​jin-benben
  • 🐞 Fix abnormal placeholder color. #32915
  • 💄 Fix editable Tabs dropdown remove button style issue. #32919
  • 🛠 Modal.confirm() Remove unnecessary div container. #31492 @​ppbl
  • 🛠 Remove unused css code for Drawer. 4ca6976
  • 🛠 Use @height-base in PageHeader. #32883
  • 🇵🇱 Added missing pl_PL translations. #32896 @​MichalPodeszwa
  • TypeScript

  • 🐞 修复直接引入 es/style/mixins/index.less 文件会抛出 Variable @root-entry-name is undefined 异常的问题。#32887
  • 🐞 修复 Menu 折叠后 Tooltip 文字颜色错误的问题。#32956
  • 🐞 修复 Modal.method bodyStyle 无效的问题。#32934 @​jin-benben
  • 🐞 修复组件 placeholder 色彩异常的问题。#32915
  • 💄 修复可编辑 Tabs 下拉框移除按钮样式问题。#32919
  • 🛠 Modal.confirm() 移除不必要的 div 容器。#31492 @​ppbl
  • 🛠 移除无用的 Drawer 样式。4ca6976
  • 🛠 PageHeader 标题高度使用 @height-base 变量。#32883
  • 🇵🇱 添加缺失的 pl_PL 翻译内容。#32896 @​MichalPodeszwa
  • TypeScript

4.17.1-alpha.1

No release notes provided.

4.17.1-alpha.0

No release notes provided.

4.17.0

  • Dynamic Theme Theme

... (truncated)

Changelog

Sourced from antd's changelog.

4.17.2

2021-11-26

  • 💄 Fix Form broken layout when set wrapperCol={{ span: 24 }}. #32981
  • 🐞 Fix Modal centered was not centered vertically. #33022
  • 🐞 Cascader typescript fix definition missing suffixIcon and support generic of options type. #33008
  • 🐞 Fix Input.Search don't trigger click event on element inside enterButton. #32999
  • 🇪🇪 Added missing Estonian translations. #33005 @​wedeso
  • 🤖 Tree support generic to work more well with fieldNames. #32992

4.17.1

2021-11-22

  • 🐞 Fix directly import es/style/mixins/index.less throw Variable @root-entry-name is undefined error. #32887
  • 🐞 Fix Menu text color in collapsed tooltip. #32956
  • 🐞 Fix Modal.method bodyStyle not working bug. #32934 @​jin-benben
  • 🐞 Fix abnormal placeholder color. #32915
  • 💄 Fix editable Tabs dropdown remove button style issue. #32919
  • 🛠 Modal.confirm() Remove unnecessary div container. #31492 @​ppbl
  • 🛠 Remove unused css code for Drawer. 4ca6976
  • 🛠 Use @height-base in PageHeader. #32883
  • 🇵🇱 Added missing pl_PL translations. #32896 @​MichalPodeszwa
  • TypeScript

4.17.0

2021-11-15

  • Dynamic Theme Theme
    • 🔥 ConfigProvider support dynamic modify theme color. view detail. #31496
    • 🚧 Move part mixins related less file to themes instead since it requires theme variable. We do not recommend use internal file but please note this if you already use it. #32763
    • 🐞 Fix antd.variable.less compile mix with default theme variable. #32279
    • 🐞 Fix antd compile file miss /style/default.css. #32116
    • 🐞 Fix less compile antd.xxx.less throw the Maximum call stack size exceeded error. #32063
  • Input
    • 🐞 Fix Input.Search border-left-radius is not 0 when configured with allowClear and addonBefore. #32812 @​KAROTT7
    • 🐞 Fix Input set to disabled still keep focused style. #32739
    • 🐞 Avoid Input placeholder can be selected on Chrome. #32639 @​cw1997
    • 🐞 Input.TextArea maxLength is now passing to html textarea element. #32448 @​MOHAMMADArsalan
    • 🐞 Fix Input cannot clear content when focus it. #31931 @​adaex
  • Cascader
    • 🔥 Cascader support multiple mode. #31936
    • 🆕 Cascader add title prop with content by default. #31237 @​yingpengsha
    • 🐞 Fix Cascader missing popupClassName and popupPlacement props. #32143
  • Select
    • 🆕 Select support placement. #32143

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [antd](https://github.com/ant-design/ant-design) from 4.16.8 to 4.17.2.
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@4.16.8...4.17.2)

---
updated-dependencies:
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

None yet

0 participants