Skip to content

chore(deps): bump antd from 4.3.5 to 4.6.5#240

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-4.6.5
Closed

chore(deps): bump antd from 4.3.5 to 4.6.5#240
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-4.6.5

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview Bot commented Sep 21, 2020

Bumps antd from 4.3.5 to 4.6.5.

Release notes

Sourced from antd's releases.

4.6.5

  • 💄 Fix Descriptions item long text ellipsis issue. #26820
  • 🐞 Fix Menu unexpected scrollbar when show and hide. #26817
  • 🐞 Fix @layout-sider-background cannot set to linear gradient color. #26810
  • 🐞 Fix Select compositing status lost when input first letter in Chinese. #26796
  • 🐞 Fix Table @table-sticky-zindex less compile error issue. #26800 @chimp1nski
  • Button
    • 💄 Fix Button align issue when has icon only. #26785
    • 🐞 Fix Button warning Invalid value for prop navigate when using with react-router. #26740 @knobo
  • 💄 Fix TimePicker column align issue, add @picker-time-panel-column-width and @picker-time-panel-column-height less variables. #26784
  • 🐞 Fix AutoComplete warning when using placeholder and allowClear. #26765
  • 🐞 Fix Space show items when it's render empty dom. #26721 @knobo
  • 🛠 Dedupe rc-trigger version to reduce package size. #26803
  • TypeScript

  • 💄 修复 Descriptions 长文本溢出的样式问题。#26820
  • 🐞 修复 Menu 子菜单展开/收起时会出现滚动条的问题。#26817
  • 🐞 修复 @layout-sider-background 变量不能设置为渐变色的问题。#26810
  • 🐞 修复 Select 搜索时输入第一个字符后中文输入法状态丢失的问题。#26796
  • 🐞 修复 Table @table-sticky-zindex less 报错问题。#26800 @chimp1nski
  • Button
    • 💄 修复 Button 只有图标时的对齐问题。#26785
    • 🐞 修复 Button 和 react-router 一起使用时抛出 Invalid value for prop navigate 的问题。#26740 @knobo
  • 💄 修复 TimePicker 选择框 hover 时文字内容左移的问题,并新增 @picker-time-panel-column-width@picker-time-panel-column-height less 变量。#26784
  • 🐞 修复 AutoComplete 使用 placeholderallowClear 时抛出警告的问题。#26765
  • 🐞 修复 Space 空条目会占据一格的样式问题。#26721 @knobo
  • 🛠 去重多版本 rc-trigger 以降低打包尺寸。#26803
  • TypeScript

4.6.4

  • 💄 style: Card card image has extra 1px border. #26659
  • 💄 Fix Select placeholder color not same as Input. #26651 @wangcch
  • 🐞 Fix Menu not support React.Fragment inside. #26656
  • 🐞 Fix TextArea different behavior with Input when set value to undefined. #26652
  • 🐞 Fix Motion related issue like Upload align flash and Form.Item with help ssr issue. #26628
  • 🐞 Fix Typography.Link warning Invalid value for prop navigate when using with react-router. #26623
  • 🐞 Fix Table pagination missing when is above table. #26618
  • 🐞 Fix Upload in control miss file when upload multiple file in same time. #26612
  • TypeScript
    • 🤖 Fix Table that sorter compare and multiple should be optional. #26686

Changelog

Sourced from antd's changelog.

4.6.5

2020-09-20

  • 💄 Fix Descriptions item long text ellipsis issue. #26820
  • 🐞 Fix Menu unexpected scrollbar when show and hide. #26817
  • 🐞 Fix @layout-sider-background cannot set to linear gradient color. #26810
  • 🐞 Fix Select compositing status lost when input first letter in Chinese. #26796
  • 🐞 Fix Table @table-sticky-zindex less compile error issue. #26800 @chimp1nski
  • Button
    • 💄 Fix Button align issue when has icon only. #26785
    • 🐞 Fix Button warning Invalid value for prop navigate when using with react-router. #26740 @knobo
  • 💄 Fix TimePicker column align issue, add @picker-time-panel-column-width and @picker-time-panel-column-height less variables. #26784
  • 🐞 Fix AutoComplete warning when using placeholder and allowClear. #26765
  • 🐞 Fix Space show items when it's render empty dom. #26721 @knobo
  • 🛠 Dedupe rc-trigger version to reduce package size. #26803
  • TypeScript

4.6.4

2020-09-13

  • 💄 style: Card card image has extra 1px border. #26659
  • 💄 Fix Select placeholder color not same as Input. #26651 @wangcch
  • 🐞 Fix Menu not support React.Fragment inside. #26656
  • 🐞 Fix TextArea different behavior with Input when set value to undefined. #26652
  • 🐞 Fix Motion related issue like Upload align flash and Form.Item with help ssr issue. #26628
  • 🐞 Fix Typography.Link warning Invalid value for prop navigate when using with react-router. #26623
  • 🐞 Fix Table pagination missing when is above table. #26618
  • 🐞 Fix Upload in control miss file when upload multiple file in same time. #26612
  • TypeScript
    • 🤖 Fix Table that sorter compare and multiple should be optional. #26686

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

If all status checks pass Dependabot will automatically merge this pull request.


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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • 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 dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Sep 21, 2020
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/antd-4.6.5 branch 5 times, most recently from bdd029b to cc4507d Compare September 21, 2020 21:30
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/antd-4.6.5 branch from cc4507d to dd5a4d6 Compare September 21, 2020 21:38
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #254.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/antd-4.6.5 branch September 28, 2020 19:53
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.

0 participants