Skip to content

chore(deps): bump antd from 4.3.5 to 4.9.3#349

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

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

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview Bot commented Dec 14, 2020

Bumps antd from 4.3.5 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

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.

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 Dec 14, 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.9.3 branch 9 times, most recently from e832ca8 to 2d191fb Compare December 14, 2020 12:09
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/antd-4.9.3 branch from 2d191fb to 8883747 Compare December 14, 2020 12:16
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #369.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/antd-4.9.3 branch December 21, 2020 09:38
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