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 3.22.1 to 3.26.3 #140

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps antd from 3.22.1 to 3.26.3.

Release notes

Sourced from antd's releases.

3.26.3

  • 🛠 support unpkg field in package.json. #20193
  • 🐞 Fix Tree showLine and showIcon missing icon. #20196
  • 🐞 Fix Modal combine Drawer cause invalid scroll problem. #20242
  • 🐞 Fix Drawer switchScrollingEffect prop on a DOM element warning. #20175
  • 🐞 Fix Select Option label definition. #20190 @​ZhechenLi
  • 💄 Optimize Form feedback icon padding. #20164 @​Satloff
  • 💄 Add less variables for Select/Cascader to optimize dropdown padding and border radius. #20156 @​Satloff

  • 🛠 antd package.json 中补充 unpkg 字段。#20193
  • 🐞 修复 Tree showLineshowIcon 同时开启时 [+] [-] 图标丢失的问题。#20196
  • 🐞 修复 Modal 和 Drawer 结合使用时导致滚动失效的问题。#20242
  • 🐞 修复 Drawer switchScrollingEffect prop on a DOM element 警告。#20175
  • 🐞 修复 Select Option 的 label 属性定义。#20190 @​ZhechenLi
  • 💄 优化 Form 反馈图标的间距样式。#20164 @​Satloff
  • 💄 Select/Cascader 新增和优化边距 padding 和圆角的相关 less 变量。#20156 @​Satloff

3.26.2


3.26.1

  • 🐞 Fix List pagination options text align. #20037
  • 🐞 Fix Button text not align well in Chrome. #20059
  • 🐞 Fix DescriptionItem className error applied to label. #20067 @​Liu-Ya
  • 🐞 Fix Tree duplicated icons when showLine is true. #20090
  • 🐞 Fix Editable Typography flush in Firefox. #20118
  • 🐞 Improve Icon component definition to be compatible with create-react-app svg component. #20142
  • Table
    • 🐞 Fix small table header border missing. #20030
    • 🐞 Fix filterIcon throws error when render string or number.
    • 🐞 Fix filterIcon shows wrong title when returns Tooltip. #20049
    • 🐞 Fix columns have 9px align issue in Windows Chrome. #19952

  • 🐞 修复 List 下分页选项文本对齐问题。#20037
... (truncated)
Changelog

Sourced from antd's changelog.

3.26.3

2019-12-14

  • 🛠 support unpkg field in package.json. #20193
  • 🐞 Fix Tree showLine and showIcon missing icon. #20196
  • 🐞 Fix Modal combine Drawer cause invalid scroll problem. #20242
  • 🐞 Fix Drawer switchScrollingEffect prop on a DOM element warning. #20175
  • 🐞 Fix Select Option label definition. #20190 @​ZhechenLi
  • 💄 Optimize Form feedback icon padding. #20164 @​Satloff
  • 💄 Add less variables for Select/Cascader to optimize dropdown padding and border radius. #20156 @​Satloff

3.26.2

2019-12-10

3.26.1

2019-12-09

  • 🐞 Fix List pagination options text align. #20037
  • 🐞 Fix Button text not align well in Chrome. #20059
  • 🐞 Fix DescriptionItem className error applied to label. #20067 @​Liu-Ya
  • 🐞 Fix Tree duplicated icons when showLine is true. #20090
  • 🐞 Fix Editable Typography flush in Firefox. #20118
  • 🐞 Improve Icon component definition to be compatible with create-react-app svg component. #20142
  • Table
    • 🐞 Fix small table header border missing. #20030
    • 🐞 Fix filterIcon throws error when render string or number.
    • 🐞 Fix filterIcon shows wrong title when returns Tooltip. #20049
    • 🐞 Fix columns have 9px align issue in Windows Chrome. #19952

3.26.0

2019-12-01

  • 🏆 3.26.0 will be the last minor version of antd v3. And v4 beta is coming!
  • 🌟 Notification support closeIcon props. #19618 @​liuchao233
  • 🌟 Typography support pt_BR locale. #19651 @​liuchao233
  • 🌟 Table support defaultFilteredValues props. #18925 @​mgcrea
  • 🇲🇰 Locale add Macedonian support. #19647 @​sradevski
  • 🐞 Fix Input.Group compat mode has wrong border radius for Input Addon. #19926
  • 🐞 Fix Spin render default indicator when indicator is null. #19943
  • 🐞 Fix Button component disabled with loading not prevent pointer-events. #19958
  • 🐞 Fix message can not cancel when key is provided. #19967
  • 🐞 Fix image in Upload with picture-card mode exceeds the border. #20008 @​qq645381995
  • 🐞 Fix Input clear icon overlap with feedback icon. #20017
... (truncated)
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 Dec 16, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #144.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-3.26.3 branch December 23, 2019 09:34
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