ant-design / create-react-app-antd

Use antd in create-react-app without ejecting โœจ
https://ant.design/docs/react/use-with-create-react-app
583 stars 197 forks source link

Bump antd from 4.6.2 to 4.12.1 #276

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps antd from 4.6.2 to 4.12.1.

Release notes

Sourced from antd's releases.

4.12.1

  • ๐Ÿž Fix antd crash when load before page ready. #29202
  • ๐Ÿž Fix Table pagination current change logic when pageSize changes. #29184

  • ๐Ÿž ไฟฎๅค antd ๅœจ้กต้ขๅŠ ่ฝฝไน‹ๅ‰่ฝฝๅ…ฅๅฏผ่‡ด็š„้กต้ขๅดฉๆบƒ้—ฎ้ข˜ใ€‚#29202
  • ๐Ÿž ไฟฎๆญฃ Table ๆ”นๅ˜ pageSize ้‡็ฝฎ current ็š„้€ป่พ‘๏ผŒ็Žฐๅœจ่‹ฅ่ถ…ๅ‡บไผš้‡็ฝฎๅˆฐๆœ€ๅคง้กตๆ•ฐใ€‚#29184

4.12.0

  • ๐Ÿ†• Image.PreviewGroup add current prop. #29153
  • InputNumber
    • ๐Ÿ†• InputNumber support bordered prop. #29105
    • ๐Ÿ†• InputNumber add keyboard prop which could disable keyboard behavior. #29110 @kerm1it
  • ๐Ÿ’„ Darken Tag text color to enhance readability. #29144
  • ๐Ÿ’„ Fix Row with vertical gutter provides additional margin-bottom style. #29059
  • ๐Ÿž Fix Collapse header disappers with delay. #29158
  • ๐Ÿž Fix the problem that showCount display data is incorrect when TextArea input emoji. #29057 @HomyeeKing
  • ๐Ÿ“ฆ Optimize ConfigProvider to avoid import all icons when tree shaking is not enabled. #29045
  • ๐ŸŒ Add en-GB missing translations for table. #29131 @eberjoe
  • Table
    • ๐Ÿ†• Table showSorterTooltip now could be a object for more configuration. #29002 @harrisoff
    • โšก๏ธ Optimize calling sequence of onChange and onSelectAll in rowSelection of Table. #29079 @kerm1it
  • Badge
    • ๐Ÿ’„ Fix Badge change count content to hide miss style. #29089
    • ๐Ÿž Fix Badge digital animation problem. #29100
  • TypeScript
    • ๐Ÿค– Table TS definition update dataSource to readonly. #29084
  • Less
    • ๐Ÿ’„ Add less variable @progress-info-text-color. #28981 @yuxuan

  • ๐Ÿ†• Image.PreviewGroup ๆทปๅŠ  current ๅฑžๆ€งๆ”ฏๆŒๅ—ๆŽงๆจกๅผใ€‚#29153
  • InputNumber
    • ๐Ÿ†• InputNumber ๆ”ฏๆŒ bordered ๅฑžๆ€งใ€‚#29105
    • ๐Ÿ†• InputNumber ๆทปๅŠ  keyboard ๅฑžๆ€งไปฅๆ”ฏๆŒ็ฆ็”จ้”ฎ็›˜่กŒไธบใ€‚#29110 @kerm1it
  • ๐Ÿ’„ ๅŠ ๆทฑ Tag ๆ–‡ๅญ—้ขœ่‰ฒไปฅๆๅ‡ๅฏ่ฏปๆ€งใ€‚#29144
  • ๐Ÿ’„ ไฟฎๅค Row ้…็ฝฎๅž‚็›ด gutter ๆ—ถไผš้ขๅค–ๆทปๅŠ  margin-bottom ๆ ทๅผ็š„้—ฎ้ข˜ใ€‚#29059
  • ๐Ÿž ไฟฎๅค Collapse ๆ ‡้ข˜ๅŒบๅŸŸ้š่—ๅปถ่ฟŸ็š„้—ฎ้ข˜ใ€‚#29158
  • ๐Ÿž ไฟฎๅค TextArea ่พ“ๅ…ฅ emoji ๆ—ถ showCount ๅฑ•็คบๆ•ฐๆฎไธๆญฃ็กฎ็š„้—ฎ้ข˜ใ€‚#29057 @HomyeeKing
  • ๐Ÿ“ฆ ไผ˜ๅŒ– ConfigProvider ๅœจๆœชๅผ€ๅฏ tree shaking ็š„้กน็›ฎไธญๅผ•ๅ…ฅๆ‰€ๆœ‰ๅ›พๆ ‡็š„้—ฎ้ข˜ใ€‚#29045
  • ๐Ÿ‡ฌ๐Ÿ‡ง ไธบ่กจๆ ผๆทปๅŠ  en-GB ็ฟป่ฏ‘ใ€‚#29131 @eberjoe
  • Badge
    • ๐Ÿž ไฟฎๅค Badge ็š„ๆ•ฐๅญ—ๅŠจ็”ปๆ–นๅ‘้—ฎ้ข˜ใ€‚#29100
    • ๐Ÿ’„ ไฟฎๅค Badge ไฟฎๆ”น count ๅ†…ๅฎนไปฅ้š่—ๆ—ถ็š„ๆ ทๅผ้—ฎ้ข˜ใ€‚#29089
  • Table
    • ๐Ÿ†• Table showSorterTooltip ๅฑžๆ€งๆ”ฏๆŒ Tooltip ็š„้…็ฝฎใ€‚#29002 @harrisoff
    • โšก๏ธ ไผ˜ๅŒ– Table rowSelection ไธญ onChange ๅ’Œ onSelectAll ็š„่ฐƒ็”จ้กบๅบใ€‚#29079 @kerm1it
  • TypeScript
    • ๐Ÿค– ๆ›ดๆ–ฐ Table TypeScript ๅฎšไน‰ dataSource ่‡ณ readonlyใ€‚#29084
  • Less
    • ๐Ÿ’„ ๅขžๅŠ  less ๅ˜้‡ @progress-info-text-colorใ€‚ #28981 @yuxuan

... (truncated)

Changelog

Sourced from antd's changelog.

4.12.1

2021-02-03

  • ๐Ÿž Fix antd crash when load before page ready. #29202
  • ๐Ÿž Fix Table pagination current change logic when pageSize changes. #29184

4.12.0

2021-02-03

  • ๐Ÿ†• Image.PreviewGroup add current prop. #29153
  • InputNumber
    • ๐Ÿ†• InputNumber support bordered prop. #29105
    • ๐Ÿ†• InputNumber add keyboard prop which could disable keyboard behavior. #29110 @kerm1it
  • ๐Ÿ’„ Darken Tag text color to enhance readability. #29144
  • ๐Ÿ’„ Fix Row with vertical gutter provides additional margin-bottom style. #29059
  • ๐Ÿž Fix Collapse header disappers with delay. #29158
  • ๐Ÿž Fix the problem that showCount display data is incorrect when TextArea input emoji. #29057 @HomyeeKing
  • ๐Ÿ“ฆ Optimize ConfigProvider to avoid import all icons when tree shaking is not enabled. #29045
  • ๐ŸŒ Add en-GB missing translations for table. #29131 @eberjoe
  • Table
    • ๐Ÿ†• Table showSorterTooltip now could be a object for more configuration. #29002 @harrisoff
    • โšก๏ธ Optimize calling sequence of onChange and onSelectAll in rowSelection of Table. #29079 @kerm1it
  • Badge
    • ๐Ÿ’„ Fix Badge change count content to hide miss style. #29089
    • ๐Ÿž Fix Badge digital animation problem. #29100
  • TypeScript
    • ๐Ÿค– Table TS definition update dataSource to readonly. #29084
  • Less
    • ๐Ÿ’„ Add less variable @progress-info-text-color. #28981 @yuxuan

4.11.3

2021-02-03

Wrong release is the same as 4.12.0, if you need to lock the version, you need to lock it to 4.11.2.

4.11.2

2021-01-26

  • ๐Ÿž Fix rc-trigger BuildInPlacements TypeScript compile error. #29029 @waiwaiku

4.11.1

2021-01-24

  • ๐Ÿ’„ Layout inline sub menu now has grey background. #28842
  • ๐Ÿ†• PageHeader supports breadcrumbRender. #28999

... (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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #278.