react-component / form

React High Order Form Component(web & react-native)
http://react-component.github.io/form/
MIT License
1.81k stars 296 forks source link

build(deps-dev): bump antd from 3.26.20 to 4.13.1 #498

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps antd from 3.26.20 to 4.13.1.

Release notes

Sourced from antd's releases.

4.13.1

  • ๐Ÿž Fix message.config with prefixCls missing animation style. #29574
  • ๐Ÿž Fix Tooltip is not interactive when visible is true under some situation. #29555
  • ๐Ÿž Fix ConfigProvider within multiple page switch will lose locale issue. #29570
  • ๐Ÿž Fix Modal with hooks cannot call update or destroy before render. #29584
  • ๐Ÿž Fix Grid throw error when client support flexGap but ssr not support. #29586
  • ๐Ÿž Fix Select caret position when mode="tags" and size="small". #29561
  • ๐Ÿž Fix Carousel dotPosition makes pauseOnHover not working. #29587 @zgoby
  • ๐Ÿž Fix Steps responsive prop warning. #29599
  • ๐Ÿž Fix Upload onChange param of file.originFileObj return nest Proxy object. #29614
  • ๐Ÿž Fix Descriptions under Table will not have 100% width. #29630
  • TypeScript
    • ๐Ÿค– Fix Drawer type declaration of contentWrapperStyle. #29571

  • ๐Ÿž ไฟฎๅค message.config ้…็ฝฎ prefixCls ๆ—ถไธขๅคฑๆทกๅ…ฅๆทกๅ‡บๅŠจ็”ป็š„้—ฎ้ข˜ใ€‚#29574
  • ๐Ÿž ไฟฎๅค Tooltip ๅœจๆŸไบ›ๆƒ…ๅ†ตไธ‹่ฎพ็ฝฎ visible ไธบ true ๅดๆ— ๆณ•ไบคไบ’็š„้—ฎ้ข˜ใ€‚#29555
  • ๐Ÿž ไฟฎๅคๅคš้กต้ขไฝฟ็”จ ConfigProvider ๅˆ‡ๆขๆ—ถ locale ไผšไธขๅคฑ็š„้—ฎ้ข˜ใ€‚#29570
  • ๐Ÿž ไฟฎๅค Modal ็š„ hooks ๅœจๆธฒๆŸ“ๅ‰่ฐƒ็”จ update ไธŽ destroy ๆ— ๆ•ˆ็š„้—ฎ้ข˜ใ€‚#29584
  • ๐Ÿž ไฟฎๅค Grid ssr ๆ—ถๆŠฅ้”™ Prop style did not matchใ€‚#29586
  • ๐Ÿž ไฟฎๅคๅฐๅท Select tags ๆจกๅผ็š„ๅ…‰ๆ ‡้”™ไฝ้—ฎ้ข˜ใ€‚#29561
  • ๐Ÿž ไฟฎๅค Carousel dotPosition ๅฏผ่‡ด pauseOnHover ๅคฑๆ•ˆ็š„้—ฎ้ข˜ใ€‚#29587 @zgoby
  • ๐Ÿž ไฟฎๅค Steps ไฝฟ็”จ responsive ๆ—ถๆŽงๅˆถๅฐๆŠ›ๅ‡บ่ญฆๅ‘Š็š„้—ฎ้ข˜ใ€‚#29599
  • ๐Ÿž ไฟฎๅค Upload onChange ๅ‚ๆ•ฐ file.originFileObj ่ฟ”ๅ›žๅตŒๅฅ— Proxy ๅฏน่ฑก็š„้—ฎ้ข˜ใ€‚#29614
  • ๐Ÿž ไฟฎๅค Descriptions ๅœจ Table ไธ‹ๆฒกๆœ‰ 100% ๅฎฝๅบฆ็š„้—ฎ้ข˜ใ€‚#29630
  • TypeScript
    • ๐Ÿค– ไฟฎๅค Drawer contentWrapperStyle ๅฑžๆ€ง็ฑปๅž‹ๅฃฐๆ˜Žใ€‚#29571

