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

fix(deps): update dependency ant-design-vue to v2.1.3 #52

Merged
merged 1 commit into from
May 6, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ant-design-vue (source) 2.0.0 -> 2.1.3 age adoption passing confidence

Release Notes

vueComponent/ant-design-vue

v2.1.3

Compare Source

2021-4-25

  • 🎉🎉🎉 remove ads during npm installation
  • 🪲 Select
    • Fix the first issue of default activation #​3842
    • Fix group display abnormal problem #​3841
    • Fix scrolling abnormal issue after dynamically updating selections #​3972
  • 🪲 Fix the issue that Checkbox triggers twice update:checked #​3838
  • 🌟 Table column group supports fixed #​3882
  • 🌟 Table column supports v-for #​3934
  • 🪲 Fix the problem that Table displays horizontal scroll bar on windows 6d33d6
  • 🌟 Form scrollToFirstError supports option parameter passing #​3918
  • 🪲 Fix the issue of Calendar month selector displaying wrong characters #​3915
  • 🌟 Refactor the Switch component and remove the defaultChecked attribute #​3885
  • 🪲 Fix the process exception when using Vite #​3930
  • 🪲 Fix Radio shadow occlusion problem #​3955
  • 🪲 Fix the issue that span does not take effect in Form inline mode #​3862
  • 🪲 Fix the issue that Cascader keydown selection does not take effect #​958
  • 🪲 Fix Image preview function failure problem #​3701
  • 🪲 Fix some TS type issues

  • 🎉🎉🎉 移除 npm 安装时的广告
  • 🪲 Select
    • 修复默认激活第一项问题 #​3842
    • 修复分组显示异常问题 #​3841
    • 修复动态更新选择项后滚动异常问题 #​3972
  • 🪲 修复 Checkbox 触发两次 update:checked 问题 #​3838
  • 🌟 Table column group 支持 fixed #​3882
  • 🌟 Table column 支持 v-for #​3934
  • 🪲 修复 Table 在 windows 显示横向滚动条问题 6d33d6
  • 🌟 Form scrollToFirstError 支持选项参数传递 #​3918
  • 🪲 修复 Calendar 月份选择器显示错误字符问题 #​3915
  • 🌟 重构 Switch 组件,移除 defaultChecked 属性 #​3885
  • 🪲 修复使用 Vite 时,抛出 process 异常问题 #​3930
  • 🪲 修复 Radio 阴影遮挡问题 #​3955
  • 🪲 修复 Form inline 模式下, span 不生效问题 #​3862
  • 🪲 修复 Cascader keydown 选择不生效问题 #​958
  • 🪲 修复 Image 预览功能失败问题 #​3701
  • 🪲 修复一些 TS 类型问题

v2.1.2

Compare Source

v2.1.1

Compare Source

2021-3-27

  • 🌟 Compatible with Vue 3.0.8, note: Due to the destructive update of 3.0.8, 2.1.1 is not compatible with versions below 3.0.7 [vue#​3493](https://github.com/vuejs/vue-next/issues /3493)
  • 🪲 Fix Modal.confirm missing closable ts type #​3684
  • 🪲 Fix upload custom method not working issue #​3843

  • 🌟 兼容 Vue 3.0.8,注意:由于 3.0.8 的破坏性更新,2.1.1 无法兼容 3.0.7 以下版本 vue#​3493
  • 🪲 修复 Modal.confirm 缺失 closable ts 类型 #​3684
  • 🪲 修复 Upload 自定义 method 不生效问题 #​3843

v2.1.0

Compare Source

2021-3-20

  • 🎉🎉🎉 Added Typography component #​3807
  • 🌟 Modal method adds close icon customization #​3753
  • 🪲 Fix missing build files containing internationalization #​3684
  • 🪲 Fix Drawer error after destruction #​848d64
  • 🪲 Fix BackTop incorrect position when KeepAlive is activated #​3803
  • 🪲 Fix the problem that the TreeNode class does not take effect #​3822
  • 🪲 Fix Table tags being an array error issue #​3812
  • 🪲 Fix the sorting issue when Table custom filterIcon is triggered #​3819
  • 🪲 Fix Select style misalignment under Form #​3781

  • 🎉🎉🎉 新增 Typography 组件 #​3807
  • 🌟 Modal 方法新增关闭图标定制 #​3753
  • 🪲 修复缺失包含国际化的构建文件 #​3684
  • 🪲 修复 Drawer 销毁后报错问题 #​848d64
  • 🪲 修复 BackTop 在 KeepAlive 激活时,位置不对的问题 #​3803
  • 🪲 修复 TreeNode class 不生效问题 #​3822
  • 🪲 修复 Table tags 为数组是报错问题 #​3812
  • 🪲 修复 Table 自定义 filterIcon 时,触发排序问题 #​3819
  • 🪲 修复 Select 样式在 Form 下错位问题 #​3781

v2.0.1

Compare Source

2.0.1

2021-02-27

  • 🌟 Badge adds Ribbon #​3681
  • 🌟 Adjust the trigger order of SearchInput search event #​3725
  • 🪲 Fix the stuck problem when Table is destroyed #​3531
  • 🪲 Fix the issue of less file introduced in Menu css #​3678
  • 🪲 Fix the problem of Alert custom icon misalignment #​3712

2.0.1

2021-02-27

  • 🌟 Badge 新增 Ribbon #​3681
  • 🌟 调整 SearchInput search 事件触发顺序 #​3725
  • 🪲 修复 Table 销毁时卡死问题 #​3531
  • 🪲 修复 Menu css 中引入了 less 文件问题 #​3678
  • 🪲 修复 Alert 自定义图标错位问题 #​3712

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/ant-design-vue-2.x branch from b5ec391 to a3cd464 Compare March 20, 2021 16:04
@renovate renovate bot changed the title fix(deps): update dependency ant-design-vue to v2.0.1 fix(deps): update dependency ant-design-vue to v2.1.0 Mar 20, 2021
@renovate renovate bot force-pushed the renovate/ant-design-vue-2.x branch from a3cd464 to b6b1a49 Compare March 27, 2021 15:57
@renovate renovate bot changed the title fix(deps): update dependency ant-design-vue to v2.1.0 fix(deps): update dependency ant-design-vue to v2.1.1 Mar 27, 2021
@renovate renovate bot force-pushed the renovate/ant-design-vue-2.x branch from b6b1a49 to 759f1e2 Compare March 28, 2021 03:08
@renovate renovate bot changed the title fix(deps): update dependency ant-design-vue to v2.1.1 fix(deps): update dependency ant-design-vue to v2.1.2 Mar 28, 2021
@renovate renovate bot force-pushed the renovate/ant-design-vue-2.x branch from 759f1e2 to 0328c5a Compare April 26, 2021 14:06
@renovate renovate bot changed the title fix(deps): update dependency ant-design-vue to v2.1.2 fix(deps): update dependency ant-design-vue to v2.1.3 Apr 26, 2021
@axetroy axetroy merged commit 3ae4ad6 into master May 6, 2021
@axetroy axetroy deleted the renovate/ant-design-vue-2.x branch May 6, 2021 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants