holokron / f1-almanac

Formula 1 Almanac
https://f1-almanac.pl
0 stars 0 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency antd was updated from 3.16.6 to 3.17.0.

🚨 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 direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/holokron/f1-almanac/builds/528643242?utm_source=github_status&utm_medium=notification)).

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 35 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 35 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.16.6 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

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 117 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 117 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.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 45 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 45 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.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 106 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 106 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.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 113 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)
  • 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

There are 113 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.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 157 commits.

There are 157 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.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 220 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 220 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.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 266 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 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.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 276 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
  • 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

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.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 283 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)
  • 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

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

Commits

The new version differs by 315 commits.

  • a3fb511 Merge pull request #17227 from ant-design/changelog-3.19.7
  • af090dc :memo: 3.19.6 English changelog
  • 9b6fbfc docs: upgrade about npm create umi
  • 6b83865 :memo: Release 3.19.7
  • 606ed90 Merge pull request #17229 from ant-design/adjust-modal-padding-bottom
  • 0de4bd8 Merge pull request #17228 from ant-design/fix-sider-z-index
  • ce04af8 Merge pull request #17063 from wonderjar/master
  • ad39a94 :bug: Fix Layout.Sider‘s zero-width trigger z-index
  • 0ea94b9 :bug: Fix Modal 24px bottom area not trigger mask click
  • a4d7593 Merge pull request #17120 from Zzzen/master
  • 0a7432e Merge pull request #17209 from ant-design/pageheader-show-all-breadcrumb
  • 6ffef83 :zap: fix polyfill.min.js
  • 5c909e3 Merge pull request #17223 from ant-design/fix-table-scrollbar-in-IE
  • bdfd877 :bug: Fix a Table scrollbar style in IE
  • 07c85ea fix: Clone only valid react child elements (#17207)

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.19.8
Commits

The new version differs by 14 commits.

  • 3eb7130 :sparkles: 3.19.8
  • f6121aa Merge pull request #17249 from ant-design/revert-form-type
  • 3f8589c chore: code style
  • c0bd255 lock eslint-plugin-react for yannickcr/eslint-plugin-react#2319
  • 57c28de revert unknown to any
  • 936fea5 :bug: Fix onRow return types
  • d5be7ce Update FUNDING.yml
  • 4c84c41 :bug: Revert Form type unknown to any
  • 4875d2d Merge pull request #17236 from ant-design/upgrade-eslint
  • 40a38ff Merge pull request #17239 from babbarankit/patch-2
  • 71f3e36 Merge pull request #17237 from babbarankit/patch-1
  • 0bb7f60 Update SubMenu.tsx
  • 26e427c Tabs props missing prop
  • 13deeb2 :up: upgrade eslint to 6.0

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.20.0

Progress

- 🔥 Optimize PageHeader className naming. [#17321](https://github.com//pull/17321) - 🐞 Drawer fixes `maskCloseble` to false, keyboard ESC closes invalid. [#17316](https://github.com//pull/17316) - 🐞 Fixed an issue where Drawer closes not calling `afterVisibleChange` in Edge. [#17311](https://github.com//pull/17311) - 🌟 Drawer adds `keyboard` to allow opening and closing of responses to keyboard events. [#17316](https://github.com//pull/17316) - 🌟 Popconfirm adds the `disabled` props to control whether the click child element pops up. [#16985](https://github.com//pull/16985) [@lhyt](https://github.com/lhyt) - ⌨️ Improve TimePicker accessibility. [#17099](https://github.com//pull/17099) - 💄 Fix Tooltip arrow shadow style. [#17264](https://github.com//pull/17264) - 🐞 Fix Descriptions.Item not support `className`. [#17280](https://github.com//pull/17280) - 🐞 Fixing Descriptions.Item does not set a label and will also display the `:` question. [#17337](https://github.com//pull/17337) - 🐞 Fixed the incorrect color of the `placeholder` of the Mentions. [#17317](https://github.com//pull/17317) - 🐞 Fixed incorrect line-height for Mentions. [#17347](https://github.com//pull/17347) - 💄 Fixed small Table header background to white according to design spec. [#17351](https://github.com//pull/17351) - 🌟 The CheckboxGroup`onChange` value keeps the order of the options. [#17342](https://github.com//pull/17342) [@yoyo837](https://github.com/yoyo837) - 🐞 Fix Tooltip not work correctly on disabled Switch. [#17372](https://github.com//pull/17372) - 💄 add variables [#16843](https://github.com//pull/16843) [#17031](https://github.com//pull/17031) [#16996](https://github.com//pull/16996) [@alxkosov](https://github.com/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](https://github.com//pull/17331) - 🐞 Skeleton AvatarProps `size` supports number. [#17331](https://github.com//pull/17331) - 📝 Updated several documents. [#17336](https://github.com//pull/17336) [#17345](https://github.com//pull/17345) [#17355](https://github.com//pull/17355)

Progress

- 🐞 Drawer 修复 `maskCloseble` 为 false,键盘 ESC 关闭无效的问题。[#17316](https://github.com//pull/17316) - 🐞 修复在 Edge 下 Drawer 关闭后没有调用 `afterVisibleChange` 的问题。[#17311](https://github.com//pull/17311) - 🌟 Drawer 新增 `keyboard`,允许打开关闭对键盘事件的响应。[#17316](https://github.com//pull/17316) - 🌟 Popconfirm 增加 `disabled` props,用于控制点击子元素是否弹出。[#16985](https://github.com//pull/16985) [@lhyt](https://github.com/lhyt) - ⌨️ 改进 TimePicker 可访问性。[#17099](https://github.com//pull/17099) - 💄 修复 Tooltip 箭头阴影样式。[#17264](https://github.com//pull/17264) - 🐞 修复 Descriptions.Item 不支持 `className` 的问题。[#17280](https://github.com//pull/17280) - 🐞 修复 Descriptions.Item 不设置 label,也会显示 `:` 的问题。[#17337](https://github.com//pull/17337) - 🐞 修复 Mentions 组件的 `placeholder` 颜色不正确的问题。[#17317](https://github.com//pull/17317) - 🐞 修复 Mentions 组件的行高不正确的问题。[#17347](https://github.com//pull/17347) - 💄 按照设计规范修复小号 Table 的背景色。[#17351](https://github.com//pull/17351) - 🌟 CheckboxGroup `onChange` 值保持选项的顺序。[#17342](https://github.com//pull/17342) [@yoyo837](https://github.com/yoyo837) - 🐞 修复 Tooltip 在 disabled Switch 中工作不正确的问题。[#17372](https://github.com//pull/17372) - 💄 增加 less 变量 [#16843](https://github.com//pull/16843) [#17031](https://github.com//pull/17031) [#16996](https://github.com//pull/16996) [@alxkosov](https://github.com/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 - 🌟 改进 Switch 的类型定义。[#17331](https://github.com//pull/17331) - 🐞 Skeleton AvatarProps `size` 支持 number。[#17331](https://github.com//pull/17331) - 📝 更新了几处文档。[#17336](https://github.com//pull/17336) [#17345](https://github.com//pull/17345) [#17355](https://github.com//pull/17355)
Commits

The new version differs by 94 commits.

  • 0ea9779 publish 3.20.0
  • bbb1690 add 3.20.0 changelog (#17365)
  • 4d5dae0 Merge pull request #17377 from ant-design/fix-test
  • 859be32 Merge pull request #17376 from ant-design/feature
  • be33ebf update test case
  • 4972383 feat: New Components Result (#17244)
  • a5f4956 fix: Tooltip not work correctly on disabled Switch (#17372)
  • 12c577d docs: Update menuItemSelectedIcon desc of Select
  • 319b11d Merge pull request #17364 from ant-design/feature
  • 8eceb04 update snap
  • 722b39e Merge branch 'master' into feature
  • f557cf8 Merge pull request #17355 from NsNe/develop
  • 95c0a4e Merge pull request #17321 from ant-design/optimize-pageHeader-className-naming
  • b5d629a docs(Table): update description of hideDefaultSelections
  • c3a3db3 Merge pull request #17345 from hengkx/fix-17267

There are 94 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.20.1
  • 💄 Optimize TimePicker focus style. #17447
  • 💄 Optimize DatePicker arrow style for resolve messy when not use utf-8. #17480
  • 🐞 Remove useless props which Drawer pass to rc-drawer for avoid error. #17390
  • 🐞 Fix Tabs disabled tab and next icon style. #17500
  • 🐞 Fix Result's problem that the className is empty and the class name is wrong. #17389
  • 🐞 Fix DatePicker's input box is obscured on safari. #17421
  • 🐞 Fix typo icon name colum-height to column-height. #17458
  • TypeScript

  • 💄 优化 TimePicker 聚焦状态的样式。#17447
  • 💄 优化 DatePicker 箭头样式,解决非 utf-8 编码下箭头样式乱码的问题。#17480
  • 🐞 删除 Drawer 中传给 rc-drawer 的不必要的属性避免报错。#17390
  • 🐞 修复 Tabs 当前失效页签样式以及切换图标错位 2px 的问题。#17500
  • 🐞 修复 Result 组件 className 为空造成类名错误的问题。#17389
  • 🐞 修复 safari 浏览器 DatePicker 组件输入框被遮挡的问题。#17421
  • 🐞 修复图标名 colum-heightcolumn-height#17458
  • TypeScript
    • 🐞 修复 Form onSubmit TypeScript 定义。#17412
    • 🐞 修复 AutoComplete 多余的 loading 属性 TypeScript 定义。#17433
    • 🐞 修复 Switch 的 onClick 的 TypeScript 定义。#17502 @DiamondYuan
Commits

The new version differs by 132 commits.

  • bc6c0f1 chore: changelog for 3.20.1 (#17499)
  • 1d2bc07 fix: some tabs style (#17500)
  • 47b85c9 lock @babel/plugin-transform-typescript to ~7.4.5
  • 4d1fe60 lock @babel/plugin-transform-typescript again
  • e9b370d :memo: Add documentation for LocaleProvider and List
  • 0f6b8c8 :up: upgrade react-dnd
  • b9ffa8a Merge pull request #17502 from ant-design/fix/fix-switch-type
  • 6b7ad10 fix: fix type of SwitchProps
  • c484fdf :zap: Remove @babel/plugin-transform-typescript dep
  • 5375bf0 Merge pull request #17480 from ant-design/change-date-picker-arrow
  • a517a9e chore: Lock @babel/plugin-transform-typescript version (#17486)
  • 6498cbb :lipstick: change another arrow style
  • a129846 rm drawer config consumer props (#17390)
  • 1fc1710 doc: split demos (#17415)
  • b1e63be fix: icon typo (#17458)

There are 132 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.20.2
  • 📖 Add version description for every features. #17373 @muzea
  • 🐞 Fix Button transition style when loading. #17596 @LilyWakana
  • Cascader - 🐞 Fix not display notFoundContent when options.length is 0. #17538 - 🐞 Fix option's loading not aligned when isLeaf is true. #17550 - 🐞 Fix over-length text covered by arrow. #17583
  • 🐞 Fix Input style when suffix and clear icon exist both. #17508 @LilyWakana
  • TypeScript - 💄 Improve type definition of Cascader's option. #17581 @MrHeer - 🐞 Fix type definition of Descriptions.title. #17412 - 🐞 Fix type definition of Collapse.activeKey, Collapse.defaultActiveKey and CollapsePanel.key. #17557 @thylsky

  • 📖 文档中增加对组件新特性的版本说明。#17373 @muzea
  • 🐞 修复 Button 组件的 loading 样式问题。#17596 @LilyWakana
  • Cascader - 🐞 修复 options 为空时不展示空内容的问题。#17538 - 🐞 修复 option 的 isLeaf 为 true 时 loading 样式没有对齐的问题。#17550 - 🐞 修复文本过长被箭头遮挡的问题。#17583
  • 🐞 修复 Input 组件存在多个后缀图标时的样式错乱问题。#17508 @LilyWakana
  • TypeScript - 💄 完善 Cascader 的 option 类型定义。#17581 @MrHeer - 🐞 修复 Descriptions 的 title 类型定义。#17412 - 🐞 修复 Collapse 的 activeKey、defaultActiveKey 以及 Collapse.Panel 的 key 类型定义。#17557 @thylsky
Commits

The new version differs by 170 commits.

  • aec0eb9 Bump 3.20.2
  • 54a992c fix: Style property orders
  • 5e79e51 docs: Add the changelog of 3.20.2 (#17621)
  • 9afe726 perf: setState only when activeKey changed (#17620)
  • 6c9b177 Fix Collapse Panel key type. (#17557)
  • 8798198 fix(test): Jest with ES Modules of react-dnd (#17607)
  • e49707c Update responsive.md (#17586)
  • aa70ae0 Merge pull request #17525 from ant-design/dependabot/npm_and_yarn/babel/plugin-transform-typescript-approx-7.5.1
  • 44aa1bd Merge pull request #17592 from pengtikui/master
  • ade577a Merge pull request #17596 from LilyWakana/issue17569
  • 001384a fix: button loading style(#17569)
  • e17e325 docs: fix typo
  • a46eb8e Update package.json
  • 3ed4128 Merge pull request #17589 from yongdamsh/patch-1
  • 4301172 docs: fix tag name in the API example

There are 170 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.20.3
  • 🚨 Revert change of Input suffix style in #17508, since it causes other problems

  • 🚨 回滚 #17508 中对 Input 后缀样式的修改,因其导致了其他更多问题。
Commits

The new version differs by 178 commits.

  • f4095ef Fix css properties orders
  • 188cd35 Bump 3.20.3
  • 735c04a Add 3.20.3 changelog (#17646)
  • 437defc Add 3.20.3 changelog
  • 5b7c922 Revert #17508 (#17639)
  • 491e388 :white_check_mark: fix snapshot
  • 138abc8 Merge pull request #17633 from Willworkgogogo/patch-1
  • 20fa17b Update 404.md
  • aec0eb9 Bump 3.20.2
  • 54a992c fix: Style property orders
  • 5e79e51 docs: Add the changelog of 3.20.2 (#17621)
  • 9afe726 perf: setState only when activeKey changed (#17620)
  • 6c9b177 Fix Collapse Panel key type. (#17557)
  • 8798198 fix(test): Jest with ES Modules of react-dnd (#17607)
  • e49707c Update responsive.md (#17586)

There are 178 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.20.4
  • 🐞 Fix multiple level Drawer with falsy mask, parent Drawer can not collapse after removing sub component. #17698
  • 🐞 Fix Table border radius missing in Firefox. #17641
  • 🐞 Fix Menu throw warning Cannot update during an existing state transition. #17657
  • 🐞 Fix Affix not resize when container size changed. #17678
  • 🐞 Fix Anchor not update bind element when getContainer changed. #17677
  • 🐞 Fix window scroll issue when using Modal and Drawer same time. #17600
  • 🌟 Empty description supports false. #17659 @billfeller
  • 💄 Remove Pagination element underline style to avoid polluted by global style. #17728
  • 💄 Extends Card action click area. #17705 @lhx6538665
  • 💄 Tweak less variables and UI to improve style customization. #17705
    • Optimize danger Button UI design.
      image
    • Fix @border-radius-sm not working for Slider, TreeSelect.
    • Added some less variables for Progress, Tabs, Slider and Timeline.
  • TypeScript

  • 🐞 修复多层级 Drawer 的 mask 为 false 时,卸载子级组件后父抽屉不收回的问题。#17698
  • 🐞 修复 Table 圆角样式在 Firefox 下丢失的问题。#17641
  • 🐞 修复 Menu 抛出 Cannot update during an existing state transition 警告的问题。#17657
  • 🐞 修复 Affix 容器变化时尺寸不变的问题。#17678
  • 🐞 修复 Anchor 监听元素不随着 getContainer 变化的问题。#17677
  • 🐞 修复 Modal 和 Drawer 同时使用导致的窗体滚动条冲突的问题。#17600
  • 🌟 Empty description 支持 false#17659 @billfeller
  • 💄 去除 Pagination 元素下划线以防止被全局样式污染。#17728
  • 💄 拓展 Card action 可点击区域。#17705 @lhx6538665
  • 💄 对 Less 变量进行了一波调整,以适应更多细节风格定制。#17697
    • 调整危险按钮样式。
      image
    • 修复 @border-radius-sm 对 Slider、TreeSelect 不生效的问题。
    • Progress、Tabs、Slider、Timeline 组件补充 less 变量。
  • TypeScript
Commits

The new version differs by 247 commits.

  • e83566b docs: update changelog (#17739)
  • bc8cb6e :memo: fix changelog markdown style
  • a3d3f88 Merge pull request #17733 from kdnk/update-lodash
  • 8d0ce71 Update lodash
  • 4465c03 Merge pull request #17728 from ant-design/fix-pagination-style
  • 5192440 Merge pull request #17719 from ReganL/patch-1
  • b7b1bcf :lipstick: pagiation item hovering without underline
  • f0c5f7e Fixed typo in use-with-create-react-app.en-US.md
  • cdcbb54 fix dekko test (#17707)
  • d032784 Merge pull request #17705 from lhx6538665/patch-4
  • 28d70f5 让card的action更容易点击
  • 57c9c1f Merge pull request #17697 from ant-design/improve-less-variables
  • f5e318a Merge pull request #17698 from ant-design/drawer-multi-unmount
  • bc39c15 add test
  • d4c90d4 fix: delete drawer in child and re-render, no push started

There are 247 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.20.5
  • 🐞 Fix <Button type="danger" ghost /> broken style. #17743

  • 🐞 修复 <Button type="danger" ghost /> 样式问题。#17743
Commits

The new version differs by 252 commits.

  • bf2abd1 :sparkles: 3.20.5
  • 896e4e8 Merge pull request #17743 from ant-design/fix-danger-ghost-button
  • 3f2e1b1 Merge pull request #17708 from cottom/chore/remove-extra-disabled
  • 3c771b3 :bug: Fix Button danger style when type is ghost
  • 77d8c92 chore: remove unnecessary disable default props
  • e83566b docs: update changelog (#17739)
  • bc8cb6e :memo: fix changelog markdown style
  • a3d3f88 Merge pull request #17733 from kdnk/update-lodash
  • 8d0ce71 Update lodash
  • 4465c03 Merge pull request #17728 from ant-design/fix-pagination-style
  • 5192440 Merge pull request #17719 from ReganL/patch-1
  • b7b1bcf :lipstick: pagiation item hovering without underline
  • f0c5f7e Fixed typo in use-with-create-react-app.en-US.md
  • cdcbb54 fix dekko test (#17707)
  • d032784 Merge pull request #17705 from lhx6538665/patch-4

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.20.6
  • 🐞 Fix Col miss the place when its height is 0. #17748 @yoyo837
  • 🐞 Fix Cascader was broken when options's children is null. #17756
  • 🐞 Fix Checkbox padding where all spans align left. #17752 #17761 @inovux
  • 🐞 Fix Input line height style bug in IE. #17759
  • 🐞 Fix last item of Rate has additional margin. #17764 @inovux
  • 🐞 Fix Radio.Button disabled item border style. #17775
  • 🐞 Fix DatePicker @input-hover-border-color variables not working. #17784
  • 🐞 Fix Transfer not re-render list when dataSource with lazy. #17783
  • 🐞 Fix RangePicker defaultValue startTime later than endTime. #17694 @mraiguo
  • 💄 Tweak long placeholder truncate style. #17797 @Kapiroska
  • 🐞 Fix Menu circular dependencies. #17805 @phthhieu
  • 🐞 Fix Alert message style. #17808 @mtadams007
  • 🐞 Fix Result extra is not centered. #17786 @nnecec
  • 🐞 Fix Progress with mini value not keeps bar radius round. #17819
  • 🐞 Fix Statistic.Countdown format not escaping characters in square brackets. #17841
  • 🐞 Fix Table custom filterDropdown always triggering onChange in some situations. #17846
  • 🐞 Fix TimePicker weird render bug in Safari. #17857

  • 🐞 修复 Col 在高度为 0 时的占位问题。 #17748 @yoyo837
  • 🐞 修复 Cascader optionschildrennull 时报错的问题。#17756
  • 🐞 修复 Checkbox 左对齐的内边距问题。#17752 #17761 @inovux
  • 🐞 修复 Input 在 IE 下错位的问题。#17759
  • 🐞 修复最后一个 Rate 有额外边距的问题。#17764 @inovux
  • 🐞 修复 Radio.Button 失效项的边框样式问题。#17775
  • 🐞 修复 DatePicker @input-hover-border-color 变量不生效的问题。#17784
  • 🐞 修复 Transfer 在 lazy 时更新数据不触发重新渲染的问题。#17783
  • 🐞 修复 RangePicker defaultValue 中开始时间可大于结束时间的问题。#17694 @mraiguo
  • 💄 优化 placeholder 文字过长时的截断样式兼容性问题。#17797 @Kapiroska
  • 🐞 修复 Menu 循环依赖的问题。#17805 @phthhieu
  • 🐞 修复 Alert message 样式问题。#17808 @mtadams007
  • 🐞 修复 Result extra 部分不居中的问题。#17786 @nnecec
  • 🐞 修复 Progress 在 value 较小时,左边条不够圆的问题。#17819
  • 🐞 修复 Statistic.Countdown format 不支持方括号保留字符串的问题。#17841
  • 🐞 修复 Table 自定义 filterDropdown 在某些情况下消失时总是触发 onChange 的问题。#17846
  • 🐞 修复 TimePicker 在 Safari 下的滚动条渲染问题。#17857
Commits

The new version differs by 304 commits.

  • 3e62daf Release 3.20.6 (#17861)
  • eb6307f :memo: changelog
  • f7d7d58 fix: readme
  • 5752fb5 fix: lazy
  • d7ab9c4 :memo: en changelog
  • 1a183dd fix: docs changelog cn
  • 902a813 :memo: zh-CN changelog
  • e6874e4 Merge pull request #17857 from ant-design/fix-safari-style
  • be030d2 :bug: Fix TimePicker safari render bug
  • d933e5e Merge pull request #17846 from ant-design/fix-table-filter-dropdown
  • ce7ab24 :bug: Fix Table filterDropdown always trigger onChange
  • 22179f3 :lipstick: code style optimizaiton
  • bce3696 fix count escape (#17841)
  • d4164f6 Update faq.en-US.md (#17832)
  • bc2d246 :lipstick: correct @input-hover-border-color (#17820)

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.20.7
  • 🐞 Fix Upload can not click in Form.Item. #17897

  • 🐞 修复 Upload 在 Form.Item 中无法点击的问题。#17897
Commits

The new version differs by 306 commits.

  • 5a128c4 docs: add changelog (#17902)
  • 24bfcac fix: Upload can not click in Form.Item (#17897)
  • 3e62daf Release 3.20.6 (#17861)
  • eb6307f :memo: changelog
  • f7d7d58 fix: readme
  • 5752fb5 fix: lazy
  • d7ab9c4 :memo: en changelog
  • 1a183dd fix: docs changelog cn
  • 902a813 :memo: zh-CN changelog
  • e6874e4 Merge pull request #17857 from ant-design/fix-safari-style
  • be030d2 :bug: Fix TimePicker safari render bug
  • d933e5e Merge pull request #17846 from ant-design/fix-table-filter-dropdown
  • ce7ab24 :bug: Fix Table filterDropdown always trigger onChange
  • 22179f3 :lipstick: code style optimizaiton
  • bce3696 fix count escape (#17841)

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.21.0
  • 🌟 Breadcrumb adds Separator component. #17873 @long-zhuge
  • 🌟 Descriptions adds colon props. #17560 @hengkx
  • 🌟 Rotate zero when Sider triggers in right mode. #18043 @kagawagao
  • 🌟 Table add getPopupContainer props. #17806
  • 🌟 Add new color gray for Timeline.Item for unfinished or disabled status. #17731
  • 🌟 Upload adds transformFile to support transforming file before file uploading. #18009 @lijinke666
  • 🐞 Fix ConfigProvider getPopupContainer not working in Table. #17806
  • 🐞 Fix Statistic font not align with global font. #18044
  • 🐞 Fix Form.Item label replace regexp. #17985 @shaodahong
  • 🐞 Fix Select search style. #17760 @chenyizhongx
  • 🐞 Fix DatePicker style bug when mode is decade. #17887 @xrkffgg
  • 🐞 Fix wave effect performance of Button and other related component. #17945
  • 🐞 Fix Tabs tabBarExtraContent align issue. #17969
  • 🐞 Fix Tabs error when type is editable-card and child component is false. #17965 @oldturkey
  • 🐞 Remove a tag in Alert's close tag. #17872 @geograous
  • 💄 Unified drawer and modal mask opacity. #17943
  • 💄 Optimize RangePicker focus style. #17983
  • 💄 Tag now will be rendered as a span. #17971
  • 💄 Enhance accessibility of Table expanded icon. #17781
  • 💄 Merge LocaleProvider into ConfigProvider. #17816
  • 💄 Add some less variables. #17976 @Yangzhedi #17613 @alxkosov:
    • @table-footer-bg
    • @table-footer-color
    • menu-icon-size
    • menu-icon-size-lg
  • 🇲🇾 Add locale Malay. #17546 @austin-krave
  • 🇸🇪 Add Swedish translation for Typography (Text) component. #17858 @Malven
  • 🇫🇷 Add French translation for Typography (Text) component. #17418 @Clafouti
  • 🏴 Add Tamil spanish translations. #17903 @sivaraj-dev
  • TypeScript

  • 🌟 新增 Breadcrumb.Separator 组件,可进行 separator 自定义。#17873 @long-zhuge
  • 🌟 Descriptions 新增 colon 属性。#17560 @hengkx
  • 🌟 当 Sider 在右边时,翻转 trigger 方向。#18043 @kagawagao
  • 🌟 Table 新增 getPopupContainer 属性用于设置表格内的各类浮层渲染节点。#17806
  • 🌟 Timeline.Item 新增 gray 色彩类型,可用于未完成或失效状态。#17731
  • 🌟 Upload 新增 transformFile 支持上传之前转换文件。#18009 @lijinke666
  • 🐞 修复 ConfigProvider getPopupContainer 对 Table 不生效的问题。 #17806
  • 🐞 修复 Statistic 字体与全局字体不一致的问题。#18044
  • 🐞 修复 Form.Item label 正则替换问题。#17985 @shaodahong
  • 🐞 修复 Select 搜索框箭头样式问题。 #17760 @chenyizhongx
  • 🐞 修复 DatePicker 中选择 mode 为 decade 时,border 样式 bug。#17887 @xrkffgg
  • 🐞 修复 Button 以及相关组件的波纹性能问题。#17945
  • 🐞 修复 Tabs tabBarExtraContent 不居中对齐的问题。#17969
  • 🐞 修复 Tabs 在 typeeditable-card 且子组件为 false 值时会报错的问题。#17965 @oldturkey
  • 🐞 移除 Alert 关闭标签中的 a 标签。#17872 @geograous
  • 💄 统一 Drawer 和 Modal 的 mask 透明度为 45%。#17943
  • 💄 优化 RangePicker 当前选中样式,与 DatePicker 样式统一。#17983
  • 💄 调整 Tag 的 html 标签为 span#17971
  • 💄 提升 Table 展开按钮的无障碍体验。#17781
  • 💄 将 LocaleProvider 合并入 ConfigProvider。#17816
  • 💄 增加 less 变量 #17976 @Yangzhedi #17613 @alxkosov
    • @table-footer-bg
    • @table-footer-color
    • menu-icon-size
    • menu-icon-size-lg
  • 🇲🇾 新增马来语语言包。#17546 @austin-krave
  • 🇸🇪 新增 Typography 的瑞典语言翻译。#17858 @Malven
  • 🇫🇷 新增 Typography 的法语语言翻译。#17418 @Clafouti
  • 🏴 新增部分组件的泰米尔语语言翻译。#17903 @sivaraj-dev
  • TypeScript
Commits

The new version differs by 423 commits.

  • f0d6c05 Release 3.21.0
  • e96e839 docs: 3.21.0 changelog (#18071)
  • 13a306f fix: add ta_IN.tsx
  • 83b71b8 changelog
  • 10bd46f Merge branch 'sivaraj-dev-master'
  • 4e57d8a :white_check_mark: fix snapshots
  • a223726 Feature (#18069)
  • fb67012 Conflicts (#18070)
  • e97bd6f feat: resolve conflicts
  • 0240d12 feat(Upload): add transformFile option for transform file before request (#18009)
  • f634855 chore: transfer ajax table demo (#18067)
  • f9b6358 :memo: Fix English express
  • eb40cf4 Fixed spelling of official. (#18063)
  • b1ac12a :bug: Fix Checkbox checked extra space (#18059)
  • 678f8a5 feat: menu component customization: create new variables for easy customization (#17273)

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.21.1
  • 🐞 Fix ConfigProvider crash with multiple children. #18075

  • 🐞 修复 ConfigProvider 存在多个子节点崩溃的问题。#18075
Commits

The new version differs by 426 commits.

  • 0bc948d update changelog (#18076)
  • f13148e fix: update changelog (#18073)
  • 2d7df45 fix: ConfigProvider wrapper locale no need with only children (#18075)
  • f0d6c05 Release 3.21.0
  • e96e839 docs: 3.21.0 changelog (#18071)
  • 13a306f fix: add ta_IN.tsx
  • 83b71b8 changelog
  • 10bd46f Merge branch 'sivaraj-dev-master'
  • 4e57d8a :white_check_mark: fix snapshots
  • a223726 Feature (#18069)
  • fb67012 Conflicts (#18070)
  • e97bd6f feat: resolve conflicts
  • 0240d12 feat(Upload): add transformFile option for transform file before request (#18009)
  • f634855 chore: transfer ajax table demo (#18067)
  • f9b6358 :memo: Fix English express

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.21.2
  • 🐞 Fix React does not recognize the noStyle prop on a DOM element warning. #18088
  • 🐞 Fix Input prefix & suffix not align with text. #18097
  • 🐞 Fix ConfigProvider nest in LocaleProvider make locale not work. #18105

  • 🐞 修复 React does not recognize the noStyle prop on a DOM element 的问题。#18088
  • 🐞 修复 Input prefix & suffix 文本没对齐的问题。#18097
  • 🐞 修复 ConfigProvider 嵌套于 LocaleProvider 内时 locale 无效的问题。#18105
Commits

The new version differs by 435 commits.

  • c6d04a7 docs: add 3.21.2 changelog (#18106)
  • f656657 fix: ConfigProvider should not block LocaleProvider (#18105)
  • 197649b fix: Revert #17684 (#18097)
  • adc1879 Merge pull request #18088 from ant-design/fix-noStyle
  • 9630410 :bug: Fix noStyle warning
  • 6bb8829 :memo: Fix changelog
  • 6fe1e41 :memo: Improve API Table design
  • 83a7687 :memo: antd/lib/xxx => antd/es/xxx again
  • 887aa4c :memo: antd/lib/xxx => antd/es/xxx
  • 0bc948d update changelog (#18076)
  • f13148e fix: update changelog (#18073)
  • 2d7df45 fix: ConfigProvider wrapper locale no need with only children (#18075)
  • f0d6c05 Release 3.21.0
  • e96e839 docs: 3.21.0 changelog (#18071)
  • 13a306f fix: add ta_IN.tsx

There are 250 commits in total.

See the full diff