1stG / jedi

Customizable, pluggable and lazy loading first front-end project system
https://1stg.github.io/jedi/
MIT License
2 stars 1 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency antd was updated from 3.17.0 to 3.18.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 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 - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/1stg/jedi/builds/531623471?utm_source=github_status&utm_medium=notification)).

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

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.17.0 your tests are passing again. Downgrade this dependency 📌.

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 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 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 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 115 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 115 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 159 commits.

There are 159 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 222 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 222 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 268 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 278 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 285 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 passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 317 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 passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.19.8
  • 🐞 Revert unknown to any for now to avoid introducing tones of errors in one time. #17249

  • 🐞 回滚 unknownany 避免一次性引入大量 TS 错误。#17249
Commits

The new version differs by 331 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
  • a3fb511 Merge pull request #17227 from ant-design/changelog-3.19.7

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.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 425 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 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.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 463 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 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.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 501 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 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.3
  • 🚨 Revert change of Input suffix style in #17508, since it causes other problems

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

The new version differs by 509 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 250 commits in total.

See the full diff