Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump antd from 4.1.5 to 4.6.3 #238

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps antd from 4.1.5 to 4.6.3.

Release notes

Sourced from antd's releases.

4.6.3

  • ๐Ÿ›Ž Sort props className to the end. #26602
  • Table
    • ๐Ÿ’„ Fix Table nested table styles affects all sub-level tables. #26568 @willc001
    • ๐Ÿž Fix elements above Table was not clickable elements which has float: right; style. #26599
  • ๐Ÿž Fix Modal closing cause scroll position jump up. #26538
  • ๐Ÿž Fix the type declaration of onError in customRequest options of Upload. #26601 @yingpengsha
  • ๐Ÿž Shutdown Select/TreeSelect autocomplete list in Chrome. #26590
  • ๐Ÿž Fix Cascader value overwritten when filtering. #26569 @lich-yoo
  • ๐Ÿž Fix Modal jump out of screen in some situations. #25765 @tanmoyopenroot
  • ๐Ÿž Fix Radio.Group not working properly, when is used in legacy Form. #26555 @willc001
  • ๐Ÿž Fix Pagination align issue in windows. #26549
  • ๐Ÿž Fix Form with help make ssr un-sync issue. #26542
  • ๐Ÿž Fix Avatar doesn't scale fallback text well when display is none. #26522 @zhangyu1818
  • TypeScript
    • ๐Ÿค– Col Add flex type to ColSize interface. #26578 @blaiz
    • ๐Ÿค– Fix Tooltip/Popover children tsd to accept ReactNode. #26534

  • ๐Ÿ›Ž ็งปๅŠจ props ไธญ็š„ className ๅˆฐๆœ€ๅŽใ€‚#26602
  • Table
    • ๐Ÿ’„ ไฟฎๅค Table ๅตŒๅฅ—่กจๆ ผๆ ทๅผไผšๅฝฑๅ“ๆ‰€ๆœ‰ๅญๅฑ‚็บง่กจๆ ผ็š„้—ฎ้ข˜ใ€‚#26568 @willc001
    • ๐Ÿž ไฟฎๅค Table ไธŠๆ–นๅ…ƒ็ด  float: right; ๅŽๆ— ๆณ•ไบคไบ’็š„้—ฎ้ข˜ใ€‚#26599
  • ๐Ÿž ไฟฎๅค Modal ๅ…ณ้—ญๆ—ถๅฏผ่‡ดๆปšๅŠจๆกๅ‘ไธŠ่ทณๅŠจ็š„้—ฎ้ข˜ใ€‚#26538
  • ๐Ÿž ไฟฎๅค Upload ็ป„ไปถไธญ customRequest ็š„ onError ็š„็ฑปๅž‹ๅฎšไน‰ใ€‚#26601 @yingpengsha
  • ๐Ÿž ไฟฎๅค Select/TreeSelect ๅœจ Chrome ไธ‹ๅ‡บ็ŽฐๅŽŸ็”Ÿ่‡ชๅŠจๅฎŒๆˆๅˆ—่กจ็š„้—ฎ้ข˜ใ€‚#26590
  • ๐Ÿž ไฟฎๅค Cascader ๆœ็ดขๆ—ถ value ่ขซ่ฆ†็›–็š„ๆƒ…ๅ†ตใ€‚#26569 @lich-yoo
  • ๐Ÿž ไฟฎๅค Modal ๅœจๆŸไบ›ๆƒ…ๅ†ตไธ‹ๆบขๅ‡บ่ง†็ช—็š„้—ฎ้ข˜ใ€‚#25765 @tanmoyopenroot
  • ๐Ÿž ไฟฎๅค Radio.Group ๅœจ legacy Form ไธญ๏ผŒไธ่ƒฝๆญฃๅธธๅทฅไฝœ็š„้—ฎ้ข˜ใ€‚#26555 @willc001
  • ๐Ÿž ไฟฎๅค Pagination ๅˆ‡ๆขๆŒ‰้’ฎๅœจ windows ไธ‹็š„ๅฏน้ฝ้—ฎ้ข˜ใ€‚#26549
  • ๐Ÿž ไฟฎๅค Form ไฝฟ็”จ help ๆ—ถๅ‡บ็Žฐ็š„ๅŒๆž„้—ฎ้ข˜ใ€‚#26542
  • ๐Ÿž ไฟฎๅค Avatar ๅœจ display: none ๆ—ถไธไผšๆญฃ็กฎ็ผฉๆ”พ fallback ๆ–‡ๅญ—็š„้—ฎ้ข˜ใ€‚#26522 @zhangyu1818
  • TypeScript
    • ๐Ÿค– Col ๅขžๅŠ  ColSize ๅขžๅŠ  flex ็š„ๅฎšไน‰ใ€‚ #26578 @blaiz
    • ๐Ÿค– ไฟฎๅค Tooltip/Popover children ๅฎšไน‰ไธๆŽฅๅ— ReactNode ็š„้—ฎ้ข˜ใ€‚#26534

