Mimicry-Protocol / mimicry-ethdenver2022-app

MIT License
1 stars 0 forks source link

Bump antd from 4.16.0 to 4.19.2 #39

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps antd from 4.16.0 to 4.19.2.

Release notes

Sourced from antd's releases.

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
    • 🐞 修复 Form.Item 在 form.validateFields 中移除时抛出 Can't perform a React state update on an unmounted component 警告的问题。#34405
    • 🐞 修复 Form 组件当 preservefalseinitialValues 会被更改的问题。#34411
  • Tooltip
    • 💄 修复 Tooltip 在 Safari 下的内容宽度问题。#34415 @​jiandandkl
    • 💄 修复 Tooltip/Popover/Popconfirm 等组件箭头大小问题。#34407
  • 💄 优化 Collapse 简洁模式的底边框。#34366 @​PanStar
  • TypeScript

4.19.1

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

  • 🐞 修复自定义状态相关的 less 编译错误 #34350
    • 🐞 修复使用定制主题时 less 编译提示 ReferenceError: colorPalette is not defined 错误。
    • 🐞 修复引入 antd/dist/antd.css 时提示 Error: Invalid class or id selector syntax 错误。
  • 🐞 修复 Input.Passowrd 图标颜色错误。#34354
  • 🐞 修复 ConfigProvider csp 有时在 Icon 上不会生效的问题。#34356

... (truncated)

Changelog

Sourced from antd's changelog.

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

  • 💄 Optimize arrow style for some components. #33710

  • Input

    • 🛠 Refactor Input with rc-input. #34206
      • Attention: The type and value of ref is modified because of refactoring from class component to function component. You can still get DOM node from input, and other methods such as focus and blur mentioned in document are also supported.
    • 🆕 Support clearIcon prop for customizing clear icon. #34325
  • Table

    • 🆕 filterSearch now support passing function to customize search. #34085 @​heiyu4585
    • 🆕 column.filterDropdown({ clearFilters }) support clearFilters({ confirm: false, closeDropdown: false }). #34120 @​heiyu4585
    • ⌨️ Table adds aria-sort attribute for screen readers. #33603 @​dgreene1
    • 🐞 Fix Table filters select-all Checkbox not changed when select item. #34295
  • 🆕 Data entry components add status prop to support custom status.

... (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: 28ad0f53d89e913b067b38deccdd85d26bda5af0

🔍 Inspect the deploy log: https://app.netlify.com/sites/mimicry/deploys/622f4ad4beaddc00084238e5

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

dependabot[bot] commented 2 years ago

Superseded by #40.