Mimicry-Protocol / mimicry-ethdenver2022-app

MIT License
1 stars 0 forks source link

Bump antd from 4.16.0 to 4.19.1 #37

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps antd from 4.16.0 to 4.19.1.

Release notes

Sourced from antd's releases.

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

4.19.1-alpha.0

  • ๐Ÿž 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.

  • ๐Ÿž ไฟฎๅค่‡ชๅฎšไน‰็Šถๆ€็›ธๅ…ณ็š„ less ็ผ–่ฏ‘้”™่ฏฏ #34350
    • ๐Ÿž ไฟฎๅคไฝฟ็”จๅฎšๅˆถไธป้ข˜ๆ—ถ less ็ผ–่ฏ‘ๆ็คบ ReferenceError: colorPalette is not defined ้”™่ฏฏใ€‚
    • ๐Ÿž ไฟฎๅคๅผ•ๅ…ฅ antd/dist/antd.css ๆ—ถๆ็คบ Error: Invalid class or id selector syntax ้”™่ฏฏใ€‚

4.19.0

  • ๐Ÿ’„ Optimize arrow style for some components. #33710 image
  • 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.
  • ๐Ÿ†• InputNumber supports controls={{ upIcon, downIcon }} to customize icon up and down. #33914 @โ€‹heiyu4585
  • ๐Ÿ†• Notification placement support top / bottom #33871 @โ€‹heiyu4585
  • ๐Ÿ†• Select, Cascades, DatePicker now support placement property. #33641 @โ€‹ONLY-yours
  • ๐Ÿ†• Dropdown support arrow={{ pointAtCenter: true }} to make arrow point at center. And top bottom placement are also supported. #33658
  • ๐Ÿ†• Skeleton.Input Adds block prop. #33672 @โ€‹woochanleee

... (truncated)

Changelog

Sourced from antd's changelog.

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

image

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

image

  • ๐Ÿ†• InputNumber supports controls={{ upIcon, downIcon }} to customize icon up and down. #33914 @โ€‹heiyu4585
  • ๐Ÿ†• Notification placement support top / bottom #33871 @โ€‹heiyu4585
  • ๐Ÿ†• Select, Cascades, DatePicker now support placement property. #33641 @โ€‹ONLY-yours
  • ๐Ÿ†• Dropdown support arrow={{ pointAtCenter: true }} to make arrow point at center. And top bottom placement are also supported. #33658
  • ๐Ÿ†• Skeleton.Input Adds block prop. #33672 @โ€‹woochanleee
  • ๐Ÿ†• Move TimePicker disabledHours, disabledMinutes, disabledSeconds into disabledTime to align with DatePicker. #33503
  • ๐Ÿ’„ Modify the color of some borders and the background color of the progress bar to be transparent to suit the colored background. #33506
  • ๐Ÿ’„ Space support custom children key. #33607 @โ€‹qin20
  • ๐Ÿž Fix Typography.Title didn't keep font size when become editable. #34169 @โ€‹heiyu4585
  • ๐Ÿž Fix Form.Item throw warning React does not recognize the requiredMark prop on a DOM element. #34323

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by madccc, a new releaser for antd since your current version.


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: 27bfb07ef9fcb2250eef155f79872b2aeb1e88fa

๐Ÿ” Inspect the deploy log: https://app.netlify.com/sites/mimicry/deploys/622b61d4837c1d00089b096e

๐Ÿ˜Ž Browse the preview: https://deploy-preview-37--mimicry.netlify.app

dependabot[bot] commented 2 years ago

Superseded by #39.