Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps antd from 3.26.18 to 4.5.2.

Release notes

Sourced from antd's releases.

4.5.2

  • 🐞 Fix Slider tooltip abnormal visibility. #25945 @lihqi
  • 🐞 Fix Divider color in dark mode. #25922
  • 🐞 Fix Radio.Button text color when disabled and checked. #25911
  • 🐞 Fix Carousel children height smaller then parent node issue. #25906
  • 🐞 Fix Table indentSize couldn't be zero value. #25890 @OmriGM
  • 🐞 Fix List actions show cursor outside clickable area. #25961
  • 🇷🇺 Improve Russian locale. #25958 @addictional
  • RTL
    • 🐞 Fixed vertical Slider default tooltipPlacement in RTL mode. #25909
    • 🐞 Fix Tabs RTL style of card type. #25936
    • 🐞 Fix nested Table RTL style under dark theme. #25938

  • 🐞 修复 Slider tooltip 显隐异常的问题。#25945 @lihqi
  • 🐞 修复 Divider 暗黑模式下分割线颜色。#25922
  • 🐞 修正 Radio.Button 在 disabledchecked 状态下的文字颜色。#25911
  • 🐞 修复 Carousel 内子节点高度和容器相差几个像素的问题。#25906
  • 🐞 修复 Table indentSize 设置为 0 无效的问题。#25890 @OmriGM
  • 🐞 修复 List actions 不必要的 cursor: pointer 样式。#25961
  • 🇷🇺 补充俄罗斯语本地化文案。#25958 @addictional
  • RTL
    • 🐞 修复嵌套 Table 在其他主题下的 RTL 样式。#25938
    • 🐞 修复 Tabs card 类型的 RTL 样式。#25936
    • 🐞 修复垂直方向 Slider 在 RTL 模式下默认的 tooltipPlacement#25909

4.5.1

  • 🐞 Fix Badge style causing build error. #25863
  • 🐞 Fix Menu in horizontal dark status Menu.Item background style glitch. #25850
  • 💄 Optimize Divider color in none-white background. #25855
  • 💄 Remove multiple Select choice animation of item. #25852
  • TypeScript
    • Export Form FormList interface. #25849

  • 🐞 修复 Badge 样式导致构建出错的问题。#25863
  • 🐞 修复 Menu 在 horizontal dark 状态下 Menu.Item 背景样式出错。#25850
  • 💄 优化 Divider 颜色在非白底背景上的表现。#25855
  • 💄 移除多选 Select 选项的动画效果使交互更流畅。#25852
  • TypeScript
    • 导出 Form FormList 接口。#25849

4.5.0

  • 🆕 Input and Input.TextArea support bordered prop. #25617
Changelog

Sourced from antd's changelog.

4.5.2

2020-08-02

  • 🐞 Fix Slider tooltip abnormal visibility. #25945 @lihqi
  • 🐞 Fix Divider color in dark mode. #25922
  • 🐞 Fix Radio.Button text color when disabled and checked. #25911
  • 🐞 Fix Carousel children height smaller then parent node issue. #25906
  • 🐞 Fix Table indentSize couldn't be zero value. #25890 @OmriGM
  • 🐞 Fix List actions show cursor outside clickable area. #25961
  • 🇷🇺 Improve Russian locale. #25958 @addictional
  • RTL
    • 🐞 Fixed vertical Slider default tooltipPlacement in RTL mode. #25909
    • 🐞 Fix Tabs RTL style of card type. #25936
    • 🐞 Fix nested Table RTL style under dark theme. #25938

4.5.1

2020-07-28

  • 🐞 Fix Badge style causing build error. #25863
  • 🐞 Fix Menu in horizontal dark status Menu.Item background style glitch. #25850
  • 💄 Optimize Divider color in none-white background. #25855
  • 💄 Remove multiple Select choice animation of item. #25852
  • TypeScript
    • Export Form FormList interface. #25849

4.5.0

2020-07-28

  • 🆕 Input and Input.TextArea support bordered prop. #25617
  • 🆕 Add useMessage hook for Message to support context access. #25422
  • 🆕 Tree support titleRender to customize all nodes' content. #25624
  • 🆕 Descriptions add extra prop. #25512 @zzz111
  • 🆕 Add Modal.config to set rootPrefixCls for Modal statis methods. #25613
  • 🆕 Drawer support push prop for multi-Drawer linkage. #25445 @jinxin0112
  • 🆕 Add Badge.Ribbon component. #25456
  • 🆕 Steps support percent prop to show step icon progress. #25839
  • 💄 Menu.Item's blue indicator line and dropdown width are the same as its content's width in horizontal mode. #25622
  • Avatar
    • 🆕 Add Avatar.Group for showing a set of avatars. #25192
    • 🐞 Fix Avatar not fallback correctly when src is invalid. #25806
  • DatePicker
    • 🆕 DatePicker support date-fns. #25822 @fireairforce
    • 🆕 Improve DatePicker hovering experience, the placeholder will change to format value of target-date when hovering a date cell. (#25050). #25784 @Kermit-Xuan
    • 🆕 RangePicker onCalendarChange add range param to indicate currently activated pane. #25568 @Kim-Wing-Fung
    • 🆕 DatePicker support panelRender to customize panel. #25488
    • 🐞 Fix QuarterPicker not working, remove DatePicker.XxxPicker and recommend picker='xxx' usage instead. #25768
  • Form
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 Aug 4, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #434.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-4.5.2 branch August 11, 2020 03:44
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