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.1 in /web/modules/custom/react_tools/tools #1056

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps antd from 4.16.8 to 4.17.1.

Release notes

Sourced from antd's releases.

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
    • 🔥 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

... (truncated)

Changelog

Sourced from antd's changelog.

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
    • 🆕 Select support fieldNames. #31925
    • 🆕 Select support ctrl + n/p on mac. #650
    • 🆕 Select add title for tag in multiple mode. #637
    • 💄 Optimize the text weight in Select. #32486 @​liuxulian
  • TreeSelect
    • 🆕 TreeSelect support placement. #32143
    • 🆕 TreeSelect support fieldNames. #31925
  • Tree
    • 🆕 Tree draggable add handler for tips. #32306
    • 🆕 Tree support fieldNames to customize node field name. #31395
    • 🆕 Tree support onScroll in virtual scroll. #474

... (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.1.
- [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.1)

---
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 22, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 26, 2021

Superseded by #1060.

@dependabot dependabot bot closed this Nov 26, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/web/modules/custom/react_tools/tools/antd-4.17.1 branch November 26, 2021 11:09
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.

0 participants