4.13.0

  • ๐Ÿ”ฅ InputNumber support stringMode for high precision step. value in control out of range shows warning style instead of changing it. Dynamic update min & max will not trigger onChange anymore. #29373
  • ๐Ÿ†• Upload support beforeUpload return Upload.LIST_IGNORE to skip item added in UploadList. #29474
  • ๐Ÿ†• Image support config motion name. #29394 @crazyair
  • ConfigProvider
    • ๐Ÿ†• ConfigProvider support global statistic config to support some statistic function call. #29285 @crazyair
    • ๐Ÿ†• Motion related css className prepend ant- prefix to avoid naming conflict. #29268 @crazyair
  • ๐Ÿ†• Form.List nest multiple level Form.Item support preserve prop. #29267
  • ๐Ÿ†• Drawer support contentWrapperStyle. #29219 @kerm1it
  • ๐Ÿ†• Layout.Sider added ref support. #29169 @qramilq
  • ๐Ÿž Fix Table pagination.current display error when result of filter is empty. #29386 @jinchaofs
  • ๐Ÿž Fix Anchor throws error when target don't return a html element. #29523 @bcd337
  • ๐Ÿž Fix Steps with small size that icon shift up 1px. #29484
  • Select
    • ๐Ÿž Fix Select mode="tags" large size (41px => 40px). #29437
    • ๐Ÿ“– Update Select debounce demo to create DebounceSelect component for easy usage. #29414
  • Dropdown
    • ๐Ÿž Fix Dropdown menu item lost disable style with icon. #29433
    • ๐Ÿž Fix Dropdown menu not support expandIcon. #29338
  • ๐Ÿž Fix tree-shaking warning on development builds. #29378
  • ๐Ÿ‡ฐ๐Ÿ‡ท Fix TimePicker Korean locale. #29540
  • TypeScript

... (truncated)

Changelog

Sourced from antd's changelog.

4.13.1

2021-03-06

  • ๐Ÿž Fix message.config with prefixCls missing animation style. #29574
  • ๐Ÿž Fix Tooltip is not interactive when visible is true under some situation. #29555
  • ๐Ÿž Fix ConfigProvider within multiple page switch will lose locale issue. #29570
  • ๐Ÿž Fix Modal with hooks cannot call update or destroy before render. #29584
  • ๐Ÿž Fix Grid throw error when client support flexGap but ssr not support. #29586
  • ๐Ÿž Fix Select caret position when mode="tags" and size="small". #29561
  • ๐Ÿž Fix Carousel dotPosition makes pauseOnHover not working. #29587 @zgoby
  • ๐Ÿž Fix Steps responsive prop warning. #29599
  • ๐Ÿž Fix Upload onChange param of file.originFileObj return nest Proxy object. #29614
  • ๐Ÿž Fix Descriptions under Table will not have 100% width. #29630
  • TypeScript
    • ๐Ÿค– Fix Drawer type declaration of contentWrapperStyle. #29571

4.13.0

2021-02-28

  • ๐Ÿ”ฅ InputNumber support stringMode for high precision step. value in control out of range shows warning style instead of changing it. Dynamic update min & max will not trigger onChange anymore. #29373
  • ๐Ÿ†• Upload support beforeUpload return Upload.LIST_IGNORE to skip item added in UploadList. #29474
  • ๐Ÿ†• Image support config motion name. #29394 @crazyair
  • ConfigProvider
    • ๐Ÿ†• ConfigProvider support global statistic config to support some statistic function call. #29285 @crazyair
    • ๐Ÿ†• Motion related css className prepend ant- prefix to avoid naming conflict. #29268 @crazyair
  • ๐Ÿ†• Form.List nest multiple level Form.Item support preserve prop. #29267
  • ๐Ÿ†• Drawer support contentWrapperStyle. #29219 @kerm1it
  • ๐Ÿ†• Layout.Sider added ref support. #29169 @qramilq
  • ๐Ÿž Fix Table pagination.current display error when result of filter is empty. #29386 @jinchaofs
  • ๐Ÿž Fix Anchor throws error when target don't return a html element. #29523 @bcd337
  • ๐Ÿž Fix Steps with small size that icon shift up 1px. #29484
  • Select
    • ๐Ÿž Fix Select mode="tags" large size (41px => 40px). #29437
    • ๐Ÿ“– Update Select debounce demo to create DebounceSelect component for easy usage. #29414
  • Dropdown
    • ๐Ÿž Fix Dropdown menu item lost disable style with icon. #29433
    • ๐Ÿž Fix Dropdown menu not support expandIcon. #29338
  • ๐Ÿž Fix tree-shaking warning on development builds. #29378
  • ๐Ÿ‡ฐ๐Ÿ‡ท Fix TimePicker Korean locale. #29540
  • TypeScript

4.12.3

2021-02-10

  • ๐Ÿ›  Refactor Drawer with React hooks. #29229

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