Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps antd from 3.26.20 to 4.9.2.

Release notes

Sourced from antd's releases.

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

  • Table
    • 🐞 修复 Table 选择功能有时会 crash 的问题。#28193 @yanguoyu
    • 💄 修复 Table 选择列标题的对齐样式问题。#28173
  • Dropdown
    • 💄 修复 Dropdown 下拉菜单箭头样式。#28181
    • 🐞 修复 Dropdown 点击触发区域不匹配的问题。#28180
  • 🐞 修复 Tooltip overlayInnerStyle 属性无效。#27682 @jasepellerin
  • 💄 修复 Layout 内部使用 Table sticky 属性失效的问题。#28176
  • 💄 修复 Steps progressDot 第一个步骤点错位的问题。#28126 @ZeroTo0ne
  • 💄 优化 Modal useModal 性能,避免元素渲染导致组件渲染。#28122 @TotooriaHyperion
  • 💄 修复 TextArea 结合 Form 使用时的字数提示样式问题。#28130 @AlanCutFlim
  • 💄 修复 Tree 里使用 Tag 时鼠标手型样式问题。#28219
  • 🛠 移除对 @ant-design/css-animation 的依赖以优化包体积。#28201
  • RTL
  • TypeScript
    • 🤖 修复 Table SelectionSelectFn 类型定义中 selectedRows 属性改为 T 范型。#28206 @weiyuc
    • 🤖 Breadcrumb 的 BreadcrumbItem 中增加 className 类型。#28182 @ccloveak
    • 🤖 Form.List initialValue 增加类型支持。#28153 @Debiancc
    • 🤖 修复 Carousel 中 dontAnimate 参数为可选类型。#28090 @jarretmoses

4.9.1

Changelog

Sourced from antd's changelog.

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

  • Modal
    • 🆕 Modal support focusTriggerAfterClose to disable auto focus back. #27985 @molokovev
    • 🐞 Fix Modal hooks not trigger onCancel. #28063 @JuniorTour
    • 🐞 Fix Modal sometime not popup from the click position. #28037
    • 🆕 Support closable and closeIcon api for Modal.method. #27909 @MrHeer
  • 💄 Reduce Table selection column width to 32px. #28073
  • Image
    • 🔥 Image add PreviewGroup component to support multiple images preview. #28069
    • 🐞 Fix Image style prop not acting on img element. #27446
  • Collapse
    • 🔥 Collapse support collapsible to customize trigger region and deprecated Panel disabled prop. #27790
    • 🐞 Fix Collapse cannot contains <Table sticky />. #28039
  • 🐞 Fix Cascader bug that empty data can be selected. #28062 @n0ruSh
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)
  • 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 7, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #482.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-4.9.2 branch December 14, 2020 21:20
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.

1 participant