4.6.2

  • Upload
    • ๐Ÿž Fix Upload list status issue when in control mode. #26481
    • ๐Ÿ’„ Fix Upload picture-card style unexpected margin in Form.Item. #26367
  • ๐Ÿ’„ Fix Select focus shadow style. #26465 @Rainy
  • Table
    • ๐Ÿž Fix Table Pagination not hide with empty data when show on top position. #26143 @zhangchen915
    • ๐Ÿ’„ Fix Table expand icon size issue when @font-size-base is 12px. #26409
  • Space
    • ๐Ÿž Fix Space not support React.Fragment issue. #26444
    • ๐Ÿž Fix Space preserve empty dom node when children contains empty node. #26389
Changelog

Sourced from antd's changelog.

4.6.3

2020-09-06

  • ๐Ÿ›Ž Sort props className to the end. #26602
  • Table
    • ๐Ÿ’„ Fix Table nested table styles affects all sub-level tables. #26568 @willc001
    • ๐Ÿž Fix elements above Table was not clickable elements which has float: right; style. #26599
  • ๐Ÿž Fix Modal closing cause scroll position jump up. #26538
  • ๐Ÿž Fix the type declaration of onError in customRequest options of Upload. #26601 @yingpengsha
  • ๐Ÿž Shutdown Select/TreeSelect autocomplete list in Chrome. #26590
  • ๐Ÿž Fix Cascader value overwritten when filtering. #26569 @lich-yoo
  • ๐Ÿž Fix Modal jump out of screen in some situations. #25765 @tanmoyopenroot
  • ๐Ÿž Fix Radio.Group not working properly, when is used in legacy Form. #26555 @willc001
  • ๐Ÿž Fix Pagination align issue in windows. #26549
  • ๐Ÿž Fix Form with help make ssr un-sync issue. #26542
  • ๐Ÿž Fix Avatar doesn't scale fallback text well when display is none. #26522 @zhangyu1818
  • TypeScript
    • ๐Ÿค– Col Add flex type to ColSize interface. #26578 @blaiz
    • ๐Ÿค– Fix Tooltip/Popover children tsd to accept ReactNode. #26534

4.6.2

2020-08-31

  • Upload
    • ๐Ÿž Fix Upload list status issue when in control mode. #26481
    • ๐Ÿ’„ Fix Upload picture-card style unexpected margin in Form.Item. #26367
  • ๐Ÿ’„ Fix Select focus shadow style. #26465 @Rainy
  • Table
    • ๐Ÿž Fix Table Pagination not hide with empty data when show on top position. #26143 @zhangchen915
    • ๐Ÿ’„ Fix Table expand icon size issue when @font-size-base is 12px. #26409
  • Space
    • ๐Ÿž Fix Space not support React.Fragment issue. #26444
    • ๐Ÿž Fix Space preserve empty dom node when children contains empty node. #26389
  • ๐Ÿž Fix Badge not work when status or color is empty. #26375 @zhangchen915
  • ๐Ÿ’„ Fix Tree draggable transition style. #26387
  • ๐Ÿž Fix colorPalette is not defined when customize theme in some situation. #26395
  • TypeScript
    • ๐Ÿž Fix TimePicker.RangePicker typescript need picker issue. #26446
    • ๐Ÿž Upload extended showUploadList of Upload with removeIcon and downloadIcon properties. #26406 @bencallaway
  • RTL

4.6.1

2020-08-24

  • TypeScript
    • ๐Ÿž Fix Upload type declaration missing children. #26347
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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 7, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #243.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-4.6.3 branch September 14, 2020 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants