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

Bump antd from 3.13.6 to 3.20.0 #71

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps antd from 3.13.6 to 3.20.0.

Release notes

Sourced from antd's releases.

3.20.0

  • 🔥🔥🔥 Add Result Used to feed back the results of a series of operational tasks.
  • 🔥 Descriptions support vertical layout. #17330 @​hengkx
  • 🔥 Progress.Circle support gradient line color. #17315 @​hengkx
Progress
  • 🔥 Optimize PageHeader className naming. #17321
  • 🐞 Drawer fixes maskCloseble to false, keyboard ESC closes invalid. #17316
  • 🐞 Fixed an issue where Drawer closes not calling afterVisibleChange in Edge. #17311
  • 🌟 Drawer adds keyboard to allow opening and closing of responses to keyboard events. #17316
  • 🌟 Popconfirm adds the disabled props to control whether the click child element pops up. #16985 @​lhyt
  • ⌨️ Improve TimePicker accessibility. #17099
  • 💄 Fix Tooltip arrow shadow style. #17264
  • 🐞 Fix Descriptions.Item not support className. #17280
  • 🐞 Fixing Descriptions.Item does not set a label and will also display the : question. #17337
  • 🐞 Fixed the incorrect color of the placeholder of the Mentions. #17317
  • 🐞 Fixed incorrect line-height for Mentions. #17347
  • 💄 Fixed small Table header background to white according to design spec. #17351
  • 🌟 The CheckboxGrouponChange value keeps the order of the options. #17342 @​yoyo837
  • 🐞 Fix Tooltip not work correctly on disabled Switch. #17372
  • 💄 add variables #16843 #17031 #16996 @​alxkosov:
    • @dropdown-line-height
    • @dropdown-font-size
    • @dropdown-vertical-padding
    • @collapse-panel-border-radius
    • @table-body-selected-sort-bg
    • @table-selected-row-hover-bg
  • TypeScript
    • 🌟 Improve the type definition of the Switch. #17331
    • 🐞 Skeleton AvatarProps size supports number. #17331
  • 📝 Updated several documents. #17336 #17345 #17355

  • 🔥🔥🔥 新增 Result 用于反馈一系列操作任务的处理结果。
  • 🔥 Descriptions 支持垂直布局。#17330 @​hengkx
  • 🔥 优化 PageHeader 的 className 定义。#17321
  • 🔥 Progress.Circle 支持渐变色。#17315 @​hengkx
Progress
  • 🐞 Drawer 修复 maskCloseble 为 false,键盘 ESC 关闭无效的问题。#17316
  • 🐞 修复在 Edge 下 Drawer 关闭后没有调用 afterVisibleChange 的问题。#17311
  • 🌟 Drawer 新增 keyboard,允许打开关闭对键盘事件的响应。#17316
  • 🌟 Popconfirm 增加 disabled props,用于控制点击子元素是否弹出。#16985 @​lhyt
  • ⌨️ 改进 TimePicker 可访问性。#17099
  • 💄 修复 Tooltip 箭头阴影样式。#17264
... (truncated)
Changelog

Sourced from antd's changelog.

3.20.0

  • 🔥🔥🔥 Add Result Used to feed back the results of a series of operational tasks.
  • 🔥 Descriptions support vertical layout. #17330 @​hengkx
  • 🔥 Progress.Circle support gradient line color. #17315 @​hengkx
Progress
  • 🔥 Optimize PageHeader className naming. #17321
  • 🐞 Drawer fixes maskCloseble to false, keyboard ESC closes invalid. #17316
  • 🐞 Fixed an issue where Drawer closes not calling afterVisibleChange in Edge. #17311
  • 🌟 Drawer adds keyboard to allow opening and closing of responses to keyboard events. #17316
  • 🌟 Popconfirm adds the disabled props to control whether the click child element pops up. #16985 @​lhyt
  • ⌨️ Improve TimePicker accessibility. #17099
  • 💄 Fix Tooltip arrow shadow style. #17264
  • 🐞 Fix Descriptions.Item not support className. #17280
  • 🐞 Fixing Descriptions.Item does not set a label and will also display the : question. #17337
  • 🐞 Fixed the incorrect color of the placeholder of the Mentions. #17317
  • 🐞 Fixed incorrect line-height for Mentions. #17347
  • 💄 Fixed small Table header background to white according to design spec. #17351
  • 🌟 The CheckboxGrouponChange value keeps the order of the options. #17342 @​yoyo837
  • 🐞 Fix Tooltip not work correctly on disabled Switch. #17372
  • 💄 Add variables #16843 #17031 #16996 @​alxkosov:
    • @dropdown-line-height
    • @dropdown-font-size
    • @dropdown-vertical-padding
    • @collapse-panel-border-radius
    • @table-body-selected-sort-bg
    • @table-selected-row-hover-bg
  • TypeScript
    • 🌟 Improve the type definition of the Switch. #17331
    • 🐞 Skeleton AvatarProps size supports number. #17331
  • 📝 Updated several documents. #17336 #17345 #17355

3.19.8

2019-06-24

  • 🐞 Revert unknown to any for now to avoid introducing tones of errors in one time. #17249

3.19.7

2019-06-21

  • 🐞 Fix Descriptions throw error when contains falsy child. #17207 @​superandrew213
  • 🐞 Fix a scrollbar style problem of empty Table in IE. #17223
  • 🐞 Fix single Breadcrumb not showing on PageHeader. #17209
  • 🐞 Fix Modal that 24px botton area cannot trigger mask click event. #17229
  • 🐞 Fix Layout Sider‘s zero-width trigger z-index bug. #17228
  • TypeScript
... (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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 1, 2019
@codeclimate
Copy link

codeclimate bot commented Jul 1, 2019

Code Climate has analyzed commit a766892 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 3.6% (0.0% change).

View more on Code Climate.

@dependabot-preview
Copy link
Contributor Author

Superseded by #77.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-3.20.0 branch July 8, 2019 06:19
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