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.9.3 #264

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps antd from 4.6.2 to 4.9.3.

Release notes

Sourced from antd's releases.

4.9.3

  • ๐Ÿ’„ Fix Badge standalone motion blink when show/hide. #28240
  • ๐Ÿž Fix Table filters not support number and boolean type. #28220 @Meowu
  • ๐Ÿ’„ Remove Tree hover background color when selectable={false}. #28269
  • ๐Ÿ’„ Fix Statistics decimal font size. #28223
  • TypeScript

  • ๐Ÿ’„ ไฟฎๅค Badge ็‹ฌ็ซ‹ไฝฟ็”จๆ—ถๅฑ•็คบ/ๆ”ถ่ตทๅŠจ็”ป่ทณๅŠจ็š„้—ฎ้ข˜ใ€‚#28240
  • ๐Ÿž ไฟฎๅค Table filters ไธๆ”ฏๆŒๆ•ฐๅญ—ๅ’Œ boolean ็ฑปๅž‹็š„้—ฎ้ข˜ใ€‚#28220 @Meowu
  • ๐Ÿ’„ ไฟฎๅค Tree ๅฝ“ selectable={false} ๆ—ถ่Š‚็‚นไพ็„ถๆœ‰ hover ่ƒŒๆ™ฏ่‰ฒ็š„้—ฎ้ข˜ใ€‚#28269
  • ๐Ÿ’„ ไฟฎๅค Statistics ๅฐๆ•ฐ็‚นๅญ—ไฝ“ๅคงๅฐ้—ฎ้ข˜ใ€‚#28223
  • TypeScript
    • ๐Ÿค– ไฟฎๅค Tree draggable ๆ”ฏๆŒๅ‡ฝๆ•ฐ็š„ๅฎšไน‰ใ€‚#28262 @DavidSichau
    • ๐Ÿค– ไฟฎๅค Image.PreviewGroup ็ฑปๅž‹ใ€‚#28263 @liuchao233
    • ๐Ÿค– ไผ˜ๅŒ– message().then ็š„ TS ๅฎšไน‰ใ€‚#28304
    • ๐Ÿค– ไฟฎๆญฃ TransferProps ็š„ titles ็ฑปๅž‹ไธบ ReactNodeใ€‚#28326 @jacklee814

4.9.2

  • Table
    • ๐Ÿž Fix Table selecting crash sometimes. #28193 @yanguoyu
    • ๐Ÿ’„ Fix Table selection column header align issue. #28173
  • Dropdown
    • ๐Ÿ’„ Fix Dropdown subMenu arrow style. #28181
    • ๐Ÿž Fix Dropdown click area not matched. #28180
  • ๐Ÿž Fix overlayInnerStyle not work in Tooltip. #27682 @jasepellerin
  • ๐Ÿ’„ Fix Layout overflow style for Table sticky. #28176
  • ๐Ÿ’„ Fix Steps progressDot broken style of first step. #28126 @ZeroTo0ne
  • ๐Ÿ’„ Optimize Modal useModal performance by isolating elements render to avoid the component to rerender. #28122 @TotooriaHyperion
  • ๐Ÿ’„ Fix TextArea showCount style while using with Form. #28130 @AlanCutFlim
  • ๐Ÿ’„ Fix Tag cursor style in Tree node. #28219
  • ๐Ÿ›  Remove @ant-design/css-animation for better bundle size. #28201
  • RTL
  • TypeScript

Changelog

Sourced from antd's changelog.

4.9.3

2020-12-14

  • ๐Ÿ’„ Fix Badge standalone motion blink when show/hide. #28240
  • ๐Ÿž Fix Table filters not support number and boolean type. #28220 @Meowu
  • ๐Ÿ’„ Remove Tree hover background color when selectable={false}. #28269
  • ๐Ÿ’„ Fix Statistics decimal font size. #28223
  • TypeScript

4.9.2

2020-12-06

  • Table
    • ๐Ÿž Fix Table selecting crash sometimes. #28193 @yanguoyu
    • ๐Ÿ’„ Fix Table selection column header align issue. #28173
  • Dropdown
    • ๐Ÿ’„ Fix Dropdown subMenu arrow style. #28181
    • ๐Ÿž Fix Dropdown click area not matched. #28180
  • ๐Ÿž Fix overlayInnerStyle not work in Tooltip. #27682 @jasepellerin
  • ๐Ÿ’„ Fix Layout overflow style for Table sticky. #28176
  • ๐Ÿ’„ Fix Steps progressDot broken style of first step. #28126 @ZeroTo0ne
  • ๐Ÿ’„ Optimize Modal useModal performance by isolating elements render to avoid the component to rerender. #28122 @TotooriaHyperion
  • ๐Ÿ’„ Fix TextArea showCount style while using with Form. #28130 @AlanCutFlim
  • ๐Ÿ’„ Fix Tag cursor style in Tree node. #28219
  • ๐Ÿ›  Remove @ant-design/css-animation for better bundle size. #28201
  • RTL
  • TypeScript

4.9.1

2020-12-01

  • TypeScript
    • ๐Ÿค– Fix Collapse.Panel collapsible property to optional. #28092 @sammarks

4.9.0

2020-11-30

Commits
  • 17be61f docs(โœจ): changelog for 4.9.3 (#28341)
  • b68ffc6 docs: optimize trigger of Form.Item (#28197)
  • 0059e54 docs: fix AutoComplete allowClear description
  • 48ceda4 chore(:up:): upgrade intersection-observer
  • 4255f0c test: fix demo snapshot
  • 7057556 refactor: Transfer demo to hooks
  • e625488 fix: titles of TransferProps type to ReactNode (#28326)
  • d372028 docs: Update complex-form-control.md (#28311)
  • 32470b2 fix: improve message.then type (#28304)
  • 50d4b18 chore(deps-dev): bump @types/react-copy-to-clipboard from 4.3.0 to 5.0.0 (#28...
  • Additional commits viewable in compare view


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 #265.