ts-plugin / ts-import-plugin

babel-import-plugin TypeScript Implement
MIT License
609 stars 36 forks source link

An in-range update of antd is breaking the build 🚨 #99

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency antd was updated from 3.12.1 to 3.12.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

antd is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **ci/circleci: build:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/Brooooooklyn/ts-import-plugin/885?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Release Notes for 3.12.2
  • 🐞 Fix the ineffectiveness of className prop for Anchor.Link. #14248
  • 🐞 Fix the incompatibility of float number for Badge. #14195 @ztplz
  • 🐞 Fix the auto focus when popup layer is open still for DatePicker. #14092 @Yangzhedi
  • Drawer
    • 🐞 Fix the empty header when title is null for Drawer. #14264 @ztplz
    • 🐞 Fix the ineffectiveness of bodyStyle prop for Drawer. #14294 @ztplz
  • 🐞 Fix label for verticle Form cannot be wrapped. #14135 @ranbena
  • 🐞 Fix the wrong position for Modal.confirm in small screen. #14279
  • Radio
    • 🐞 Fix the wrong style for Radio.Button when it is disabled and selected. #14165
    • 💄 Improve the style for focused Radio. #14186
  • 🐞 Fix the empty style for Select. #14204
  • 💄 Simplify the implementation of Spin to improve performance. #14100
  • Table
    • 🐞 Fix the unexpected appearance of sorter title for Table. #14168
    • 🐞 Fix the unexpected sorter trigger when click filterDropdown for Table. #14238
  • 🐞 Fix the unexpected call of afterClose for Tage when visible changes from false to true. #14200 @tangjinzhou
  • TypeScript
    • 🐞 Fix the TypeScript definition lack of forceRender for Modal. #14160
    • 🐞 Fix the TypeScript definition of sortDirections for TablePropsTypeScript 类型定义中 属性必选的问题。#14182
    • 🐞 Fix the wrong TypeScript definition of locale for Table. #14245 @LeezQ
    • 🐞 Fix the TypeScript definition not extending from native div element for List.Item. #14171
  • 🌟 Add new Less variables, including @btn-shadow, @btn-primary-shadow and @btn-text-shadow. #14172

  • 🐞 修复 Anchor.Link 组件不支持 className 属性的问题。#14248
  • 🐞 修复 Badge 组件浮点数展示错误的问题。#14195 @ztplz
  • 🐞 修复 DatePicker 组件在弹层展开时依然会获取焦点的问题。#14092 @Yangzhedi
  • Drawer
    • 🐞 修复 Drawer 组件未设置 title 时显示空白头的问题。#14264 @ztplz
    • 🐞 修复 Drawer 组件不支持 bodyStyle 属性的问题。#14294 @ztplz
  • 🐞 修复 Form 组件垂直布局时标签文本无法自动换行的问题。#14135 @ranbena
  • 🐞 修复 Modal.confirm 组件在小屏幕下位置错误的问题。#14279
  • Radio
    • 🐞 修复 Radio 组件在禁选和选中状态下样式不正确的问题。#14165
    • 💄 优化 Radio 组件在获取焦点时的样式。#14186
  • 🐞 修复 Select 组件空数据样式缺失的问题。#14204
  • 💄 简化 Spin 组件实现以优化运行性能。#14100
  • Table
    • 🐞 修复 Table 组件表头列的排序 title 遮挡 Tooltip 的问题。#14168
    • 🐞 修复 Table 组件点击自定义筛选菜单会触发排序的问题。#14238
  • 🐞 修复 Tag 组件从隐藏到可见时会调用 afterClose 属性函数的问题。#14200 @tangjinzhou
  • 🌟 新增 @btn-shadow@btn-primary-shadow@btn-text-shadow 样式变量。#14172
  • TypeScript
    • 🐞 修复 Modal 组件的 TypeScript 类型定义缺少 forceRender 属性的问题。#14160
    • 🐞 修复 Table 组件的 TypeScript 类型定义中 sortDirections 属性必选的问题。#14182
    • 🐞 修复 Table 组件的 locale 属性的 TypeScript 类型定义错误的问题。#14245 @LeezQ
    • 🐞 修复 List.Item 组件的 TypeScript 类型定义不支持原生 div 元素属性的问题。#14171
Commits

