ParaffinIoT / dashboard

📈 Dashboard for Paraffin IoT Platform
MIT License
4 stars 0 forks source link

Update antd to the latest version 🚀 #34

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency antd was updated from 3.19.1 to 3.19.2.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for 3.19.2
  • 🐞 Fix Tabs vertical card mode not scrollable. #16825
  • 🐞 Fix Transfer warn setStart on an unmounted component. #16822 @shiningjason
  • 💄 Using less variables @error-color, @warning-color instead of @text-color-danger, @text-color-warning. #16890 @MrHeer
  • 💄 Add warning if Menu use inlineCollapsed under Sider. #16826
  • TypeScript

  • 🐞 修复 Tabs 在垂直卡片模式下标签不能滚动的问题。#16825
  • 🐞 修复 Transfer 组件在 unmount 时 setState 警告。#16822 @shiningjason
  • 💄 使用 Less 变量 @error-color@warning-color 代替 @text-color-danger@text-color-warning#16890 @MrHeer
  • 💄 增加在 Sider 内 Menu 使用 inlineCollapsed 时的提示信息。#16826
  • TypeScript
    • ⚡️ 增加 Menu 中 forceSubMenuRender 类型定义。#16827
    • ⚡️ 导出 Typography 类型定义。#16835
    • ⚡️ 增加 Steps 中的 onChange 类型定义。#16845 @JonathanLee-LX
    • ⚡️ 增加 Upload 中 webkitRelativePath 类型定义。#16850 @DiamondYuan
Commits

The new version differs by 44 commits.

There are 44 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for 3.19.3
  • 📝 Add FAQ for DatePicker/RangePicker with mode cannot be selected. #16984
  • 🐞 Fix Breadcrumb validateDOMNesting warning. #16929
  • 🐞 Fix Breadcrumb path error when children is selected. #16885 @haianweifeng
  • 🐞 Fix InputNumber with number type display native spinner. #16926
  • 🐞 Fix Transfer render Empty when customize without data. #16925
  • 🐞 Fix Table header extra vertical scrollbar problem. #16950
  • 🐞 Fix Table miss border-radius in Firefox. #16957
  • 🐞 Fix Table error when rowSelection.getCheckboxProps() has no return value. #15224
  • 🐞 Fix Table abnormal scrollbar in Chrome when using title and rowSelection.
    #16934
  • 🐞 Fix Divider orientation="center" style. #16988
  • 🐞 Fix Cascader error when type space. #16918 @Durisvk
  • 🐞 Fix missing spanish translations. #17002 @morellan
  • TypeScript

  • 📝 增加 DatePicker/RangePicker 指定 mode 后无法选择的文档说明。#16984
  • 🐞 修复 Breadcrumb 的 validateDOMNesting 警告信息。#16929
  • 🐞 修复 Breadcrumb 选中子路由时浏览器路径问题。#16885 @haianweifeng
  • 🐞 修复 InputNumber 设置 number 类型时会展示原生按钮的问题。#16926
  • 🐞 修复 Transfer 在自定义列表为空时展示 Empty 样式。#16925
  • 🐞 修复 Table 头部多余的垂直滚动条样式。#16950
  • 🐞 修复 Table 的 rowSelection.getCheckboxProps() 在没有返回值时报错的问题。#15224
  • 🐞 修复 Firefox 的 Table 丢失 border-radius 样式问题。#16957
  • 🐞 修复 Table 当 titlerowSelection 同时指定时在 Chrome 下滚动条异常的问题。#16934
  • 🐞 修复 Divider orientation="center" 时样式错位的问题。#16988
  • 🐞 修复 Cascader 搜索时不支持空格输入的问题。#16918 @Durisvk
  • 🐞 修复部分组件的西班牙语言翻译。#17002 @morellan
  • TypeScript
    • 🐞 修复 Upload 的 RcFile 类型定义。#16851
    • ⚡️ 导出 Typography 中 TextProps 的类型定义。#17003 @Jarvis1010
Commits

The new version differs by 63 commits.

  • 8c417e6 chore: update package.json
  • b0b533a docs: 3.19.3 change-log (#16998)
  • 05d8455 Update colors.zh-CN.md
  • 393f4b4 Fix typo
  • 28d822e Merge pull request #17005 from ant-design/fix-snapshot
  • e5e22e2 :white_check_mark: Fix test snapshots
  • 928e3e9 Merge pull request #16741 from gadzillllla/patch-1
  • 6e5d79c Merge pull request #16961 from zjffun/patch-2
  • 77d1563 Merge pull request #17002 from morellan/fix-es-locale
  • 5174ac7 Merge pull request #16965 from ant-design/darkTheme
  • e468882 Merge pull request #17003 from Jarvis1010/master
  • 09435b2 Export TextProps and update english in error
  • 758f7b0 Add missing spanish translations
  • c9205f9 Merge pull request #16988 from ant-design/fix-divider
  • e2d119d :bug: Fix Divider orientation="center" style

There are 63 commits in total.

See the full diff