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.10.3 #271

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps antd from 4.6.2 to 4.10.3.

Release notes

Sourced from antd's releases.

4.10.3

  • ๐Ÿž Fix Button not adapting to the @btn-border-width when loading. #28886 @jjanssen
  • Table
    • ๐Ÿ’„ Add @table-border-color less variable. #28903
    • ๐Ÿž Fix that invalid params passed to onChange event if define custom filterDropdown and nested filters. #28850 @Meowu
    • ๐Ÿ’„ Tweak Table selection column width to 32px. #28073
  • Transfer
    • ๐Ÿ›  Refactor Transfer Search with React hooks. #28895 @susiwen8
    • ๐ŸŒ Added German translations for the Transfer component. #28826 @aequi42
  • Upload
    • ๐Ÿž Support for capturing Error message for the Upload error tooltip. #28716 @wangcch
    • ๐Ÿ†• Upload auto fills uid of fileList when not provided. #28832
  • ๐Ÿž Fix Slider getPopupContainer prop has no default value document.body. #28865 @rinick
  • ๐Ÿž Fix Empty description validateDOMNesting warning. #28862
  • ๐Ÿ’„ Fix Tree filterTreeNode missing style. #28866
  • ๐Ÿ’„ fix Badge dot width issue when size="small". #28854

  • ๐Ÿž ไฟฎๅคๆŒ‰้’ฎๅœจ loading ๅŠ ่ฝฝๆ—ถ @btn-border-width ๅคฑๆ•ˆ้—ฎ้ข˜ใ€‚#28886 @jjanssen
  • Table
    • ๐Ÿž ไฟฎๅค Table ่‡ชๅฎšไน‰่ฟ‡ๆปคๅ™จๆ—ถ onChange ๅ‚ๆ•ฐ filters ่ขซ้”™่ฏฏ่ฝฌๆขๅŠไธบ็ฉบๆ•ฐ็ป„็š„้—ฎ้ข˜ใ€‚#28850 @Meowu
    • ๐Ÿ’„ ่ฐƒๆ•ด Table ้€‰ไธญๅˆ—ๅฎฝๅบฆ่‡ณ 32pxใ€‚#28073
    • ๐Ÿ’„ ๆ–ฐๅขž @table-border-color less ๅ˜้‡ใ€‚#28903
  • Transfer
    • ๐Ÿ›  ็ฉฟๆขญๆก† Search ็ป„ไปถไฝฟ็”จ React Hooks ้‡ๆž„ใ€‚#28895 @susiwen8
    • ๐ŸŒ ๅขžๅŠ ไบ† German ๅพท่ฏญ็ฟป่ฏ‘ใ€‚#28826 @aequi42
  • Upload
    • ๐Ÿž ๆ”ฏๆŒ Upload ๆŠฅ้”™ๆ็คบๅฏน Error ๆ–‡ๆœฌไฟกๆฏ็š„ๆ•่Žท๏ผˆTooltip๏ผ‰ใ€‚#28716 @wangcch
    • ๐Ÿ†• Upload ๅœจ fileList ๆฒกๆœ‰ๆไพ› uid ๆ—ถ๏ผŒไผš่‡ชๅŠจๅฏนๅ…ถ่ฟ›่กŒๅกซๅ……ใ€‚#28832
  • ๐Ÿž ไฟฎๅค Slider getPopupContainer ๅฑžๆ€งๆฒกๆœ‰้ป˜่ฎคๅ€ผ document.body ้—ฎ้ข˜ใ€‚#28865 @rinick
  • ๐Ÿž ไฟฎๅค Empty description ๅ†…ไฝฟ็”จ div ไผšๆŠฅ validateDOMNesting ็š„้—ฎ้ข˜ใ€‚#28862
  • ๐Ÿ’„ ไฟฎๅค Tree filterTreeNode ้ซ˜ไบฎๆ ทๅผไธขๅคฑ็š„้—ฎ้ข˜ใ€‚#28866
  • ๐Ÿ’„ ไฟฎๅค Badge dot ๅฎฝๅบฆๆ ทๅผใ€‚#28854

4.10.2

  • ๐Ÿž Fix import error when use antd in commonjs. #28715

  • ๐Ÿž ไฟฎๅค commonjs ไธ‹ๅผ•ๅ…ฅ antd ๆŠฅ้”™็š„้—ฎ้ข˜ใ€‚#28715

4.10.1

  • ๐Ÿ›  Optimize Select search performance. #28715 @kerm1it
  • ๐Ÿž Fix Slider throw forcePopupAlign error when unmounted. #28699 @Kerumen
  • ๐Ÿž Fix Transfer throws Cannot add property key, object is not extensible when dataSource is immutable. #28675

... (truncated)

Changelog

Sourced from antd's changelog.

4.10.3

2021-01-18

  • ๐Ÿž Fix Button not adapting to the @btn-border-width when loading. #28886 @jjanssen
  • Table
    • ๐Ÿ’„ Add @table-border-color less variable. #28903
    • ๐Ÿž Fix that invalid params passed to onChange event if define custom filterDropdown and nested filters. #28850 @Meowu
    • ๐Ÿ’„ Tweak Table selection column width to 32px. #28073
  • Transfer
    • ๐Ÿ›  Refactor Transfer Search with React hooks. #28895 @susiwen8
    • ๐ŸŒ Added German translations for the Transfer component. #28826 @aequi42
  • Upload
    • ๐Ÿž Support for capturing Error message for the Upload error tooltip. #28716 @wangcch
    • ๐Ÿ†• Upload auto fills uid of fileList when not provided. #28832
  • ๐Ÿž Fix Slider getPopupContainer prop has no default value document.body. #28865 @rinick
  • ๐Ÿž Fix Empty description validateDOMNesting warning. #28862
  • ๐Ÿ’„ Fix Tree filterTreeNode missing style. #28866
  • ๐Ÿ’„ fix Badge dot width issue when size="small". #28854

4.10.2

2021-01-11

  • ๐Ÿž Fix import error when use antd in commonjs. #28715

4.10.1

2021-01-10

  • ๐Ÿ›  Optimize Select search performance. #28715 @kerm1it
  • ๐Ÿž Fix Slider throw forcePopupAlign error when unmounted. #28699 @Kerumen
  • ๐Ÿž Fix Transfer throws Cannot add property key, object is not extensible when dataSource is immutable. #28675
  • ๐Ÿž Fix Notification box closing height issue generated by useNotification. #28660
  • ๐Ÿž Fix Drawer and Modal disabled scrollbar after closing. #28749
  • ๐Ÿ›  Reduce gzipped bundle size 2kB. #28678
  • TypeScript

4.10.0

2021-01-04

๐ŸŽ‰ Happy New Year!

  • ๐Ÿž Fix the compatibility issue of less 4.0.0.
  • ๐Ÿž Fix the problem of cursor jumping when Typography is editable. #28545
  • ๐Ÿž Fix the problem that repeatedly clicking on expanded nodes when Tree dynamically loads data will lead to wrong status.#28349 @liuchao233
  • ๐Ÿž Fix the problem that TreeSelect & Select cannot open the dropdown menu when it's searchValue has value. #28574
  • ๐Ÿž Fix Dropdown disabled menu item link style. #28578

... (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 #273.