The new version differs by 59 commits.

  • 2dc3fbd Bump 3.12.2
  • 28edc02 Add the changelog of 3.12.2 (#14299)
  • 2ec3c37 Add bodyStyle for drawer
  • 0e1564f fix(modal): add forceRender interface
  • 169a7c7 Merge pull request #14292 from fr3fou/patch-1
  • 462819c Translate Input.Password properties
  • 00102d4 ts: Extend ListItemProps from native div element attributes, close #14171
  • a075c90 :bug: Fix Modal.confirm wrong align in small screen
  • 689f32a Remove the border when drawer has no title
  • 13ee0ad should not call afterClose when change visible from false to true
  • 41e2103 test(date-picker): add date-picker not auto focus test
  • 319949e fix(date-picker): fix open judgement
  • ee1beaa fix(date-picker): fix open prop
  • f52b087 fix(date-picker): fix focus
  • 1e62802 :white_check_mark: Add test case for unmounting spin

There are 59 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

After pinning to 3.12.1 your tests are passing again. Downgrade this dependency 📌.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.12.3
Commits

The new version differs by 6 commits.

  • b5e8fbf :tada: Release 3.12.3
  • 766eafb :bug: Revert #14157 to resolve input icon missing
  • e39de50 :hammer: tweak typescript types
  • 1f87132 FIX: correct typings for EmptyProps in Empty Component
  • 0b8fadd Update
  • ab2dd31 Add types for warning

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.13.2
Commits

The new version differs by 223 commits.

  • dab30ef update changelog (#14746)
  • a9a6da4 Input: Clear icon doesn't disappear if value is null (vs undefined or empy string) (#14733)
  • 5ad97a3 :lipstick: improve home page style in mobile device
  • dfc9b24 Properly type onMouseEnter and onMouseLeave events
  • 991b47f update antd-tools version to check (#14738)
  • b3834e4 Table: fix showing only first page (#14724)
  • 2b558af update silder snapshot (#14732)
  • 99eeefc correct type in Switch (#14727)
  • 6cdc203 Merge pull request #14725 from ant-design/fix-form-test
  • 6f040b6 fix: strict check input
  • 777c56a mock test
  • b6f8134 small change
  • 976a6a5 Fixed typos and improved grammar
  • 31d55e4 upd: version
  • 1631401 Fix quote rendering (#14708)

There are 223 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.13.3
  • 📖 New English translation
  • 🐞 Fix mouse cursor style when Switch is disabled. #14764
  • 🐞 Fix Progress shows a wrong successful status. #14769 @imhele
  • 🐞 Fix the issue that the upload status has always been uploading after hiding the upload button in the Upload. #14779
  • 🐞 Fix the issue where the custom icons for vertical Steps were not centered. #14677
  • 🐞 Fix the issue with Input.Search does not support addonAfter. #14785
  • 🐞 Fix layout issues with FormItem when there is an error. #14772
  • 🐞 Fix the issue that the operation button will be blocked when the Card is loading. #14832
  • 🐞 Fix the issue that describes overflow in List. #14765 @Shub1427
  • 🐞 Fix the style issue of TimePicker's clear button, when using the small size. #14861 @Yangzhedi
  • Table
    • 🐞 Fix the issue that the floating element misalignment. #14822 @chiaweilee
    • 🐞 Fix the issue where the className was not synchronized when the rowSelection property was removed. #14759
    • 🐞 Fix border display issue when there is no data. #14834
    • 🐞 Fix the issue where pagination was set to true.
    • 🐞 Fix the issue where the filter drop-down box would be occluded.
  • TypeScript

  • 🐞 修复 Upload 中隐藏上传按钮后导致上传状态一直是 uploading 的问题。#14779
  • 🐞 修复 Switch 禁用时的鼠标样式。#14764
  • 🐞 修复 Progress 显示成功状态错误的问题。#14769 @imhele
  • 🐞 修复垂直 Steps 的自定义图标不居中的问题。#14677
  • 🐞 修复 Input.Search 不支持 addonAfter 的问题。#14785
  • 🐞 修复 FormItem 在有错误提示时的布局问题。#14772
  • 🐞 修复 Card 在 loading 时,操作按钮会被遮住的问题。#14832
  • 🐞 修复 List 中描述溢出的问题。#14765 @Shub1427
  • 🐞 修复 TimePicker 在使用 small 大小时,清楚按钮的样式显示问题。#14861 @Yangzhedi
  • Table
    • 🐞 修复浮动元素错位的问题。#14822 @chiaweilee
    • 🐞 修复移除 rowSelection 属性时,className 不同步的问题。#14759
    • 🐞 修复无数据时的边框显示问题。#14834
    • 🐞 修复 paginationtrue 时报错的问题。
    • 🐞 修复过滤下拉框会被遮挡的问题。#11730
  • TypeScript 类型
    • 🐞 修复 Checkbox 缺少的 onClick 类型。 #14762 @Frezc
    • 🐞 修复 Menu 缺少的 onTitleMouseEnteronTitleMouseLeave 类型。#14737 #GabeMedrash
Commits

The new version differs by 274 commits.

  • 83626e6 Bump 3.13.3
  • 07ec7d9 test: use mockReset
  • 8945343 Merge pull request #14852 from ant-design/release-3.13.3
  • 62dbb31 Add 3.13.3 changelog
  • c30b06d :memo: add stop in document
  • 25404ee :lipstick: Tweak select width in Calendar
  • f359b75 :memo: site: remove new icons badge
  • e68dab6 add ant-design-vue (#14869)
  • d2c17cd only set getPopupContainer when scroll provides (#14864)
  • 2f81d00 fix(time-picker): fix icon style (#14861)
  • 6dce9af Add onTitleMouseEnter and onTitleMouseLeave to public interface
  • 6936599 Enhance stylelint rules (#14803)
  • 80e6204 remove the lambda used in input-number render() function
  • 6ef24cf :bug: Fix Card loading style when there is actions
  • 86f0f97 rangePicker clear when controlled (#14796)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.13.4
  • 🐞 Fix Table ajax load display no data. #14898
  • 🐞 Fix FormItem margin style not correct. #14886

  • 🐞 修复 Table 异步加载没有数据的问题。#14898
  • 🐞 修复 FormItem margin 不正确的问题。#14886
Commits

The new version differs by 278 commits.

  • 6678c6a update changelog (#14899)
  • a3bd55b revert #14608 (#14898)
  • 735175e Adjust style to be similar with origin (#14886)
  • 1d75725 update snapshot (#14880)
  • 83626e6 Bump 3.13.3
  • 07ec7d9 test: use mockReset
  • 8945343 Merge pull request #14852 from ant-design/release-3.13.3
  • 62dbb31 Add 3.13.3 changelog
  • c30b06d :memo: add stop in document
  • 25404ee :lipstick: Tweak select width in Calendar
  • f359b75 :memo: site: remove new icons badge
  • e68dab6 add ant-design-vue (#14869)
  • d2c17cd only set getPopupContainer when scroll provides (#14864)
  • 2f81d00 fix(time-picker): fix icon style (#14861)
  • 6dce9af Add onTitleMouseEnter and onTitleMouseLeave to public interface

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.13.5
  • 🐞 Revert FormItem with additional place holder. #14937
  • 🐞 Adjust Input style to support text-align: inherit. #14912
  • 🐞 Fix incorrect collapse icon position when sider in the right. #14446
  • 🐞 Fix Table miss top border in some case. #14922
  • 🐞 Fix TypeScript Definition. #14903 #14857

  • 🐞 回滚 FormItem 占位符以修复额外高度的问题。#14937
  • 🐞 调整 Input 样式以支持 text-align: inherit#14912
  • 🐞 修复 Sider 在右侧收缩时,图标位置不正确的问题。#14446
  • 🐞 修复 Table 在某些情况下丢失顶部边框的问题。#14922
  • 🐞 修复 TypeScript 类型定义。#14903
Commits

The new version differs by 298 commits.

  • f370e96 add missing link of changelog
  • 2b4bb4c update changelog
  • c0f49c7 Fix hardcoded heading color
  • c29323b Revert to remove FormItem explain-holder (#14937)
  • 43486e0 delete vue faq
  • 1552955 修复: bordered的固定高、非空表格在隐藏头部时,丢失顶部边框的问题
  • 7f1dea0 fix: wrong usage of polyfill
  • 9d5454c pref: add missing polyfill
  • 14945cb chore(DirectoryTree): migrate to new lifecycle method
  • b0ca03c Update
  • 025bad6 Update
  • f26788c Revert "update snapshot"
  • 29cabea update snapshot
  • c24d737 Fix incorrect collapse icon position when sider in the right
  • 4c5f3d2 Enhance & props type definition (#14857)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.13.6
  • Form
    • 🐞 Use new method to repair align issue of Form.Item with validate message. #14946
    • 🐞 Improved warning message logic of generating Form.Item help and validateStatus. #14911
  • 🐞 Fixed extra space at the bottom of Table header in chrome. #14926
  • 🐞 Fixed that Select check icon is not aligned center. #15016
  • 🐞 Fixed Input.Search addonBefore or addonAfter style issue. #14959
  • 🐞 Fixed growing space of Tree nodes. #14958 @Yangzhedi
  • 🐞 Improved accessibility of Icon when type is falsy. #14970
  • 🐞 Fixed Dropdown subMenu disabled cursor style. #14952
  • 🇮🇩 Updated locale to be more natural for Indonesian. #15013 @kamalmahmudi

  • Form
    • 🐞 使用新的方式修复 Form.Item 在有错误提示时的布局对齐问题。#14946
    • 🐞 优化 Form.Item 自动生成 helpvalidateStatus 的警告信息。#14911
  • 🐞 修复 chrome 下 Table 列头有一点额外空白的样式问题。#14926
  • 🐞 修复 Select 选中图标位置偏下的问题。#15016
  • 🐞 修复 Input.Search 增加 addonBeforeaddonAfter 时的样式问题。#14959
  • 🐞 修复 Tree 节点内底部边距叠加的问题。#14958 @Yangzhedi
  • 🐞 优化 Icon 的 type 为空时的可访问性问题。#14970
  • 🐞 修复 Dropdown 的菜单失效样式。#14952
  • 🇮🇩 优化印度尼西亚国际化文案。#15013 @kamalmahmudi
Commits

The new version differs by 328 commits.

  • a73cbe9 :memo: fix typo
  • 46a2a6f :zap: 3.13.6
  • efafa63 :white_check_mark: Fix lint problems
  • f665554 :bug: Fix arrow style of Select selected item
  • 924e8e4 :bug: should not print warning for not generating help and validateStatus automatically when help or validateStatus is specified
  • 9559a12 🇮🇩 Update locale to be more natural for Indonesian (#15013)
  • 5d46fa9 :memo: site: fix document punctuation
  • 2da7701 :memo: Fix missing icon radius-upright in demo page (#15004)
  • 1f0166c Fix rowKey usages in List (#14437)
  • 8f7d497 Merge pull request #14986 from liuchuzhang/table-doc
  • 668c330 fix(radio): delete unnecessary onChange (#14984)
  • 6423074 fix: unexpected return (#14982)
  • dfa6080 update table demo
  • 440408a update style
  • 0f91fb0 fix(tree): fix growing space (#14964)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.14.0
  • Two new components added this month:
    • 🔥🔥🔥Typography provides basic formatting and common operations for text.
    • 🔥🔥🔥PageHeader can be used to declare the page theme, display important information about the page that the user is interested in, and host the relevant page. Action item.
  • 🌟 TimePicker provides clearIcon prop for customizing clear icon. #14556
  • 🌟 Statistic.Countdown supports onFinish prop. #14791
  • 🌟 Collapse.Panel support extra prop. 62e65d
  • DatePicker
    • 🐞 Fix not support name prop. #15029
    • 🌟 Supports separator prop. #15055
  • 🌟 The Form supports labelCol & wrapperCol prop. #15038
  • 🌟 Add type more for Icon. #15047
  • 🐞 Fix Table filter can not support other type of value. #15046
  • 🐞 Fix Spin wrapperClassName setting padding icon is not centered. #15056
  • 🐞 Fix Calendar won't trigger onPanelChange correctly in some cases. #15063
  • 🌟 Select supports showArrow in multi-select mode. #15091
  • 🌟 Adjusted multiple TypeScript types
    • 🐞 Fixed a problem with the onPanelChange TypeScript declaration missing. #15043
    • 🐞 Fix the TypeScript type problem for Table Column Filter. #15056
    • 🌟 Support goto button in Pagination. #14819

  • 本月新增了两个组件:
    • 🔥🔥🔥 Typography 提供了文本的基本格式及常见操作。
    • 🔥🔥🔥 PageHeader 可用于声明页面主题、展示用户所关注的页面重要信息,以及承载与当前页相关的操作项。
  • 🌟 TimePicker 新增了 clearIcon prop,用于自定义清除图标。#14556
  • 🌟Statistic.Countdown 支持 onFinish prop。#14791
  • 🌟 Collapse.Panel 新增了 extra62e65d
  • DatePicker
    • 🐞 修复 name prop 无效的问题。#15029
    • 🌟 支持 separator prop。#15055
  • 🌟 Form 支持 labelCol & wrapperCol prop。#15038
  • 🌟 Icon 增加了 more 的图标。#15047
  • 🐞 修复 Table 筛选不支持 string 以外类型的问题。#15046
  • 🐞 修复 Spin wrapperClassName 设置 padding 图标不居中的问题。#15056
  • 🐞 修复 Calendar onPanelChange 在某些情况下不会触发的问题。#15063
  • 🌟 Select 在多选模式下支持 showArrow#15091
  • 🐞 调整了多处 TypeScript 的类型
    • 🐞 修复 onPanelChange TypeScript 声明缺失的问题。#15043
    • 🐞 订正了 Table column filter 的 TypeScript 类型问题。#14777
    • 🌟 Pagination 支持添加分页跳转按钮。 #14819
Commits

The new version differs by 399 commits.

  • 2996d8e Merge pull request #15154 from ant-design/feature
  • 2b4c8fb Merge pull request #15155 from ant-design/master-merge-feature
  • 713943c Merge branch 'master' into master-merge-feature
  • 71a774b :bug: Fix closable Drawer hiding without transition
  • c5b98c2 add export to MenuItemProps
  • 960273c version: up to 3.14.0
  • 5e298db 3.14.0 Changelog (#15145)
  • e392605 up
  • 4e331a5 up
  • 959987a table reader mobile friendly
  • dee8f93 New Component PageHeader (#13637)
  • e26c513 fix DatePicker to support an array of formats (#15116)
  • 29647f0 Drawer Body padding should be variable
  • 66786c7 fix cascader should tab twice to exist (#15117)
  • 34eafbf update doc

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.14.1
  • 🌟 PageHeader support className prop. #15159
  • 🐞 Fix Form warning with unique key & additional attributes. #15160
  • 🐞 Fix getPopupContainer of ConfigProvider not work with DatePicker. #15156
  • 🐞 Fix Collapse extra node style missing. #15176

  • 🌟 PageHeader 支持 className prop。 #15159
  • 🐞 修复 Form 输出警告信息的问题。 #15160
  • 🐞 修复 ConfigProvider 中 getPopupContainer 对于 DatePicker 无效的问题。#15156
  • 🐞 修复 Collapse extra 位置错误的问题。#15176
Commits

The new version differs by 417 commits.

  • f793c37 doc: fix md style error
  • f0bd093 Merge pull request #15175 from ant-design/changelog
  • 127394d Merge pull request #15176 from ant-design/fix-collapse-extra
  • 664aac4 doc: supplement changelog
  • 74aee56 :bug: Fix Collapse extra node style missing
  • e3d4065 Merge pull request #15148 from ant-design/improve-pull-request-template
  • 19d916f Merge pull request #15156 from ant-design/date-picker-popup
  • 058c341 version: up to 3.14.1
  • c7f79de doc: replace link to preview
  • f245cf7 doc: add 3.14.1 changlog
  • 42f5aea Merge pull request #15169 from liuchuzhang/fix-document
  • 04eaa40 Merge pull request #15172 from ant-design/changelog
  • 750bc74 doc: supplement changelog
  • 9058588 fix document
  • f73a0e2 feat: PageHeader support classname (#15159)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.15.0
  • 🌟 Tree supports new prop blockNode. #14858 @kimochg
  • Form
  • 🐞 Fix Typography dom structure. #15210
  • 🐞 Fix Affix position update logic. #15150
  • Input
    • 🐞 Fix Password lost focus when change visibilityToggle. #15184
    • 🐞 Fix allowClear do not focus after clear content. #15184
    • 🐞 Fix Search style with allowClear or suffix/prefix. #15242
    • 🐞 Fix Input warning logic for focus lose. #15251
  • 🐞 Fix DatePicker and TimePicker cursor style. #15218 @yoyo837
  • 🐞 Fix Steps label text not align center. #15256
  • TypeScript
    • ⚡️ Refactor and simplify List Item dom structure, and fix spaces lost inside List Item. #15197
    • 🐞 Fix Layout tagName definition. #15181 @ngolin
    • 🐞 Fix Text ellipsis definition. #15209 @xiaohuoni
    • 🐞 Fix Badge text types. #15264
  • 🇹🇷 Turkish translations of new components. #15238 @codesignist

  • 🌟 Tree 组件支持 blockNode 属性。#14858 @kimochg
  • Form
  • ⚡️ 重构并简化了 List Item 的 dom 结构,并且修复了 Item 中内容空格丢失的问题。#15210
  • 🐞 修复 Affix 组件定位更新的逻辑问题。#15150
  • Input
    • 🐞 修复 Password 当 visibilityToggle 变化时丢失焦点的问题。#15184
    • 🐞 修复通过 allowClear 清除内容后没有获得焦点的问题。#15184
    • 🐞 修复 Search 当使用了 allowClear 或者 suffix/prefix 时的样式问题。#15242
    • 🐞 修复 Input 丢失焦点时的警告问题。#15251
  • 🐞 修复 DatePicker 和 TimePicker 的 cursor 样式问题。#15218 @yoyo837
  • 🐞 修复 Steps 的 label 不居中的问题。#15256
  • TypeScript
    • 🐞 修复 Typography 的 setContentRef 定义。#15197
    • 🐞 修复 Layout 的 tagName 定义。#15181 @ngolin
    • 🐞 修复 Text 的 ellipsis 定义。#15209 @xiaohuoni
    • 🐞 修复 Badge 的 text 定义。#15264
  • 🇹🇷 添加一些新组件的土耳其语翻译。#15238 @codesignist
Commits

The new version differs by 516 commits.

  • f2b95d0 chore: add changelog for 3.15.0 (#15281)
  • a79c788 Merge pull request #15282 from ant-design/feature
  • b807859 Merge branch 'master' into feature
  • 8f8471f :lipstick: fix missing semicolon
  • 4cb2850 Merge pull request #15283 from ant-design/chore/mergem
  • e3a2c38 Merge branch 'master' into chore/mergem
  • 194dedd Merge pull request #15286 from ant-design/improve-code
  • 884e135 Merge pull request #15285 from jinxin0112/patch-1
  • bd0eb34 make sure count compare as number
  • 71440a2 Update components/form/style/index.less
  • da66625 :zap: refactor some code after #15254
  • 7ccf685 fix: appear two colons
  • a4f73ff chore: sync master to feature
  • d02ec78 Merge pull request #15276 from DiamondYuan/form-prop
  • 120ea3a Merge pull request #15252 from yoyo837/add-label-align

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.15.1
  • 🌟 Add four less variables @pagination-item-bg-active, @icon-color, @btn-border-width and @btn-border-style. #15302, #15343, #15397 @searleb
  • 🌟 Fix tree shaking not working for PageHeader. #15354
  • 🌟 Modal supports Modal.confirm({ icon: null }) to hide default Icon. #15319
  • List
    • 🐞 Keep same content color of List like previous version. #15301
    • 🐞 Fix some List Item styling issues. #15328
  • Badge
    • 🐞 Fix the issue that customized color is not supported in Badge. #15356 @DiamondYuan
    • 🐞 Fix height problem of Badge with dot. #15395
  • 🐞 Fix tabbar style of Tabs component in card mode. #15299 @rinick
  • 🐞 Fix Calendar can't switch type. #15338 @zy410419243
  • 🐞 Fix Avatar component cannot calculate the offset when display: none is set. #15351 @ppbl
  • 🐞 Correct suffix icon in Input.Password. #15381 @melchior-voidwolf
  • 🐞 Fix Layout has classname ant-layout-has-sider even if hasFixer is set to false. #15396 @SoraYama
  • 🐞 Fix Divider alignment issue in PageHeader. #15400
  • 🐞 Fix a style issue of Skeleton. #15421 @Maktel
  • 🌟 Adjust multiple TypeScript types

  • 🌟 添加了四个 less 变量 @pagination-item-bg-active@icon-color@btn-border-width 以及 @btn-border-style#15302#15345#15397 @searleb
  • 🌟 修复 PageHeader tree shaking 失效的问题。#15354
  • 🌟 Modal 组件添加 Modal.confirm({ icon: null }) 来隐藏默认的 Icon。#15319
  • List
    • 🐞 保持 List 组件内容颜色与之前的版本一致。#15301
    • 🐞 修复 List 的一些样式问题。#15328
  • Badge
    • 🐞 修复 Badge 组件不支持自定义颜色的问题。#15356 @DiamondYuan
    • 🐞 修复 Badge 组件内带小圆点时的高度问题。#15395
  • 🐞 修复 Tabs 组件在卡片模式下 tabbar 的样式。#15299 @rinick
  • 🐞 修复 Calendar 无法切换类型的问题。#15338 @zy410419243
  • 🐞 修复 Avatar 组件设置了 display: none 的时候无法计算偏移量的问题。#15351 @ppbl
  • 🐞 修复 Input.Password 组件的后置 Icon。#15381 @melchior-voidwolf
  • 🐞 修复 Layout 即使在 hasSider 属性为 false 的时候依然会加 ant-layout-has-sider 的 classname 的问题#15396 @SoraYama
  • 🐞 修复 Divider 在 PageHeader 组件中的对齐问题。#15400
  • 🐞 修复 Menu 收缩后,SubMenu 异常渲染的问题。#15409 @zy410419243
  • 🐞 修复 Skeleton 组件的样式问题。#15421 @Maktel
  • 调整了多处 Typescript 类型
Commits

The new version differs by 635 commits.

  • eacb572 3.15.1
  • 5806c98 Merge pull request #15455 from ant-design/release-3.15.1
  • dbd9f32 address cr
  • 5b3628b docs: add changelog for 3.15.1
  • 5d96ba6 English translation for notFoundContent (#15453)
  • b40c0d3 Update DatePicker docs (#15092)
  • 3d16a27 Merge pull request #15446 from ant-design/fix#15438
  • c99b2a7 fix: export ConfigProviderProps interface
  • 1bb7d6c Merge pull request #15409 from zy410419243/issue-15321
  • 785820e Merge pull request #15420 from akaguny/patch-1
  • 59a6d49 Update index.en-US.md
  • e052031 Merge pull request #15428 from DiamondYuan/fix#15384
  • 4aa32b9 Merge pull request #15434 from chiaweilee/patch-1
  • 72296fd fix: lint
  • 729f3b9 Merge pull request #15433 from yuezk/update-tooltip-doc

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.15.2
Commits

The new version differs by 678 commits.

  • 5d17a6e Bump 3.15.2
  • 6d68afd Add the changelog of 3.15.2 (#15602)
  • d0a1196 remove useless param in tree doc (#15591)
  • 9e0aa5c :bug: Fix empty missing when Table is loading (#15583)
  • 922f29b chore: Add CNAME
  • df36453 Update introduce.zh-CN.md
  • b6d7d7f translation for spec/feedback (#15460)
  • 30a306a translation for data display (#15454)
  • 7c7c619 :bug: Fix Select notFound align issue (#15570)
  • 267ad34 modify interface ListLocale.emptyText from text to ReactNode (#15571)
  • 4eb33eb fix: set min-width instead of width (#15547)
  • c8a3266 :memo: put description in PR template into comment (#15513)
  • 4ad71cb Included pt_PT table sort title description (#15551)
  • 4da56cd Refactor Avatar scale calculate logic (#15503)
  • c5a4eef :lipstick: Enhance component demo (#15511)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.16.0
  • 🌟 Badge support customize color. #15764
  • 🌟 Checkbox.Group support name prop. #15760 @bencallaway
  • 🌟 Modal support confirm({ icon: null }) to hide Icon. #15319 @Adamwu1992
  • Empty
    • 🌟 Support imageStyle prop. #15487
    • 🌟 Support Empty.PRESENTED_IMAGE_DEFAULT and Empty.PRESENTED_IMAGE_SIMPLE for default image. #15487
  • 🌟 Progress.Line support gradient line color. #15524 @zy410419243
  • DatePicker
    • 🌟 Update rc-calendar to support default value can be null. #520
    • 🐞 Fix disabled and selected date cell style of DatePicker. #15608
    • 🐞 Fix RangePicker can not select same month. #15427
  • ⚡️ Refactor Form move ant-form-item-no-colon selector position in Form.Item. #15592 @HsuanXyz
  • Menu
  • 🐞 Fix Upload border jumping issue in Chrome. #15636
  • 🐞 Fix clear icon style in Input and Input.Search. #15672
  • 🐞 PageHeader support level 2 breadcrumb. #15689
  • Tag
    • 🐞 Revert Tag wrap style to fix display in table. #15690
    • 💄 Remove Tag animation. #15233
  • 🐞 Fix Spin style when indicator is Icon. #15712
  • 🐞 Fix collapsible Layout.Sider throw error when use svg icon. #15720 @wx1322
  • 💄 Remove underlines from focused links. #15759 @Nouzbe
  • Table
    • 💄 Move Table sort button after title closely. #15758
    • 💄 Fix components covered by Table fixed columns. #15782
  • 🐞 Fix col element missing relative style. #15766
  • 💄 Adjust Card and PageHeader padding from 32px to 24px. #15755
  • 🌟 Add less variables
  • 🌟 Adjust multiple TypeScript types

  • 🌟 Badge 支持自定义颜色。#15764
  • 🌟 Checkbox.Group 支持 name 属性。#15760 @bencallaway
  • 🌟 Modal 支持通过 confirm({ icon: null }) 隐藏图标。#15319 @Adamwu1992
  • Empty
    • 🌟 Empty 支持 imageStyle 属性。#15487
    • 🌟 Empty 支持通过 Empty.PRESENTED_IMAGE_DEFAULTEmpty.PRESENTED_IMAGE_SIMPLE 访问预置图片。#15487
  • 🌟 Progress.Line 支持渐变色。#15524 @zy410419243
  • DatePicker
    • 🌟 更新 rc-calendar 依赖,允许默认值可以是空。#520
    • 🐞 修复 DatePicker 中 disabled 和 selected 日期单元的样式。#15608
    • 🐞 修复 RangePicker 不能选择同一个月的问题。#15427
  • ⚡️ 重构 Form 移动 ant-form-item-no-colon 样式到 Form.Item 中。#15592 @HsuanXyz
  • Menu
  • 🐞 修复 Chrome 中 Upload 边框跳动的问题。#15636
  • 🐞 修复 Input 和 Input.Search 中清除按钮图标样式。#15672
  • 🐞 PageHeader 支持 2 层的 breadcrumb#15689
  • Tag
    • 🐞 回滚 Tag 换行样式,以避免表格中切行。#15690
    • 💄 移除 Tag 动画。#15233
  • 🐞 修复 Spin indicator 为 Icon 时的样式。#15712
  • 🐞 修复可收缩 Layout.Sider 使用 svg 图标时会报错的问题。#15720 @wx1322
  • 💄 移除聚焦链接的下划线样式。#15759 @Nouzbe
  • Table
    • 💄 将 Table 排序按钮移至标题后。#15758
    • 💄 修复 Table 固定列遮挡其他组件的问题。#15782
  • 🐞 修复 Col 丢失相关样式的问题。#15766
  • 💄 调整 Card 和 PageHeader 样式,将 padding 从 32px 改成 24px#15755
  • 🌟 添加 less 变量
  • 🌟 调整相关 TypeScript 类型定义
Commits

The new version differs by 801 commits.

  • dd8b678 update changelog (#15781)
  • 0f49dd2 Merge pull request #15784 from ant-design/merge-feature
  • 9d06bec :bug: Fix components covered by Table fixed columns (#15782)
  • 41f2316 Merge branch 'feature' into merge-feature
  • e3b252b Fixed an issue about the component(RangePicker) could not select the … (#15427)
  • 550ff72 Merge pull request #15775 from ant-design/merge-feature
  • b7ee6d8 Merge pull request #15774 from ant-design/hide-useless-demo
  • 2c693ee merge feature
  • a49caab Add name attribute support to Checkbox.Group (#15760)
  • 1f2375d :clapper: Remove useless badge demo
  • 0fd0faa Update Card & PageHeader style (#15755)
  • 2cec053 Merge pull request #15766 from ant-design/fix-missing-col-className
  • b87daf9 Merge pull request #15768 from ant-design/upgrade-dev-deps
  • bdf60f3 :up: upgrade devDependency TypeScript to 3.4.1
  • 4a5327e Merge pull request #15767 from ant-design/improve-site-footer

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.16.1
  • 🐞 Fix antd.less file missing. #15790

  • 🐞 修复 antd.less 丢失的问题。#15790
Commits

The new version differs by 804 commits.

  • d839135 patch for antd.less missing
  • 4b3c2ea Merge pull request #15791 from pierre-H/patch-2
  • 1ff849c Avoid react doesn't have default export
  • dd8b678 update changelog (#15781)
  • 0f49dd2 Merge pull request #15784 from ant-design/merge-feature
  • 9d06bec :bug: Fix components covered by Table fixed columns (#15782)
  • 41f2316 Merge branch 'feature' into merge-feature
  • e3b252b Fixed an issue about the component(RangePicker) could not select the … (#15427)
  • 550ff72 Merge pull request #15775 from ant-design/merge-feature
  • b7ee6d8 Merge pull request #15774 from ant-design/hide-useless-demo
  • 2c693ee merge feature
  • a49caab Add name attribute support to Checkbox.Group (#15760)
  • 1f2375d :clapper: Remove useless badge demo
  • 0fd0faa Update Card & PageHeader style (#15755)
  • 2cec053 Merge pull request #15766 from ant-design/fix-missing-col-className

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.16.2
  • 🐞 Fix Menu shaking and collapse behavior. #15868
  • 🐞 Fix List pagination pageSize changer not work. #15871
  • 🐞 Fix RangePicker end time input not editable. #15866
  • 📝 Site Icon supports search. #15867 @DiamondYuan
  • 🐞 Fix TimePicker locale doesn't work. #15837
  • 🐞 Fix Steps style broken when using progressDot and size="small". #15856
  • 🐞 Fix Affix position not update when content height changed. #15899
  • Table
    • 🐞 Fix Table align: right not work on title when sorting is enabled. #15895
    • 🐞 Fix Table filter display issue when use non-string type. #15817
  • 🐞 Fix Badge display negative count incorrect. #15810
  • 💄 Optimize Empty default UI of Empty.PRESENTED_IMAGE_SIMPLE. #15841
  • 🌟 Added a new less variable @html-selector to enable override of html selector to support theme prefix. #15613 @krokofant
  • TypeScript
    • 🐞 Fix Table columnGroup definition. fc45d

  • 🐞 修复 Menu 收缩的异常闪动。#15868
  • 🐞 修复 List 分页无法改变每页条数。#15871
  • 🐞 修复 RangePicker 结束时间不可输入。#15866
  • 📝 站点 Icon 支持图标搜索。#15867 @DiamondYuan
  • 🐞 修复 TimePicker locale 属性无效的问题。 #15837
  • 🐞 修复 Steps 同时使用 progressDotsize="small" 时的样式错乱问题。#15856
  • 🐞 修复 Affix 的内容高度改变时,位置不更新的问题。 #15899
  • Table
    • 🐞 修复 Table 使用排序时,表头设置 align: right 失效的问题。#15895
    • 🐞 修复 Table 筛选使用 string 以外类型的展示问题。 #15817
  • 🐞 修复 Badge count 为负数时的显示问题。#15810
  • 💄 优化 Empty.PRESENTED_IMAGE_SIMPLE 的默认样式。 #15841
  • 🌟 新增 less 变量 @html-selector 用于支持主题前缀。#15613 @krokofant
  • TypeScript
    • 🐞 修复 Table columnGroup 定义。fc45d
Commits

The new version differs by 879 commits.

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.16.3
  • 🐞 Fix Button typescripts definition with latest @types/react. #15938
  • ⚠️ Add DatePicker warning when time invalidate. #15920
  • 🐞 Fix Menu arrow not display in old version of IE. #15932
  • 🐞 Fix Progress success UI when status is undefined. #15951
  • 🐞 Fix Tooltips not work when Menu collapsed. #15948
  • 🐞 Fix Switch can't be trigger by click of form label. #15923
  • 🐞 Fix Directory onSelect info not correct. #15967
  • 🐞 Fix Menu defaultOpenKeys not work as expect. #15970
  • 🐞 Fix Nested Table with middle size style not correct. #16008
  • 🐞 Fix nest Tabs ink bar style issue. #16013
  • 🐞 Fix Empty in IE not fully render. #16016
  • 🐞 Fix Switcher loading icon and checkbox should be vertical align when @tree-title-height is modified. #15962
  • 💄 Default selection column width can be overrided in css. #15990
  • TypeScript
    • 🐞 Fix Pagination showLessItems TS definition. #15952

  • 🐞 修复 Button 类型定义在在最新的 @types/react #15938
  • ⚠️ 新增当 time 不合法时 DatePicker 的提示。#15920
  • 🐞 修复 Menu 箭头在老 IE 版本上不显示的问题。#15932
  • 🐞 修复 Progress 当 statusundefined 时的展示。#15951
  • 🐞 修复 Menu 折叠时 Tooltip 的问题。#15948
  • 🐞 修复 Switch 应该被 Label 触发的问题。#15923
  • 🐞 修复 Directory onSelect 无法使用的问题。#15967
  • 🐞 修复 Menu defaultOpenKeys 不工作。#15970
  • 🐞 修复内嵌的 Table sizemiddle 时的样式。#16008
  • 🐞 修复 Tab display: none 时高亮线条丢失的问题。#16013
  • 🐞 修复 Empty IE 展示的问题。#16016
  • 🐞 修复通过修改 @tree-title-height 的值会导致 tree-switcher-loading-icon 位置不再居中的问题。#15962
  • 💄 修复默认的 selection column width 无法被样式覆盖的问题。#15990
  • TypeScript
    • 🐞 修复 Pagination showLessItems TS 类型定义。#15952
Commits

The new version differs by 934 commits.

  • fba0181 docs: 📝 3.16.3 changelog (#16051)
  • 32bc699 update snapshot (#16059)
  • eba49be Merge pull request #15976 from ant-design/site-hash-js
  • 69dcb11 docs: fix broken link
  • d16bc57 Merge pull request #16040 from gaoqiang19514/patch-1
  • 67ee36b Update use-with-create-react-app.zh-CN.md
  • 38f701c fix: Empty in IE not fully render (#16016)
  • 41316e6 update snapshot (#16017)
  • 18d99fb Merge pull request #15997 from ant-design/recover-openAnimation
  • 049fc17 fix: use Tabs overflow hidden instead of display none (#16013)
  • df3e1b2 fix nest table style (#16008)
  • d922c37 refactor: Optimize default selection column width implement (#15990)
  • dcdd7fb fix(Tree): Switcher loading icon and checkbox should be vertical align when @tree-title-height is modified, close #15955 (#15962)
  • 5ffe2d5 Merge origin/master into site-hash-js
  • 278fcfd menu openAnimation use object

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.16.4
  • 🐞 Fix circle button responding mouse event when loading. #16063 @gxvv
  • 🐞 Fix issue that Form.Item's labelAlign does not work. #16067
  • 🐞 Fix issue that tailing debounce call rasing error when Spin unmount. #16081 @raybooysen
  • 🐞 Fix issue that List's defaultPageSize does not work. #16100
  • 🐞 Fix error moment call in DatePicker. [#16109])(#16109)
  • 🐞 Fix Radio does not in center on Firefox. #16039
  • 🐞 Fix issue that Affix's target does not work after it's value changing. #16146
  • 🐞 Fix the Modal's animation issue Modal on first rendering. #15795
  • 🐞 Fix issue that Table's rowSelection.columnWidth does not work. #16163
  • 🐞 Fix type definition of Form.create. #16095
  • 🐞 Fix type definition of Icon's aria-hidden. #16202
  • 🐞 Fix type definition of PageHeader's tags. #16092
  • 🌟 Add new less variable @text-selection-bg;. #16155

  • 🐞 修复圆形 Button 在 loading 时还会响应鼠标事件的问题。#16063 @gxvv
  • 🐞 修复 Form.Item 的 labelAlign 不生效的问题。#16067
  • 🐞 修复 Spin 在 unmount 时遗留的 debounce 调用导致的报错问题。#16081 @raybooysen
  • 🐞 修复 List 的 defaultPageSize 不生效的问题。#16100
  • 🐞 修复 PageHeader 的 tags 类型错误。#16092
  • 🐞 修复 DatePicker 中 moment 报错的问题。[#16109])(#16109)
  • 🐞 修复 Radio 在 Firefox 上没有垂直居中的问题。#16039
  • 🐞 修复 Affix 的 target 变化后不能工作的问题。#16146
  • 🐞 修复 Modal 在首次渲染时的动画问题。#15795
  • 🐞 修复 Table 的 rowSelection.columnWidth 不工作的问题。#16163
  • 🐞 修复 Form.create 的类型定义。#16095
  • 🐞 修复 Icon aria-hidden 的类型定义。#16202
  • 🌟 新增 less 变量 @text-selection-bg;#16155
Commits

The new version differs by 1018 commits.

  • 08beabf chore: fix remote checking
  • f6c1582 docs: use star emoji
  • bb90c4f Bump 3.16.4
  • e521b32 Merge pull request #16206 from ant-design/release-3.16.4
  • 4f0403c Add 3.16.4 changelog
  • 8ec3831 Merge pull request #16203 from saxenanihal95/code_refactor
  • 1569ab3 prettier md demo (#16188)
  • 2b0723f update script (#16204)
  • 73188ac fix: Table rowSelection.columnWidth should work (#16180)
  • 9fd4b2d Refactor: created InputIcon of common code in RangePicker and WeekPicker
  • 5987792 fix: typescript definition update (#16202)
  • 35da7ce Merge pull request #16197 from ant-design/chores
  • 4b17591 :memo: Remove webpack@1 instruction
  • ac5868c :up: upgrade stylelint-order
  • 27045c5 Merge pull request #16196 from aaroncawte/master

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.16.5
  • 🐞 Fix Table in Firefox miss bottom line when sorter enabled. #16174
  • 🐞 Fix List crash when pagination is null. #16231
  • TypeScript
    • 🐞 Fix typescript hoist-non-react-statics has no default export warning with allowSyntheticDefaultImports: false. #16224

  • 🐞 修复 Firefox 中 Table 使用 sorter 丢失线框的样式问题。#16174
  • 🐞 修复 List 中设置 paginationnull 时报错的问题。#16231
  • TypeScript
    • 🐞 修复 allowSyntheticDefaultImports: falsehoist-non-react-statics 报错的问题。#16224
Commits

The new version differs by 1027 commits.

  • 286330f update change log (#16233)
  • 440a3f4 fix pagination is null crash (#16231)
  • a530be1 adjust hoist-non-react-statics ts import (#16224)
  • 686c1fc Merge pull request #16174 from ant-design/fix-table-chrome
  • 924afc2 Merge pull request #16211 from ant-design/docs-changelog-format
  • 716d2e8 fix: changelog format
  • 08beabf chore: fix remote checking
  • f6c1582 docs: use star emoji
  • bb90c4f Bump 3.16.4
  • e521b32 Merge pull request #16206 from ant-design/release-3.16.4
  • 4f0403c Add 3.16.4 changelog
  • 8ec3831 Merge pull request #16203 from saxenanihal95/code_refactor
  • 1569ab3 prettier md demo (#16188)
  • 2b0723f update script (#16204)
  • 73188ac fix: Table rowSelection.columnWidth should work (#16180)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.16.6
  • ⌨️ Improve PageHeader backIcon keyboard accessibility. #16038
  • 🇮🇹 Optimize Italian localization. #16093 @yp #16172 @afelicioni
  • 🐞 Fix Select with showSearch not trigger onSearch when blur it. #16235
  • 🐞 Fix Selecte active item's hover background color. #16238 @yociduo
  • 🐞 Fix unexpected pressed style of disabled Switch. #16251 @atomoo
  • 🐞 Fix small size Table header background. #16266
  • 🐞 Fix Tabs missing border when tabPosition="bottom". #16130 @rinick
  • 🐞 Fix Typography.Title not support type. #16275
  • 🐞 Fix Typography editable mode not support className. #16307
  • 🐞 Fix List actions misplaced. #16239
  • 🐞 Fix long word Modal title display problem. #16267 @yoyo837
  • 🐞 Fix Pagination active item background color. #16306
  • 🐞 Fix a core-js@<2.6.5 is no longer maintained install warning. #16325
  • Typescript

  • ⌨️ 优化 PageHeader backIcon 的键盘可访问性。#16038
  • 🇮🇹 调整意大利语文案。#16093 @yp #16172 @afelicioni
  • 🐞 修复 Select showSearch 模式下取消选择时没有触发 onSearch 的问题。#16235
  • 🐞 修复 Select 当前选项的 hover 样式。#16238 @yociduo
  • 🐞 修复 Switch 失效状态下依然有按下样式的问题。#16251 @atomoo
  • 🐞 修复小号 Table 表头背景样式。#16266
  • 🐞 修复 Tabs 在底部时的边框样式问题。#16130 @rinick
  • 🐞 修复 Typography.Title 不支持 type 的问题。#16275
  • 🐞 修复 Typography.Paragraph 编辑模式 className 失效的问题。#16307
  • 🐞 修复一个 List actions 错位问题。#16239
  • 🐞 修复一个超长 Modal 标题的展现问题。#16267 @yoyo837
  • 🐞 修正 Pagination 当前项的背景色。#16306
  • 🐞 修复 core-js@<2.6.5 is no longer maintained 的安装警告。#16325
  • Typescript
Commits

The new version differs by 1080 commits.

  • 14f5f5b :up: upgrade devDependency
  • 4909443 Merge pull request #16335 from ant-design/changelog-3.16.6
  • d55a16e :memo: English changelog for 3.16.6
  • b2379fe :bug: Add className in TooltipProps only, #16195
  • 1ee297e :memo: changelog for 3.16.6
  • e01ba57 Merge pull request #16195 from swillis12/Fix-tooltip-Type
  • 8e1289f Merge pull request #16331 from ant-design/dependabot/npm_and_yarn/react-slick-approx-0.24.0
  • cb2e728 Merge pull request #16332 from ant-design/rm-create-react-class
  • 6bd7735 chore: Remove useless deps
  • 2d7f344 Update react-slick requirement from ~0.23.2 to ~0.24.0
  • 685f433 Typography editable mode should support className (#16307)
  • 0fc6e7d Merge pull request #16306 from ant-design/pagination-bg
  • 5a462d8 fix: Pagination active item should have background color
  • 4e54973 Merge pull request #16187 from ant-design/page-header-button
  • 5fd8ba1 fix: Caldendar select option ellipsis when not in fullscreen (#16304)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.17.0
  • 🎉 Breadcrumb.Item supports overlay props to define drop-down menus. #16315
  • 🎉 Button added a new type link. #16289
  • ⌨️ Wrap List.Item under ul to enhance accessibility.#15890
  • 🌟 TreeSelect support showSearch in multiple mode. #15933
  • 🌟 Provides previewFile to customize preview logic. #15984
  • 🌟 Added the @table-selected-row-color variable to customize the color selected by the table. #15971 @hextion
  • 🌟 Added @form-warning-input-bg and @form-error-input-bg variables to customize the background color when the form is in error state. #15954 @hextion
  • 🌟 Dropdown.Button supports icon props to customize icons. #15996 @DiamondYuan
  • 🌟 Support SkeletonAvatarProps size accept number. #16128 @MrHeer
  • 🌟 Notification.config now supports getContainer for custom dom rendering locations. #16123 @Nouzbe
  • 🌟 Drawer supports afterVisibleChange props, which fires when the drawer animation is complete. #16228
  • 🌟 Form.Item supports htmlFor props. #16278
  • 🌟 Collapse supports expandIconPosition props. #16365
  • 🌟 Carousel supports the location of custom panel indicator points. #16225 @yociduo
  • 🌟 TreeNode supports the properties of checkable. #16369
  • 🌟 🇭🇷 Added Croatian language pack. #15641 @fpintaric
  • 🐞 Fix Drawer wrong animation direction. #16358
  • 🐞 Fix Slider mark text style will break line. #15128
  • 🐞 Fix Checkbox.Group onChange pass removed value. #16392
  • 🐞 Fixed multiple Typescript type errors. #16043 #16341 #16343 #16360 #16344

  • 🎉 Breadcrumb.Item 支持 overlay props 来定义下拉菜单。#16315
  • 🎉 Button 的增加了新的类型 link#16289
  • ⌨️ul包裹 List.Item,以增加可访问性。#15890
  • 🌟 TreeSelect 的 showSearch 支持多选模式。#15933
  • 🌟 Upload 提供 previewFile props 以自定义预览逻辑。#15984
  • 🌟 添加了 @table-selected-row-color 变量来自定义表格选中的颜色。#15971 @hextion
  • 🌟 添加了 @form-warning-input-bg@form-error-input-bg 变量来自定义表单错误状态时的背景颜色。#15954 @hextion
  • 🌟 Dropdown.Button 支持 icon props 来自定义图标。#15996 @DiamondYuan
  • 🌟 SkeletonAvatarProps 的 size props 支持传入数字。#16128 @MrHeer
  • 🌟 notification.config 现在支持 getContainer 来进行自定义 dom 渲染位置。#16123 @Nouzbe
  • 🌟 Drawer 支持 afterVisibleChange props,在抽屉动画完成后触发。#16228
  • 🌟 Form.Item 支持了 htmlFor props. #16278
  • 🌟 Collapse 支持 expandIconPosition props。#16365
  • 🌟 Carousel 支持自定义面板指示点的位置。#16225 @yociduo
  • 🌟 TreeNode 支持 checkable 的属性。#16369
  • 🌟 🇭🇷 新增克罗地亚语言包。#15641 @fpintaric
  • 🐞 修复 Drawer 组件的弹出动画闪烁的问题。#16358
  • 🐞 修复 Slider 的文字会换行的问题。#15128
  • 🐞 修复 Checkbox.Group onChange 会包含移除值得问题。#16392
  • 🐞 修正了多处 Typescript 的类型错误。#16043 #16341 #16343 #16360 #16344
Commits

The new version differs by 1115 commits.

  • 6bcd4b4 bump 3.17.0
  • 785c132 meger feature to master (#16421)
  • 20ddb40 update doc (#16422)
  • 3c26bde fix nest style (#16419)
  • 6947d1b fix: TypeScript definitions for Select component's onSelect / onDeselect props, update inaccurate docs (#16344)
  • 4af2b62 fix: Add some missing TypeScript prop definititions and clean up date-picker definitions (#16342)
  • 0350544 fix: username misspelling in the form. (#16398)
  • 106423f Upgrade TypeScript ECMAScript support from es7 (= ECMAScript 2016) to es2017 (= ECMAScript 2017) (#16340)
  • 7a7aa65 fix: Checkbox.Group onChange should not pass removed value (#16392)
  • 9403eae Merge pull request #16395 from ant-design/fix-auto-complete-align
  • 084deeb :bug: Fix AutoComplete align issue
  • 1a8d5f6 Merge pull request #16390 from ant-design/improve-upload-demo
  • 9ca4941 Merge pull request #16391 from ztplz/fix_typo
  • ffcee17 Fix some typos
  • bde2eb3 :clapper: use new file upload mock API

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.18.0
  • 🌟 Transfer support children prop to customize render list. #16026
  • 🌟 Pagination support disabled prop. #16493
  • 🌟 Upgrade @ant-design/icons and @ant-design/icons-react to 2.0 for fix lots of missing icons. #15874
  • 🐞 Fix Form hasFeedback overlap issue with Input.Password. #16445
  • 🐞 Fix Select selected and disabled item wrong hover color. #16477
  • 🐞 Fix disabled Upload being triggered by label. #16483
  • 🐞 Fix hoist-non-react-statics compilation error. #16397 @ztplz
  • 🐞 Fix customize icon style in Notification size not correct. #16507
  • 🐞 Fix PageHeader should not render blank dom when title is undefined. #16510 @yociduo
  • ⚡️ Print reject error when Modal's onOk callback return an promise rejects. #16437 @jas0ncn
  • TypeScript
    • ⚡️ Improve Table column.filterDropdown type. #16446
    • ⚡️ Add Select missing type definition maxTagTextLength. #16504 @SylvanasGone
    • ⚡️ Improve return type of getFieldError in Form. #16524 @vicrep
    • 🐞 Fix List missing style prop definition. #16485

  • 🌟 Transfer 支持 children 来自定义渲染列表。#16026
  • 🌟 Pagination 支持 disabled 属性。#16493
  • 🌟 升级 @ant-design/icons@ant-design/icons-react 到 2.0 修复一些图标缺失的问题。#15874
  • 🐞 修复 Form hasFeedback 和 Input.Password 一起使用时互相重叠的问题。#16445
  • 🐞 修复 Select 当前选中的失效项的样式问题。#16477
  • 🐞 修复 Upload disabled 状态下会被 label 激活的问题。#16483
  • 🐞 修复 hoist-non-react-statics 导致的编译错误问题。#16397 @ztplz
  • 🐞 修复自定义图标在 Notification 组件中的大小不对的问题。#16507
  • 🐞 修复 PageHeader 组件当 title 为空时不应该渲染空白元素的问题。#16510 @yociduo
  • ⚡️ 当 Modal 组件 onOk 回调返回的 Promise 被 Reject 的时候,打印错误。#16437 @jas0ncn
  • TypeScript
    • ⚡️ 完善 Table 中 column.filterDropdown 的定义。#16446
    • ⚡️ 添加 Select 中 maxTagTextLength 的定义。#16504 @SylvanasGone
    • ⚡️ 完善 Form 中 getFieldError 的返回值的定义。#16524 @vicrep
    • 🐞 修复 List 组件缺少 style 定义的问题。#16485
Commits

The new version differs by 1232 commits.

  • ad262e7 Merge pull request #16538 from ant-design/feature
  • 5375f51 docs: changelog for 3.18.0 (#16539)
  • 1198fb6 update doc (#16545)
  • a4baec0 Merge pull request #16537 from ant-design/chore/mergemaster
  • adfc435 merge master
  • b92020c docs: 📝 changelog for 3.17.1 (#16534)
  • 16f7d66 Merge pull request #16531 from abgaryanharutyun/patch-2
  • b8c5671 Just a spelling update
  • b3e90d7 Merge pull request #16524 from vicrep/patch-1
  • 6119095 fix(forms): improve field error method type defs
  • 6eacfd7 fix[Select]: add missing type definition (#16504)
  • fb8f947 Update confirm-promise.md
  • 0156886 fix: codesandbox not support slash import (#16509)
  • e88589d feat: Pagination support disabled prop (#16493)
  • 2bfecc3 📝 Update Menu docs (#16513)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.18.1
  • 🐞 Remove useless module.export of package. #antd-tools

  • 🐞 移除打包后多余的 module.export#antd-tools
Commits

The new version differs by 2 commits.

  • 4ac390b docs: Add changelog (#16559)
  • 399778c update snapshot (#16556)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

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 108 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 108 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.19.1
  • 🐞 Fix Tooltip not hidden when Menu collapsed in control mode. #16812
  • 🐞 Fix Description warning with column count not correct. #16819
  • 🐞 Correct typo icon names canlendar / interation to calendar / interaction. #16818
  • TypeScript
    • ⚡️ Fix Mentions definition. #16814
    • ⚡️ Update Select onSelect & onDeselect prop definition. #16817

  • 🐞 修复 Menu 在受控模式下收起 Tooltip 不消失的问题。#16812
  • 🐞 修复 Descriptions 排列警告信息逻辑错误的问题。#16819
  • 🐞 修复图标 canlendarinteration 为正确的拼写 calendarinteraction#16818
  • TypeScript
    • ⚡️ 修复 Mentions 定义。#16814
    • ⚡️ 完善 Select 中 onSelectonDeselect 属性的定义。#16817
Commits

The new version differs by 7 commits.

  • 35d23ed docs: 3.19.1 change-log (#16820)
  • 79a6b70 :bug: Fix typo name icons, add warning and update docs (#16818)
  • d6c926d Fix typescript compile error (#16816)
  • 29ec272 fix: Descriptions warning should work as expect (#16819)
  • 6853402 fix: Select ts define (#16817)
  • 008136e fix: Tooltip not hidden when menu is in control mode (#16812)
  • c5aaeb8 fix: mentions ts definition update (#16814)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.19.4
  • PageHeader
    • 🐞 Fix abnormal margin issue of PageHeader extra. #17025
    • 🐞 Fix the onBack button displays a pointer that is not always clickable. #17114
  • 🐞 Fix Table with sort not back to first page. #16978
  • 🐞 Fix Menu.SubMenu with selected item should have active style. #17039
  • 🐞 Fix Tree with showLine animation shake. #17055
  • 🐞 Fix Collapse's redundant scrollbar. #17009 #mtadams007
  • 🐞 Fixing date formats for Arabic-Egypt locale. #17092 #3b3ziz
  • 🐞 Fix Input not align with other components in Chrome. #17082
  • 💄 Adjust bordered table header scrollbar style. #17065
  • 🌟 Make Divider style customization easier. #17113
  • 🇷🇺 Add missing Russian translations. #17108 #Enfield1
  • 🌟 Add new less variables #17041 #SamKirkland
    • @comment-font-size-base
    • @comment-font-size-sm

  • PageHeader
    • 🐞 修复 extra 的一个元素边距问题。#17025
    • 🐞 修复手型鼠标指针并不总是可点击的问题。#17114
  • 🐞 修复 Table 数据排序后不会回到第一页的问题。#16978
  • 🐞 修复 Menu 选项的子菜单选中并收起时没有高亮的问题。#17039
  • 🐞 修复 Tree 使用 showLine 时动画抖动的问题。#17055
  • 🐞 修复 Collapse 会出现多余滚动条的问题。#17009 #mtadams007
  • 🐞 修复 DatePicker 阿拉伯语的时间格式。#17092 #3b3ziz
  • 🐞 修复 Input 与其他组件不对齐的问题。#17082
  • 💄 优化带边框 Table 的滚动条样式细节。#17065
  • 🌟 优化 Divider 实现方式以方便样式定制。#17113
  • 🇷🇺 新增部分俄语翻译。#17108 #Enfield1
  • 🌟 新增 less 变量 #17041 #SamKirkland
    • @comment-font-size-base
    • @comment-font-size-sm
Commits

The new version differs by 46 commits.

  • 6ac0ed7 Bump 3.19.4
  • 7b50f19 Add 3.19.4 changelog (#17115)
  • d10f550 Add 3.19.4 changelog
  • 8efc0ff :rotating_light: Fix eslint
  • cb4a86a Merge pull request #17114 from ant-design/fix17109
  • 5296623 Merge pull request #17113 from ant-design/fix-divider-style
  • 4373ef1 fix #17109 ,fix pointers is not always a clickable problem
  • 7c2846b :lipstick: Make Divider style customization easier
  • e8e81e2 Merge pull request #17108 from Enfield1/fix_ru_locale
  • 6a5f2e9 Add missing russian translations
  • 65eb713 Merge pull request #17100 from ant-design/fix-input-align
  • 3606d15 :bug: Fix Input not align with other components in Chrome
  • edcd2ca Merge pull request #17098 from JohnsenZhou/patch-1
  • 2efa79b Update index.zh-CN.md
  • df23f0d Merge pull request #17092 from 3b3ziz/master

There are 46 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.19.5
  • 🐞 Fix RangerPicker input style not align. #17126
  • 🐞 Fix getPopupContainer of ConfigProvider not works on Modal. #17132
  • TypeScript
    • 🐞 Fix Descriptions.Item definition. #17049

  • 🐞 修复 RangerPicker 输入框内容没有对齐的问题。#17126
  • 🐞 修复 ConfigProvider 的 getPopupContainer 对 Modal 无效的问题。#17132
  • TypeScript
    • 🐞 修复 Descriptions.Item 的类型定义。#17049
Commits

The new version differs by 10 commits.

  • 7f43ac5 update changelog (#17133)
  • b402517 fix modal not support configProvider (#17132)
  • dc1572c fix style (#17126)
  • e0bfcab chore: Fix react-dnd CI (#17130)
  • ae26f76 fix ts lint warning (#17049)
  • 3b9b987 :up: upgrade devDeps
  • 30ac0a0 Merge pull request #17118 from ant-design/fix-lgtm-errors
  • e3565ac :rotating_light: Fix lgtm errors
  • 6c60092 Merge pull request #17119 from ant-design/upgrade-eslint-config-prettier
  • 1c46e31 :up: upgrade eslint-config-prettier version

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.19.6
  • 🐞 Fix nest Card extra position not correct. #17140
  • 🐞 Fix Table crash while filter dynamic change. #17141
  • 🐞 Fix TextArea & DatePicker separator position too low and align issue. #17165

  • 🐞 修复嵌套 Card extra 位置不正确的问题。#17140
  • 🐞 修复 Table 动态改变 filter 时报错的问题。#17141
  • 🐞 修复 TextArea 和 RangePicker 分隔符位置偏下和对齐的问题。#17165
Commits

The new version differs by 7 commits.

  • 5f816ba docs: 3.19.6 changelog (#17166)
  • dc4102d reset line-height of TextArea & Picker (#17165)
  • a676f37 Merge pull request #17161 from shaderzak/patch-1
  • baac048 Fix English translation
  • b77dbd3 fix: Table crash when filter dynamic change (#17141)
  • ebdc704 fix: Nest Card extra position not correct (#17140)
  • cfe4de5 update modal doc (#17137)

See the full diff