Skip to content

build(deps): bump antd from 4.18.5 to 4.18.7 in /web/frontend#194

Merged
vitaliimelnychuk merged 1 commit into
masterfrom
dependabot/npm_and_yarn/web/frontend/antd-4.18.7
Feb 14, 2022
Merged

build(deps): bump antd from 4.18.5 to 4.18.7 in /web/frontend#194
vitaliimelnychuk merged 1 commit into
masterfrom
dependabot/npm_and_yarn/web/frontend/antd-4.18.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 14, 2022

Copy link
Copy Markdown
Contributor

Bumps antd from 4.18.5 to 4.18.7.

Release notes

Sourced from antd's releases.

4.18.7

  • Typography
    • 🛠 Fix Typography useLayoutEffect warning in SSR. #33818 @​SoYoung210
    • 🐞 Fix Typography with ellipsis makes screen show the scroll bar in some case. #34007
    • 🐞 Typography copy click event is now stopPropagation by default. #33998 @​linxianxi
    • 🐞 Fix Typography edit & copy button not trigger by enter key. #33976 @​mrwd2009
  • 🐞 Fix Form undefined text of min/max validators in pl_PL locale. #34024 @​MichalPodeszwa
  • 🐞 Fix Input.TextArea cut text logic when maxLength configured. #33910 @​chenyizhongx
  • 💄 Button with type=default will provide .ant-btn-default className. #34013
  • 💄 Improve Menu :focus-visible style. #34008
  • 💄 Fix Pagination and Rate style problem in Safari. #34002
  • 💄 Fix Row and Col component styles when using prefixCls. #33969 @​mic-web
  • 🐞 Fix Icon with custom color not working. #33951 @​MadCcc
  • TypeScript

  • Typography
    • 🛠 修复 Typography 在 SSR 渲染时警告 useLayoutEffect 的问题。#33818 @​SoYoung210
    • 🐞 修复 Typography 配置 ellipsis 后在某些情况下会出现滚动条的问题。#34007
    • 🐞 Typography 复制按钮点击事件不在冒泡。#33998 @​linxianxi
    • 🐞 修复 Typography 中编辑和拷贝按钮无法响应 Enter 按键的问题。#33976 @​mrwd2009
  • 🐞 修复 Form 波兰语中表单校验部分文案未定义的问题。#34024 @​MichalPodeszwa
  • 🐞 修复 Input.TextArea 设置 maxLength 时光标位置会影响超出部分截取的问题。#33910 @​chenyizhongx
  • 💄 Button 对于 type=default 也会提供 .ant-btn-default 的样式类名。#34013
  • 💄 优化 Menu :focus-visible 的样式。#34008
  • 💄 修复 Pagination 和 Rate 在 Safari 下部分样式丢失的问题,比如分页按钮禁用样式失效。#34002
  • 💄 修复 Row 与 Col 在配置 prefixCls 的样式问题。#33969 @​mic-web
  • 🐞 修复 Icon 自定义颜色无效的问题。#33951 @​MadCcc
  • TypeScript

4.18.6

  • 🐞 Hide the empty popover when the props' content is undefined or null. #33835 @​DawnLck
  • 🐞 Fix DatePicker ref TypeScript definition. #33901 @​Amour1688
  • 🐞 Fix the problem that tooltip didn't show on ellipsis with rows larger than 1. #33875 @​MadCcc
  • Button
  • 🐞 Fix the problem that Tooltip cannot be displayed when it is used with switch in loading state. #33860 @​MadCcc
  • 🐞 fix the upload button sometimes flashes after the upload button is changed from hidden to display when the upload component is a picture-card type. #33820 @​credred

  • 🐞 修复当传入的内容参数和标题参数都为空时,气泡组件仍旧会渲染空气泡的问题。#33835 @​DawnLck
  • 🐞 修复 DatePicker ref TypeScript 定义。#33901 @​Amour1688
  • 🐞 修复 Typography ellipsis 行数大于 1 时 Tooltip 不显示的问题。#33875 @​MadCcc
  • Button
  • 🐞 修复 Tooltip 套在 loading 状态的 switch 上时无法正常显示的问题。#33860 @​MadCcc
  • 🐞 修复 Upload 组件为 picture-card 类型时,由隐藏上传按钮改为显示后,上传按钮有时会闪烁的问题。#33820 @​credred
Changelog

Sourced from antd's changelog.

4.18.7

2022-02-14

  • Typography
    • 🛠 Fix Typography useLayoutEffect warning in SSR. #33818 @​SoYoung210
    • 🐞 Fix Typography with ellipsis makes screen show the scroll bar in some case. #34007
    • 🐞 Typography copy click event is now stopPropagation by default. #33998 @​linxianxi
    • 🐞 Fix Typography edit & copy button not trigger by enter key. #33976 @​mrwd2009
  • 🐞 Fix Form undefined text of min/max validators in pl_PL locale. #34024 @​MichalPodeszwa
  • 🐞 Fix Input.TextArea cut text logic when maxLength configured. #33910 @​chenyizhongx
  • 💄 Button with type=default will provide .ant-btn-default className. #34013
  • 💄 Improve Menu :focus-visible style. #34008
  • 💄 Fix Pagination and Rate style problem in Safari. #34002
  • 💄 Fix Row and Col component styles when using prefixCls. #33969 @​mic-web
  • 🐞 Fix Icon with custom color not working. #33951 @​MadCcc
  • TypeScript

4.18.6

2022-02-07

  • 🐞 Fix the empty Popover displayed when content and title is undefined or null. #33835 @​DawnLck
  • 🐞 Fix the problem that Tooltip didn't show on ellipsis with rows larger than 1. #33875
  • Button
  • 🐞 Fix the problem that Tooltip cannot be displayed when it is used with Switch in loading state. #33860
  • 🐞 Fix the Upload button sometimes flashes after changed from hidden to display when the Upload component is a picture-card type. #33820 @​credred
  • TypeScript
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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 14, 2022
@vitaliimelnychuk

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web/frontend/antd-4.18.7 branch from 8a7935f to c5dc62f Compare February 14, 2022 11:54
Bumps [antd](https://github.com/ant-design/ant-design) from 4.18.5 to 4.18.7.
- [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.18.5...4.18.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web/frontend/antd-4.18.7 branch from c5dc62f to 7f204d0 Compare February 14, 2022 11:56
@vitaliimelnychuk
vitaliimelnychuk merged commit 2c1ee9c into master Feb 14, 2022
@vitaliimelnychuk
vitaliimelnychuk deleted the dependabot/npm_and_yarn/web/frontend/antd-4.18.7 branch February 14, 2022 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant