ParaffinIoT / dashboard

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

Update antd to the latest version 🚀 #32

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency antd was updated from 3.18.0 to 3.18.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.18.2
  • 🐞 Fix space missing for Button with mixed content. #15342
  • 🐞 Fix active status missing for Carousel when children is changed. #16583
  • 🐞 Fix panel not close when DatePicker is blur by upgrading rc-calendar requirement to version 9.13.3. #16588
  • 🐞 Fix style disorder for Form.Item with help prop and margin-bottom is negative. #16584 @sbusch
  • 🐞 Fix Spin not align when set font-size style. #15206
  • 🐞 Fix selectedRows missing when there is childrenColumnName in Table. #16614
  • TypeScript
    • ⚡️ Improve the definition of children prop for Breadcrumb. #16550 @Gin-X
    • ⚡️ Improve the definition of onFieldsChange params for Form. #16577 @SylvanasGone
    • ⚡️ Improve the definition of dataSource and renderItem for List. #16587
    • ⚡️ Improve the definition of onDragEnter params for Tree. #16638 @eruca
    • ⚡️ Improve the definition of event for Tree。#16624 @ztplz

  • 🐞 修复 Button 组件中插入文本时空格丢失的问题。#15342
  • 🐞 修复 Carousel 组件的 children 数量变化时,面板指示点的选中状态不正常的问题。#16583
  • 🐞 升级 rc-calendar 依赖到 9.13.3 版本,以修复 DatePicker 组件在失去焦点时面板不会关闭的问题。#16588
  • 🐞 修复 Form.Item 组件带有 help 信息,并且 margin-bottom 为负数时,导致之后的元素样式错乱的问题。#16584 @sbusch
  • 🐞 修复 Spin 组件在设置 font-size 样式时没有水平居中的问题。#15206
  • 🐞 修复 Table 组件指定 childrenColumnName 时,selectedRows 参数为空的问题。#16614
  • TypeScript
    • ⚡️ 完善 Breadcrumb 中 children 属性的定义。#16550 @Gin-X
    • ⚡️ 完善 Form 中 onFieldsChange 函数的参数定义。#16577 @SylvanasGone
    • ⚡️ 完善 List 中 dataSourcerenderItem 属性的定义。#16587
    • ⚡️ 完善 Tree 中 onDragEnter 函数的参数定义。#16638 @eruca
    • ⚡️ 完善 Tree 中 event 属性的定义。#16624 @ztplz
Commits

The new version differs by 47 commits.

  • 6e7c5a9 Merge branch 'master' of github.com:ant-design/ant-design
  • 95044af Fix stylelint errors
  • a4054bf prettier md files
  • eea2272 fix form typescript doc
  • 3048f67 Bump 3.18.2
  • e6586c9 docs: Add the changelog of 3.18.2 (#16666)
  • 6e59e77 Merge pull request #16646 from ant-design/fix-cascader-style
  • 1c918b0 :lipstick: unified Cascader selected style with Select
  • 1517fcb fix space missing in button (#16551)
  • 947e8e5 Merge pull request #16643 from ant-design/drawer-close-resume-animate
  • aff1dc2 Update drawer.less
  • 1e406db fix close animation
  • 0c1b062 Merge pull request #16638 from eruca/master
  • e0f8aed == to ===
  • 1872f51 Format (#16639)

There are 47 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.0
  • New Components:
    • 🔥🔥🔥 Mentions Provides Mentions component and origin Mention marked as deprecated.
    • 🔥🔥🔥 Descriptions Display multiple read-only fields in groups.
  • 🇱🇻 Add Latvian localization support. #16780 @kirbo
  • 🌟 Drawer support close by press ESC. #16694
  • 🌟 Steps support click to switch. #16773
  • 🌟 Calendar support headerRender to customize header。#16535 @abgaryanharutyun
  • 🌟 Slider support tooltipPlacement to set tooltip position. #16641 @cmaster11
  • 🌟 Slider support getTooltipPopupContainer to customize tooltip container. #16717
  • 🐞 Fix PageHeader horizontal divider style. #16684
  • 🐞 Fix Carousel initialSlide not work when children count change. #16756
  • 🐞 Fix Cascader displayRender not interactive. #16782
  • 🐞 Fix Upload list still can be removed when disabled. #16786
  • 💄 Update Upload disabled cursor style. #16799 @attacking
  • 💄 Correct Statistic font color. #16801
  • TypeScript

  • 本月新增组件:
    • 🔥🔥🔥 Mentions 新增提及组件并废弃原有 Mention 组件。
    • 🔥🔥🔥 Descriptions 成组展示多个只读字段。
  • 🇱🇻 新增拉脱维亚语支持。#16780 @kirbo
  • 🌟 Drawer 支持 ESC 关闭。#16694
  • 🌟 Steps 支持点击切换功能。#16773
  • 🌟 Calendar 支持 headerRender 以自定义头部。#16535 @abgaryanharutyun
  • 🌟 Slider 支持 tooltipPlacement 以定义提示所在位置。#16641 @cmaster11
  • 🌟 Slider 支持 getTooltipPopupContainer 以允许自定义提示所在容器。#16717
  • 🐞 修复 PageHeader 中水平分割线样式问题。#16684
  • 🐞 修复 Carousel initialSlidechildren 数量变化时无效的问题。#16756
  • 🐞 修复 Cascader 自定义渲染时元素无法交互的问题。#16782
  • 🐞 修复 Upload 列表在 disabled 时仍然可以移除的问题。#16786
  • 💄 增加 Upload disabled 状态下鼠标样式。#16799 @attacking
  • 💄 修正 Statistic 的字体颜色。#16801
  • TypeScript
Commits

The new version differs by 61 commits.

  • b5f2ea7 docs: 3.19.0 changelog (#16796)
  • 81e6937 :lipstick: Correct Statistic font color (#16801)
  • fecff0d Merge pull request #16799 from attacking/master
  • a3e19ce Merge pull request #16798 from ant-design/feature-merge-master
  • 60ee01f Merge pull request #16797 from ant-design/fix-input-number-parser-type
  • 3493cc1 merge master
  • 9793e30 Fix the problem that the Slider's Tooltip is in the incorrect position when use modal (#16717)
  • 1eb46eb feat: add disable style to upload component
  • 28b14c9 Allow users to define where tooltips should appear on slider marks (#16641)
  • 9828715 feat: New calendar apis, headerRender method (#16535)
  • 35e2359 :bug: Fix Input parser type
  • 6af96e7 Merge pull request #16794 from ant-design/feature
  • 0952696 Merge pull request #16793 from ant-design/master
  • 56ff872 Remove ancient prop types (#16705)
  • f5f32f6 update getPopupContainer (#16778)

There are 61 commits in total.

See the full diff