Mimicry-Protocol / mimicry-ethdenver2022-app

MIT License
1 stars 0 forks source link

Bump antd from 4.16.0 to 4.19.3 #40

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps antd from 4.16.0 to 4.19.3.

Release notes

Sourced from antd's releases.

4.19.3

  • 🐞 Fix TextArea clearIcon color. #34610
  • 🐞 Fix: apply scale transform to disabled star. #34547 @​Unuuuuu
  • 🐞 Fix Tooltip arrow color with preset. #34548
  • 🐞 Fixed number abnormal position display in Badge RTL mode. #34545
  • 💄 Fix numeric Row and Col class styles when using prefixCls. #34494 @​mic-web
  • 🐞 Fix Editable Textarea height jump in Firefox and Editable Typography.Title confirm icon position. #34518
  • 💄 Fix missing status style in RangePicker. #34509
  • 🛎 Add warning for Input getting blurred when dynamically add hasFeedback. #34475
  • 🐞 Fix missing classname in input when Input has prefix or suffix. #34474
  • 🌐 Updated it_LT locale for typeTemplate. #34567 @​Anizcus

  • 🐞 修复 TextArea clearIcon 的颜色问题。#34610
  • 🐞 修复 Rate 下 disabled 时依然有 hover 效果的问题。#34547 @​Unuuuuu
  • 🐞 修复 Tooltip 使用预设颜色时 arrow 颜色错误的问题。#34548
  • 🐞 修复 Badge 数字 RTL 模式下异常位置显示。#34545
  • 💄 修复使用 prefixCls 时的数字 Row 和 Col 类样式问题。#34494 @​mic-web
  • 🐞 修复 Typography editable 切换时在 Firefox 下高度跳动 和 Typography.Title editable 确定图标错位的问题。#34518
  • 💄 修复 RangePicker status 相关样式丢失的问题。#34509
  • 🛎 为动态改变 Form.Item 的 hasFeedback 时 Input 焦点丢失添加警告。#34475
  • 🐞 修复 Input 有 prefix 或者 suffix 时 input 缺少某些 className 的问题。#34474
  • 🌐 更新 it_LT 的 locale。#34567 @​Anizcus

4.19.2

  • 🐞 Fix Dropdown not auto adjust placement when position on the edge of window. #34390
  • 💄 Change PageHeader elements margin from 12px to 8px inside extra. #34428
  • 🛠 Export css variable function in antd/es/config-provider folder to enable ssr requirement. #34436
  • 🛠 Refactor Menu with React hooks. #34433
  • Input
    • 💄 Fix Input font-size when size is large. #34381
    • 💄 Fix Input.Group wrong border when status is error. #34412
  • Form
    • 🐞 Fix Form.Item removed in form.validateFields throw Can't perform a React state update on an unmounted component warning. #34405
    • 🐞 Fix to Form that initialValues would change if preserve is false. #34411
  • Tooltip
  • 💄 Remove Collapse bottom border in simple style. #34366 @​PanStar
  • TypeScript

  • 🐞 修复 Dropdown 在边界情况下不会自动调整展示位置的问题。#34390
  • 💄 缩小 PageHeader extra 内元素间距为 8px#34428
  • 🛠 导出 antd/es/config-provider 目录下的 css variable 函数以支持 ssr 的需求。#34436
  • 🛠 使用 React hooks 重构 Menu。#34433
  • Input
    • 💄 修复大尺寸 Input 的字号问题。#34381
    • 💄 修复 Input.Group 多余的错误边框样式。#34412
  • Form

... (truncated)

Changelog

Sourced from antd's changelog.

4.19.3

2022-03-21

  • 🐞 Fix TextArea clearIcon color. #34610
  • 🐞 Fix: apply scale transform to disabled star. #34547 @​Unuuuuu
  • 🐞 Fix Tooltip arrow color with preset. #34548
  • 🐞 Fixed number abnormal position display in Badge RTL mode. #34545
  • 💄 Fix numeric Row and Col class styles when using prefixCls. #34494 @​mic-web
  • 🐞 Fix Editable Textarea height jump in Firefox and Editable Typography.Title confirm icon position. #34518
  • 💄 Fix missing status style in RangePicker. #34509
  • 🛎 Add warning for Input getting blurred when dynamically add hasFeedback. #34475
  • 🐞 Fix missing classname in input when Input has prefix or suffix. #34474
  • 🌐 Updated it_LT locale for typeTemplate. #34567 @​Anizcus

4.19.2

2022-03-13

  • 🐞 Fix Dropdown not auto adjust placement when position on the edge of window. #34390
  • 💄 Change PageHeader elements margin from 12px to 8px inside extra. #34428
  • 🛠 Export css variable function in antd/es/config-provider folder to enable ssr requirement. #34436
  • 🛠 Refactor Menu with React hooks. #34433
  • Input
    • 💄 Fix Input font-size when size is large. #34381
    • 💄 Fix Input.Group wrong border when status is error. #34412
  • Form
    • 🐞 Fix Form.Item removed in form.validateFields throw Can't perform a React state update on an unmounted component warning. #34405
    • 🐞 Fix to Form that initialValues would change if preserve is false. #34411
  • Tooltip
  • 💄 Remove Collapse bottom border in simple style. #34366 @​PanStar
  • TypeScript

4.19.1

2022-03-08

  • 🐞 Fix less compile error related to custom status. #34350
    • 🐞 Fix error ReferenceError: colorPalette is not defined when customize theme.
    • 🐞 Fix error Error: Invalid class or id selector syntax when import antd/dist/antd.css.
  • 🐞 Fix Input.Passowrd icon color in site. #34354
  • 🐞 Fix ConfigProvider csp sometime not effect on Icon. #34356

4.19.0

2022-03-08

... (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)
netlify[bot] commented 2 years ago

✅ Deploy Preview for mimicry ready!

🔨 Explore the source changes: 289b9e2a5d5458f35841f0c181e9ccd92aff8cf7

🔍 Inspect the deploy log: https://app.netlify.com/sites/mimicry/deploys/6238811fdfb90400083e5584

😎 Browse the preview: https://deploy-preview-40--mimicry.netlify.app

dependabot[bot] commented 2 years ago

Superseded by #41.