amercier / gilded-rose-innkeeper

Gilded Rose Innkeeper UI
https://gilded-rose.amercier.com/admin/
ISC License
1 stars 0 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency 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 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 could not complete due to an error ([Details](https://travis-ci.org/amercier/gilded-rose-innkeeper/builds/531623507?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 4 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 4 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

greenkeeper[bot] commented 4 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 578 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 250 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 583 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 4 years ago

Your tests are still failing with this version. Compare changes

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

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 2 commits.

  • 5a128c4 docs: add changelog (#17902)
  • 24bfcac fix: Upload can not click in Form.Item (#17897)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.21.1
  • 🐞 Fix ConfigProvider crash with multiple children. #18075

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

The new version differs by 3 commits.

  • 0bc948d update changelog (#18076)
  • f13148e fix: update changelog (#18073)
  • 2d7df45 fix: ConfigProvider wrapper locale no need with only children (#18075)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 9 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

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.21.4
  • 🐞 Fix the problem that Dropdown.Button requires title props.

  • 🐞 修复 Dropdown.Button 的 title 类型。
Commits

The new version differs by 67 commits.

  • 8163c98 Bump 3.21.4
  • a82f1a1 docs: add 3.21.4 changelog
  • 2815198 fix: Dropdown.Button[title] should be optional
  • 57833a2 chore: fix css style
  • 64f1aa0 Bump 3.21.3
  • 4708a62 Add 3.21.3 changelog (#18187)
  • 5e49310 docs: add 3.21.3 changelog
  • b105ed2 Merge pull request #18185 from ant-design/improve-cov
  • 3ef5661 :white_check_mark: Add test case for AutoComplete
  • 682a720 Merge pull request #18184 from ant-design/improve-cov
  • d81bae6 :memo: fix AutoComplete API table
  • 97df742 update getContainer to props before (#18182)
  • 94ab1ea :white_check_mark: Add test case for AutoComplete
  • 03dc799 Merge pull request #18180 from ant-design/fix-ts
  • ca3f4a1 :white_check_mark: Fix TypeScript errors

There are 67 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.22.1
  • 🔥 The official website now supports the search icon through the picture! #18425
  • 💄 Tweak Table expand icon style. c5344bd
  • 🐞 Fix prop style is getting duplicated on Table. #18330 @MrHeer
  • 🐞 Fix Input line height style bug in IE11. #17759
  • 🐞 Fix Steps progressDot broken style. #18356
  • 🐞 Fix an issue with plain icon button style errors. #18458 @qhanw
  • 🐞 Fix TextArea with autosize in controlled mode that scrollbar blink when typing. #18401
  • 🐞 Fixed an issue where Input.Password ref could not get the input element and had no focus and blur method. #18441
  • 🐞 Fix Upload wrong line break. #18423
  • 💄 Add less variables @select-dropdown-bg @select-item-selected-bg @select-item-active-bg @anchor-border-colorr @descriptions-bg. #18444 #18372 @MrHeer

  • 🔥 官网现在支持通过图片搜索图标啦!#18425
  • 💄 调整 Table 展开按钮的样式。c5344bd
  • 🐞 修复 Table 的 style 属性被应用了两次的问题。#18330 @MrHeer
  • 🐞 修复 Input 在 IE11 下错位的问题。#17759
  • 🐞 修复 Input.Password ref 获取不到 input 元素且没有 focusblur 方法的问题。#18441
  • 🐞 修复 Steps progressDot 样式错位问题。#18356
  • 🐞 修复纯图标按钮样式错误的问题。#18458 @qhanw
  • 🐞 修复 TextArea 受控模式下配置 autosize 时,输入会导致滚动条闪烁的问题。#18401
  • 🐞 修复 Upload 错误换行的问题。#18423
  • 💄 增加 less 变量 @select-dropdown-bg @select-item-selected-bg @select-item-active-bg @anchor-border-colorr @descriptions-bg#18444 #18372 @MrHeer
Commits

The new version differs by 164 commits.

  • 5e56dc5 up to 3.22.1
  • 845dd13 add 3.22.1 changelog (#18465)
  • cde78c8 修复纯图标按钮在默认形状下不同大小均显示为正方形 (#18458)
  • 271c7aa :clapper: update steps demo style
  • 735b78d Merge pull request #18425 from lewis617/icon-pic-search
  • c6c947f :bug: Fix Input.Password cannot get input element (#18441)
  • 021e9af feat: less vars for select and anchor (#18444)
  • 721a545 fix: descriptions background is not themeable (#18372) (#18440)
  • 8a1d184 500->503
  • 4b3179c 使用 Result 组件显示服务端错误信息
  • 38b8d07 docs: link (#18438)
  • df35390 上传前压缩图片为300px以内,防止超时报错
  • 5d5b001 修复localstorage在ssr过程中的报错
  • 3828822 兼容不支持 localstorage 的浏览器
  • 2d96dc4 bugfix: localStorage not defined

There are 164 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.22.2
  • 🐞 Fix Mentions has additional height in Form. #18478
  • 🐞 Fix disabled Input should not be allowed to clear. #18482
  • 🐞 Fix Input.Password crash with Cannot read property 'input' of null when unmount. #18475
  • 🐞 Fix Table style should applied to outside wrapper. #18494
  • 🐞 Fix PageHeader default english text. #18471 @hjiawei

  • 🐞修复 Mentions 在 Form 中高度略高的问题。#18478
  • 🐞修复失效 Input 依然支持 allowClear 的问题。#18482
  • 🐞修复 Input.Password unmount 时报错 Cannot read property 'input' of null#18475
  • 🐞修正 Table style 属性到最外层容器。#18494
  • 🐞修正 PageHeader 默认英文文案。#18471 @hjiawei
Commits

The new version differs by 11 commits.

  • 5779c70 :sparkles: 3.22.2 (#18498)
  • 0a2c610 changelog add data (#18491)
  • f3244d6 fix(Table): apply props.style to container div (#18494)
  • dba3ea8 Capitalize Text and PageHeader default locale strings (#18471)
  • 817f3c2 replace instances of typo 'collpse' with collapse (#18488)
  • 26c61a1 :bug: Input disabled should not be allowed to clear (#18482)
  • 7e9cc07 fix: Mentions in Form has additional height (#18478)
  • c9a703d :bug: Fix Input.Password unmount crash (#18475)
  • 493bd72 Merge pull request #18472 from ant-design/fix-site-workflow
  • 823e561 rm: old site workflow
  • 9b1ede4 Create deploy-site.yml

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.23.0
  • 🔥 Pageheader has been redesigned to accommodate more situations. #18128
  • 🌟 Card support tabBarExtraContent prop. #18433 @lengthmin
  • 🌟 Anchor.Link add add new property target. #18335 @DiamondYuan
  • 🌟 Breadcrumb support children use with React.Fragment. #18340 @long-zhuge
  • 🌟 Card.Grid add new prop hoverable for support disable hover state. #18457 @MrHeer
  • 🇦🇲 Added locales for the Armenian language. #18586 @ashmna
  • InputNumber
    • 🌟 Support onPressEnter prop. #18346
    • 🐞 Fix React lifecycle warning. #18346
  • Less variables
    • 💄 Add @modal-footer-border-color-split. #18522
    • 💄 Add @input-number-handler-bg @input-number-handler-border-color. #18533
    • 💄 Add @card-background @card-skeleton-bg. #18531
    • 💄 Add @typography-title-font-weight. #18456 @MrHeer
  • 🛎 Add warning when use value of Switch, Checkbox, Upload. #18497
  • 🛠 Refactor styleChecker to arrow function for fix serverless target in next.js. #18541 @ZhengYuTay
  • 🐞 Fix circle Button not circle in some situation. #18516
  • 🐞 Fix icon position in Input. #18521 @xrkffgg
  • 🐞 Fix RangePicker selected date style. #18559
  • Descriptions
    • 🐞 Fix Descriptions last Item has wrong calculated width issue. #18568
    • 🐞 Description.Item will reuse key in render if user provided. #18578
  • 🐞 Fix Tab content width not correct in Safari. #18574
  • 🐞 Fix Mentions popup position not correct when prefix is empty string. #18576
  • 🐞 Fix Upload.Dragger can upload multiple files when multiple is false. #18580
  • 🐞 Fix Card actions style when contains link Button. #18588
  • 🐞 Fix Input not vertical align with Button in Chrome. #18603
  • 🐞 Fix nested List style in grid layout. #18589
  • TypeScript
    • 🐞 Fix Steps.Step component's subTitle prop types. #18525 @wtzeng1
    • 🐞 Ensure title or overlay is required in Tooltip props definition. #18515 @laysent

  • 🔥 PageHeader 样式重新设计以适应更多的情况。#18128
  • 🌟 Card 组件新增了 tabBarExtraContent 属性。#18433 @lengthmin
  • 🌟 Anchor.Link 增加 target 属性。#18335 @DiamondYuan
  • 🌟 Breadcrumb 支持子组件使用 React.Fragment 的场景。#18340 @long-zhuge
  • 🌟 Card.Grid 新增 hoverable 属性允许禁用浮动效果。#18457 @MrHeer
  • 🇦🇲 新增亚美尼亚语。#18586 @ashmna
  • InputNumber
    • 🌟 新增 onPressEnter 属性。#18346
    • 🐞 修复在 React 16.9 下的生命周期警告信息。#18346
  • Less 变量
    • 💄 增加 @modal-footer-border-color-split#18522
    • 💄 增加 @input-number-handler-bg @input-number-handler-border-color#18533
    • 💄 增加 @card-background @card-skeleton-bg#18531
    • 💄 增加 @typography-title-font-weight#18456 @MrHeer
  • 🛎 Switch、Checkbox 和 Upload 使用 value 时会提示正确的属性名。#18497
  • 🛠 使用箭头函数重构 styleChecker 来修复在 next.js 中的问题。#18541 @ZhengYuTay
  • 🐞 修复圆形 Button 有时候不是圆形的问题。#18516
  • 🐞 修复 Input 中图标位置不居中情况。#18521 @xrkffgg
  • 🐞 修复 RangePicker 多余的选中日期样式。#18559
  • Descriptions
    • 🐞 修复 Descriptions.Item 最后一个宽度计算不正确的问题。#18568
    • 🐞 Description.Item 在渲染时会复用用户提供的 key#18578
  • 🐞 修复 Tab 内容宽度在 Safari 下不正确的问题。#18574
  • 🐞 修复 Mentions 的 prefix 为空字符串时,弹窗位置不正确的问题。#18576
  • 🐞 修复 Upload.Dragger 在 multiple 为 false 时,仍然可以上传多份文件的问题。#18580
  • 🐞 修复 Button[href] 在 Card actions 中样式变形的问题。#18588
  • 🐞 修复 Chrome 中 Input 与 Button 不垂直对齐的问题。#18603
  • 🐞 修复网格 List 中内嵌 List 的边距问题。#18589
  • TypeScript
    • 🐞 修复 Steps.Step 组件 subTitle 属性类型。#18525 @wtzeng1
    • 🐞 确保 Tooltip 属性定义中,titleoverlay 至少有一个是必填的。#18515 @laysent
Commits

The new version differs by 84 commits.

  • facf316 Merge pull request #18616 from ant-design/chore/version
  • 44c255b chore: upgrade version to 3.23.0
  • 65d9045 Merge pull request #18455 from ant-design/changelog
  • ae34158 fix: review issue for changelog
  • 6d2db75 fix: changelog typo
  • 60fb5dd fix: review issue for 3.23.0 changelog
  • a1bc9f2 fix: review issue of changelog
  • 8a4ac23 fix: typo
  • 3b2b3a0 ✅ fix option-label-prop.md typo error
  • c733c62 docs: update changelog
  • 39cf5bc chore: add new item and fix review issue
  • cc9c658 fix: Chrome input position not align with button (#18603)
  • 30b1ded :memo: Update Mentions doc
  • 97094cf docs: add new feat in feature
  • 5f0e5ea docs: add new commit in master

There are 84 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.23.1
  • 🐞 Fix Upload can not upload more than one file when multiple is false. #18626

  • 🐞 修复 Upload 在 multiplefalse 时无法上传多于一个文件的问题。#18626
Commits

The new version differs by 6 commits.

  • 774e679 docs: 3.23.1 changelog (#18627)
  • e5d644f Revert "fix: Drapper mulitple should work" (#18626)
  • e4a3b72 :bug: Fix MonthPicker switch icon overflow
  • 849237b :lipstick: Add @tree-node-hover-bg and @tree-node-selected-bg less variables
  • 9dc0378 Add missing typescript inputValue to Select to enable placeholder to display for type string
  • 50ab115 Update README.md

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.23.2
  • 🐞 Fix round Button font size too large. #18701
  • 🐞 Fix Descriptions warning with same key when bordered is true. #18637
  • 🐞 Fix Drawer animation when placement is right and mask is false. #18636
  • 🐞 Fix Icon that component and children prop should have priority over type prop. #18592
  • 🐞 Fix Layout.Sider boundary values for max-width. #18553 @Nikitenkova
  • 🐞 Fix PageHeader that back icon can't coexist with breadcrumb. #18691
  • 🗑Deprecated Select inputValue prop and use searchValue instead. #18629
  • TypeScript
    • 🐞 Fix type definition of status for Result. #18445
    • 🐞 Fix type definition of target for Anchor.Link. #18646
    • 🐞 Fix type definition of transformFile params for Upload. #18671
    • 🐞 Fix type definition of title and footer for Table. #18697 @yoyo837

  • 🐞 修复圆形按钮的字体大一号的问题。#18701
  • 🐞 修复 Descriptions 带边框时控制台告警的问题。#18637
  • 🐞 修复 Drawer 无遮罩从右边展开时的动画问题。#18636
  • 🐞 修复 Icon 中 componentchildren 属性优先级低于 type 的问题。#18592
  • 🐞 修复 Layout.Sider 的最大宽度的响应式断点值。#18553 @Nikitenkova
  • 🐞 修复 PageHeader 中返回图标与面包屑无法共存的问题。#18691
  • 🗑 废弃 Select 的 inputValue 属性,请使用 searchValue 代替。#18629
  • TypeScript
    • 🐞 修复 Result 中 status 的类型定义。#18445
    • 🐞 修复 Anchor.Link 中 target 的类型定义。#18646
    • 🐞 修复 Upload 中 transformFile 函数的参数定义。#18671
    • 🐞 修复 Table 中 titlefooter 的类型定义。#18697 @yoyo837
Commits

The new version differs by 35 commits.

  • e71aee4 test: Update snapshot
  • d0f3c18 Bump 3.23.2
  • f5a20fe docs: Add the changelog of 3.23.2 (#18710)
  • 35aaf6b fix: status types
  • d0f9529 fix: result types
  • 01970b6 Update work-with-us.zh-CN.md
  • ffe0645 fix(PageHeader): Allow back icon to coexist with breadcrumb, close #18094 (#18691)
  • 9157bc9 :bug: Fix round button font size too large
  • 2189bf5 Remove border parameter from Descriptions size demo (#18518)
  • 8641383 update type
  • e479f1f update docs
  • 43bcd0e Update index.zh-CN.md
  • 701b3f5 Update index.en-US.md
  • 5d2596b component props are readonly
  • 784ad7d update

There are 35 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.23.3
  • 🐞 Fix ConfigProvider locale not working with Modal in some situation. #18732
  • 🐞 Fix Avatar extrusion style when using long pictures. #18768 @Eusen
  • 🐞 Fix InputNumber active border style. #18791 @escorponox
  • 🐞 Fix Input.Search not trigger onSearch when click clear icon. #18783
  • 🐞 Fix text color of Button inside Menu. #18820
  • 🐞 Fix size="small" Table header missing right border. #18821
  • ⌨️ Enhance accessibility of Alert close button. #18750 @MrHeer
  • 💄 Tweak Button type="link" should not insert space. #18724
  • TypeScript
    • 🐞 Fix type definition of onMouseEnter and onMouseLeave for Tree. #18796 @MrHeer

  • 🐞 修复 ConfigProvider locale 国际化在某些场景下对 Modal 不生效的问题。#18732
  • 🐞 修复 Avatar 长图片时被挤压的样式问题。#18768 @Eusen
  • 🐞 修复 InputNumber 高亮边框的样式问题。#18791 @escorponox
  • 🐞 修复 Input.Search 点击清除图标时没有触发 onSearch 的问题。#18783
  • 🐞 修复 Menu 内的 Button 字体颜色。#18820
  • 🐞 修复 Table size="small" 时丢失列头右边框的问题。#18821
  • ⌨️ 增强 Alert 关闭按钮的可访问性。#18750 @MrHeer
  • 💄 优化 Button 类型为 link 时,中文字符之间不再自动插入空格。#18724
  • TypeScript
    • 🐞 修复 Tree 中 onMouseEnteronMouseLeave 类型。#18796 @MrHeer
Commits

The new version differs by 67 commits.

  • 1acd7e2 Merge pull request #18819 from ant-design/release-3.23.3
  • a9773d5 :memo: changelog
  • bc7179f upd: version
  • f9058e0 :memo: changelog
  • 81e6f50 Merge pull request #18821 from ant-design/fix-table-border-style
  • 08000b2 :white_check_mark: fix stylelint
  • 1311ea8 :up: upgrade stylelint and stylelint-config-standard
  • 0cccefb Fix grammar
  • fe30adc Improve code for better compatibility
  • 9ea143b Merge pull request #18820 from ant-design/fix-menu-button
  • b935db8 :bug: Fix small table headers missing border
  • 7a964a0 :bug: Fix Button text color inside Menu
  • fc81c13 docs: Add Article in guideline (#18815)
  • 13dd1c4 Merge pull request #18800 from ant-design/fix-job
  • 1f01b40 fix: tweak indent

There are 67 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.23.4
  • 🐞 Fix item not disabled when Transfer is disabled. #18849
  • 🐞 Revert Dragger to class component to fix ref warning. #18707
  • 🐞 Fix Input addonAfter icon height bug in Chrome. #18858
  • 🐞 Fix Menu lost state when being collapsed to 0px. #18907
  • 🐞 Disabled input should not trigger the action of suffix part. #18900
  • 🐞 Fix title and content of Alert not break line when long text exist. #18929
  • 💄 Add @page-header-back-color less variable. #18887
  • TypeScript
    • 🐞 Fix Table event type definition. #18910

  • 🐞 修复 Transfer disabled 下勾选框不被禁用的问题。#18849
  • 🐞 回滚 Dragger 到 class component 以修复 ref 警告信息。#18707
  • 🐞 修复 Input addonAfter 里图标高度在 Chrome 下偏大的问题。#18858
  • 🐞 修复 Menu 在 collapsedWidth={0} 时,折叠后丢失 selectedKeys 状态的问题。#18907
  • 🐞 修复 Input 在禁用状态时,后缀图标可点击的问题。#18900
  • 🐞 修复 Alert 标题和内容过长不换行的问题。#18929
  • 💄 增加 @page-header-back-color less 变量。#18887
  • TypeScript
    • 🐞 修复 Table 事件的类型定义。#18910
Commits

The new version differs by 33 commits.

  • 34c220a docs: add 3.23.4 changelog (#18932)
  • 25bdb78 fix: Alert add css word break (#18929)
  • 8b4bd0c Merge pull request #18922 from ant-design/fix-site-title-char
  • 1e90eb1 fix: site specialChar encoding
  • 068556c docs: update props data description for Upload (#18915)
  • 3e4fd43 table: Correct onRow event handlers to receive a MouseEvent instead of SyntheticEvent
  • 1d8c6f8 fix: Disabled input should not trigger the action of suffix part #18889
  • 3e2cd50 docs: Add TreeSelect async demo (#18906)
  • 974fb1b :white_check_mark: add test case for #18825
  • 54ffa2c :bug: Fix Menu lost state when collapsed to 0px
  • ca6e2f3 Update overview.zh-CN.md
  • 020711d :up: upgrade rc-footer
  • fa88090 :lipstick: footer style details
  • d9b0582 :art: color picker in footer
  • 16dff49 :lipstick: transfer footer to rc-footer

There are 33 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.23.5
  • 🐞 Fix Upload preview image cannot fill the picture card box. #18990
  • 🐞 Fix Breadcrumb not support data-* and aria-* attributes. #18941 @sosohime
  • 🐞 Fix TreeSelect removeIcon and clearIcon not working. #18949 @sosohime
  • 🐞 Fix Tree switcherIcon prop not working when showLine is true. #18829 @MrHeer
  • 🐞 Fix style bug of Button with icon only when in Button.Group. #18994
  • 🐞 Remove Select useless prop searchValue which is a total misunderstanding. #19003
  • 🐞 Fix Avatar string blink when ssr render at first time. #19029
  • TypeScript

  • 🐞 修复 Upload 预览图片无法填充满图片框的问题。#18990
  • 🐞 修复 Breadcrumb 不支持 data-*aria-* 的问题。#18941 @sosohime
  • 🐞 修复 TreeSelect removeIconclearIcon 不工作的问题。#18949 @sosohime
  • 🐞 修复 Tree 组件当 showLine 设置后 switcherIcon 没有正常工作的问题。#18829 @MrHeer
  • 🐞 修复按钮图标在 Button.Group 中的错位问题。#18994
  • 🐞 移除 Select 中无效属性 searchValue 的定义及文档。#19003
  • 🐞 修复 Avatar 文本头像在 ssr 时会闪烁的问题。#19029
  • TypeScript
Commits

The new version differs by 37 commits.

  • e3273bb Release 3.23.5
  • ba7ddfa changelog (#19056)
  • e07bba9 chore: replace resizeObserver with rc-resize-observer (#19057)
  • e5aea71 :white_check_mark: increase upload test cov
  • 8219438 Fix/detect antd button by static (#19045)
  • 5728763 fix: IE11 syntax error
  • 049799e fix: detect antd button by children.type.[staticProperty] instead of same class for HOC case (#19042)
  • b536643 :white_check_mark: add test case for Collapse
  • 49ecf9b :white_check_mark: add more test cases for DatePicker
  • 7ae663d fix: ssr should not render string at first (#19029)
  • 49c9ee4 Input.tsx的otherProps为什么不去掉size
  • 46d0ff3 :white_check_mark: update snapshot
  • e9b0c29 Rename algin.md to align.md
  • 5c10cf8 :white_check_mark: add more test cases for Tranfer
  • c387fdc Update values.en-US.md

There are 37 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.23.6
  • 🐞 Fix Typography ref warning of React. #19074

  • 🐞 修复 Typography 提示获取不到 ref 的错误信息。#19074
Commits

The new version differs by 8 commits.

  • 95c4177 docs: :memo: changelog for 3.23.6
  • 2a399bf :up: upgrade preact
  • 634c202 :white_check_mark: update snapshots
  • 47dee4c :white_check_mark: fix eslint problems
  • 8ab77d2 chore(deps-dev): bump logrocket-react from 3.0.1 to 4.0.0
  • 0a09b3b tweak: site title unescape
  • 4680ddc fix: Typography warning for ref error (#19074)
  • 3d378f2 fix: Typography funtion compoent use Ref console log warning (#19066)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.24.0
  • 🔥 Promote Yuque on home page.
  • Table
    • 🌟 Added tableLayout property for table-layout attribute. And using tableLayout="fixed" by default in scroll table to resolve align issue caused by cell content. #17284
    • 🌟 Added column.ellipsis to ellipsize cell content.
    • 🌟 Added the scroll.scrollToFirstRowOnChange property to set whether to scroll to the top of the table after page changing. #18726
    • 🌟 filterDropdown added a visible parameter to get the display state of the dropdown box. #17614 @sedx
    • 🌟 title added a sortColumn parameter to get the currently sorted column. #19012 @swillis12
    • 🌟 The sorter parameter of onChange will always contain column information when sorting. #19226
    • 🐞 �Fix Table filter submenu checkbox margin. #e1a4f28
  • 🌟 Anchor added a onChange attribute to listen for changes to anchor links. #18715
  • Upload
  • 🌟 Input.Search added a loading property to show the state in the load. #18771
  • 🌟 Grid's gutter property added support for vertical spacing. Now you can set an array for gutter and the second value of the array for vertical spacing. #18979
  • 🌟 message added support for updating content with a unique key. #18678
  • 🌟 Layout added a zeroWidthTriggerStyle property to control the style of the special trigger that appears when collapsedWidth is 0. #19079
  • 🌟 Drawer added the drawerStyle and headerStyle properties. #19109
  • PageHeader
    • 💄 Redesigned. #19100
    • 🌟 Added ghost property to set whether white background is needed. #19100
  • ConfigProvider
    • 🌟 Added pageHeader to globally control the style of PageHeader. #19100
    • 🐞 Fixed the issue that moment can't be tree-shark. #19115
  • 🐞 Fixed the issue that the removeIcon and clearIcon properties of TreeSelect didn't work. #18949
  • 🐞 Fixed the issue that the switcherIcon does not take effect after the Tree setting showLine. #18829 @MrHeer
  • 🐞 Fixed the issue that the Slider component set the handle size and positioned incorrectly. #19120
  • Collapse
  • 🐞 Fixed the issue that defaultExpandAll does not take effect when Tree.DirectoryTree component passed treeData. #19148
  • 🐞 Fixed the issue with some of the Menu styles under Dropdown. #19150
  • 🐞 Fixed Cascader's placeholder internationalization error. #19227 @kagawagao
  • 🌟 Added less variables @typography-title-margin-top, @typography-title-margin-bottom. #18746
  • 🗑 Discard the autosize property of Input.TextArea, use autoSize instead. #19177

  • 🔥 首页新增语雀的推广链接。
  • Table
    • 🌟 新增 tableLayout 属性,支持设置表格的 table-layout 布局,并在固定表头/列下默认开启 tableLayout="fixed",解决因为表格自动根据内容排版造成的列对齐问题。#17284
    • 🌟 新增 column.ellipsis 支持单元格内容自动省略。
    • 🌟 新增 scroll.scrollToFirstRowOnChange 属性,用于设置在翻页后是否滚动到表格顶部。#18726
    • 🌟 filterDropdown 新增 visible 参数,用于获取下拉框的显示状态。#17614 @sedx
    • 🌟 title 方法新增 sortColumn 参数,用于获取当前排序的列。#19012 @swillis12
    • 🌟 排序时 onChangesorter 参数将始终包含 column 信息。#19226
    • 🐞 修复�过滤下拉菜单的间距问题。#e1a4f28
  • 🌟 Anchor 新增 onChange 属性,用于监听锚点链接的改变。#18715
  • Upload
  • 🌟 Input.Search 新增 loading 属性,用于展示加载中的状态。#18771
  • 🌟 Grid 的 gutter 属性新增垂直间距的支持,现在你可以给 gutter 设置一个数组,数组的第二个值就表示垂直间距。#18979
  • 🌟 message 新增支持通过唯一的 key 来更新内容。#18678
  • 🌟 Layout 新增 zeroWidthTriggerStyle 属性以控制当 collapsedWidth0 时,出现的特殊 trigger 的样式。#19079
  • 🌟 Drawer 新增 drawerStyleheaderStyle 属性。#19109
  • PageHeader
    • 💄 重新设计了样式 #19100
    • 🌟 新增 ghost 属性,用于设置是否需要白底背景。#19100
  • ConfigProvider
    • 🌟 新增 pageHeader 用于全局控制 PageHeader 的样式。#19100
    • 🐞 修复 moment 不能被 tree shaking 的问题。#19115
  • 🐞 修复 TreeSelect 的 removeIconclearIcon 属性不生效的问题。#18949
  • 🐞 修复 Tree 设置 showLineswitcherIcon 不生效的问题。#18829 @MrHeer
  • 🐞 修复 Slider 组件设置 handle 大小后定位错误的问题。#19120
  • Collapse
  • 🐞 修复 Tree.DirectoryTree 组件传入 treeDatadefaultExpandAll 不生效的问题。#19148
  • 🐞 修复 Dropdown 下部分 Menu 样式错乱的问题。#19150
  • 🐞 修复 Cascader 的 placeholder 国际化错误。#19227 @kagawagao
  • 🌟 新增 less 变量 @typography-title-margin-top 和 `@typography-title-margin-bottom。#18746
  • 🗑 废弃 Input.TextArea 的 autosize 属性,请使用 autoSize 代替。#19177
Commits

The new version differs by 136 commits.

  • de9635e docs: add 3.24.0 changelog
  • 04f333b Revert "docs: add 3.24.0 changelog"
  • 99addfb bump 3.24.0
  • 3f38861 Merge pull request #19236 from ant-design/release-3.24.0
  • dee4b25 docs: add 3.24.0 changelog
  • ab34970 fix: fix cascader placeholder internationalization (#19227)
  • fb2bafb upgrade snapshot
  • a9d7178 upgrade snapshot
  • cd3d9ef Merge branches 'add-args-unsorting' and 'master' of github.com:ant-design/ant-design
  • 8e2b247 :white_check_mark: update snapshots
  • 59f231f :lipstick: fix menu style broken in dropdown
  • 5a07b85 upgrade fires change event test case
  • 0522d55 snapshot
  • 8ffaeb8 Docs: upload with aliyun oss (#19054)
  • a2f28f0 :lipstick: add @typography-title-margin-top and @typography-title-margin-bottom (#18746)

There are 136 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.24.1
  • 🐞 Fix Table throw React.createRef is not a function error in old version of React . #19262
  • 🐞 Fix Table TypeScript definition missing Column and ColumnGroup. #19251

  • 🐞 修复 Table 在旧版 React 会报 React.createRef is not a function 的错误信息。#19262
  • 🐞 修复 Table TypeScript 定义丢失 Column 和 ColumnGroup 的问题。#19251
Commits

The new version differs by 7 commits.

  • 5bd3d4a docs: Update 3.24.1 changelog (#19270)
  • 0f83e0a fix: should work in old version react (#19262)
  • d6c5e53 docs: fix page header API (#19257)
  • f2e541a refactor: improve typescript module declare (#19254)
  • 7d32f99 fix: Add missing typescript define (#19251)
  • 5676ea2 docs: update changlog
  • 71e0f9b docs: update changelog

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.24.2
  • 🐞 修复 Table scroll.x 设置 max-content 无效导致横向滚动消失的问题。#19284
  • 🐞 修复 Table 将 column.filterDropdown 作为新属性设置时报错的问题。#19302
  • 🐞 Fix Upload 点击下载按钮会触发预览的问题。#19268 @qq645381995
  • 🐞 修复 Comment 长作者名在小屏幕上破坏布局的问题。#19272 @rayronvictor
  • Typescript

  • 🐞 Fix Table scroll={{ x: 'max-content' }} rendered without scrollbar problem in Chrome. #19284
  • 🐞 Fix Table crash when passing column.filterDropdown as new prop. #19302
  • 🐞 Fix Upload download button trigger preview unexpectedly. #19268 @qq645381995
  • 🐞 Fix Comment long author name breaks on small screen. #19272 @rayronvictor
  • Typescript
Commits

The new version differs by 16 commits.

  • ee6f2d3 :sparkles: release 3.24.2
  • b9b239e test: add test case for ref test (#19302)
  • e7ebf85 fix(#18280): add type [Moment.moment, undefined] to RangePickerValue (#19300)
  • cd6ff75 test: official site checker before publish (#19247)
  • 8a715d0 :memo: :clapper: improve grid demo and documentaion
  • 13d219c :bug: Fix Table scroll.x max-content not working
  • 63feb68 Fix Select Mode Type
  • 9cfc151 Fix Select Mode Type
  • 53c55ce Fix Select Mode Type
  • 59ec7f3 corrected the typographical error of word 'case' to 'care' (#19290)
  • b280b63 chore: fix compile fail when use cnpm installed
  • 40aca57 chore: Remove React function polyfill (#19279)
  • 3f037b6 Improve types for customRequest prop on Upload component
  • 3eead25 Fix typos in en-US contributing guide (#19277)
  • a31deb7 fix: 修复点击下载按钮会执行预览方法 (#19268)

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.24.3
  • 🐞 Fix Table sort not working when columns inside render. #19404
  • 🐞 Fix Grid responsive gutter not working. #19308
  • 🐞 Fix small Table border style. #19312 #19342
  • 🐞 Fix the problem that Menu in Dropdown is not highlighted when SubMenu is selected. #19313
  • 🐞 Fix the problem that moment.js in Typography & Drawer & Statistic can't be tree-shaking. #19317
  • 🐞 Fix Input.Search react warnings of non-boolean attribute and unique key. #19357
  • 🐞 Fix Modal icon position when not use title. #19419
  • 💄 Fix a problem with the mouse pointer error when Checkbox is disabled. #19403
  • 💄 Add @modal-header-color variable. #19385
  • 🛠 Improved some TypeScript definitions. #19377 #19343 #19333

  • 🐞 修复 Table columns 在 render 中会导致排序失效的问题。#19404
  • 🐞 修复 Grid 响应式 gutter 失效的问题。#19308
  • 🐞 修复小号 Table 边框样式问题。#19312 #19342
  • 🐞 修复 Dropdown 中的 Menu 在 SubMenu 选中后父级菜单未高亮的问题。#19313
  • 🐞 修复 Typography & Drawer & Statistic 中的 moment.js 无法被 tree-shaking 的问题。#19317
  • 🐞 修复 Input.Search 出现 non-boolean attributeunique key 警告信息。#19357
  • 🐞 修复 Modal 没有标题时,图标没能对齐的问题。#19419
  • 💄 修复 Checkbox 在被禁用时,光标仍为可选状态的问题。#19403
  • 💄 新增 @modal-header-color 变量。#19385
  • 🛠 多处 TypeScript 的定义更新。#19377 #19343 #19333
Commits

The new version differs by 38 commits.

  • c675354 fix eslint error
  • b4280cb bump 3.24.3
  • 2590c61 docs: changelog for 3.24.3 (#19436)
  • 17ad782 refactoring: refactor search code (#19441)
  • 99d8f07 :bug: Fix sort order of columns in render
  • a31748d feat: Add some code owner (#19414)
  • 802a4a1 fix: lint (#19434)
  • 7691047 fix: Modal icon position while no title (#19419)
  • 670fbe3 docs: add "maxLength" property to Input Doc
  • bf13a34 fix: disabled cursor (#19403)
  • f1bf9eb docs:Use tensorflow.js to predict icon (#19411)
  • 693d5a1 General components doc tweaks (#19416)
  • d2a8a10 chore: :memo: add CODEOWNERS file (#19410)
  • d5ad7d7 update Types
  • 2761460 style: add @modal-header-color variable (#19385)

There are 38 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.25.0
  • 🌟 Transfer listStyle support function callback. #19330 @lxnxbnq
  • 🌟 icon of Avatar support ReactNode. #19368
  • 🌟 TextArea support allowClear. #19310 @Rustin-Liu
  • 🌟 Upload support to custom method for request. #19533
  • 🌟 Upload onChange add XMLHttpRequest as additional param. #19539 @hahmadia
  • 🐞 Fix WeekPicker defaultPickerValue not works. #19141 @NightFox7
  • 🐞 Fix DatePicker onEsc is not a function TypeError. #19474
  • 🐞 Fix table does not automatically scroll to the top when change page size. #19474 @MrHeer
  • 💄 Fix Icon Button not aligned well in Button.Group. #19453
  • 💄 Fix Checkbox not aligned center of some cases in Chrome. #19452
  • 💄 Fix Menu margin collapsed issue. #19476 @wangweijun0418
  • 💄 Remove useless style in Select. #19510 @jacklee814
  • 💄 Added less variables @input-number-hover-border-color, @select-background. #19546
  • 🌍 Add downloadFile in all locale files. #19361 @DemetriusHR
  • 🇹🇭 Add missing translations in Thai (th_TH) locale. #19378 @anawinwz
  • Typescript

  • 🌟 Transfer listStyle 支持回调函数。#19330 @lxnxbnq
  • 🌟 Avatar 的 icon 属性支持传递 ReactNode。#19368
  • 🌟 TextArea 支持 allowClear#19310 @Rustin-Liu
  • 🌟 Upload 新增 method 属性用于修改请求方式。#19533
  • 🌟 Upload onChange 新增 XMLHttpRequest 作为额外参数。#19539 @hahmadia
  • 🐞 修复 WeekPicker 中 defaultPickerValue 不生效的问题。#19141 @NightFox7
  • 🐞 修复 DatePicker 抛出 onEsc is not a function 错误。#19474
  • 🐞 修复 Table 改变每页大小时不滚动到第一行的问题。#19474 @MrHeer
  • 💄 修复 Button.Group 下图标按钮没有对齐的问题。#19453
  • 💄 修复 Checkbox 对勾在 Chrome 下有时没有居中的问题。#19452
  • 💄 修复 Menu margin 样式重合的问题。#19476 @wangweijun0418
  • 💄 移除 Select 中没有必要的样式。#19510 @jacklee814
  • 💄 新增 less 变量 @input-number-hover-border-color, @select-background#19546
  • 🌍 国际化添加缺失的 downloadFile 支持。#19361 @DemetriusHR
  • 🇹🇭 添加丢失的泰文国际化 (th_TH)。#19378 @anawinwz
  • Typescript
Commits

The new version differs by 36 commits.

  • e88f021 docs: 3.25.0 changelog (#19549)
  • c1d55ad Revert "remove labelAlign: PropTypes.string"
  • 7649608 remove labelAlign: PropTypes.string
  • 187b103 chore: Delete duplicate variables (#19547)
  • 3402f65 tuple FormLabelAlign (#19543)
  • 15d8494 Merge pull request #19544 from ant-design/feature-merge-master
  • 696f560 feat: input,select less vars (#19546)
  • 5bf96bb merge master
  • 2144589 Gets the XMLHttpRequest Object in Onchange function (#19539)
  • 0189244 fix: fix remove url
  • dc2ba55 doc fix layout breakpoints url
  • 53efaa8 :zap: support Upload method
  • 3d8b9df fix: table does not automatically scroll to the top when change page size (#19465)
  • 767d2d0 feat: Add allowClear to TextArea (#19310)
  • 92caa2d docs: improve table demo description

There are 36 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.25.1
  • 🐞 Fix less variables of @menu-icon-size and @menu-icon-size-lg not working. #19553 @yoyo837
  • 🐞 Fix DirectoryTree defaultExpandedAll not working with treeData. #19646
  • 🐞 Fix Drawer content overflow when placement prop is top or bottom. #19506 @shaodahong
  • 🐞 Fix broken Menu.ItemGroup style inside Dropdown again. #19578
  • 🐞 Fix Dropdown that menu icon margin-right style is missing. #19635
  • 🐞 Fix Form.Item custom props not working. #19599 @yoyo837
  • 🐞 Fix Icon extraCommonProps not working properly. #19572 @yoyo837
  • 🐞 Fix Modal.method() scrollbar not disabled. #19233 @emersonlaurentino
  • Table
    • 🐞 Fix border missing in fixed columns. #19559
    • 🐞 Fix Column with sortOrder throw error of inifinite loop. #19558
    • 🐞 Fix Column defaultSortOrder not working. #19558
  • TypeScript
    • 🐞 Fix type definition of ListStyle for Transfer. #19568 @lxnxbnq
    • 🐞 Fix type definition of multiple props for RangePicker. #19421 @JennieJi

  • 🐞 修复定制 @menu-icon-size@menu-icon-size-lg less 变量不生效的问题。#19553 @yoyo837
  • 🐞 修复 DirectoryTree 中 defaultExpandedAll 在使用 treeData 时不生效的问题。#19646
  • 🐞 修复 Drawer 中 placement 属性为 top 或 bottom 时内容溢出的问题。#19506 @shaodahong
  • 🐞 修复 Dropdown 下 Menu.ItemGroup 样式错乱的问题。 #19578
  • 🐞 修复 Dropdown 中菜单图标丢失右边距的问题。#19635
  • 🐞 修复 Form.Item 中自定义属性无法生效的问题。#19599 @yoyo837
  • 🐞 修复 Icon 中 extraCommonProps 属性不生效的问题。 #19572 @yoyo837
  • 🐞 修复 Modal.method() 中浏览器滚动条没有禁用的问题。#19233 @emersonlaurentino
  • Table
    • 🐞 修复合并单元格和固定列同时使用时边框丢失的问题。#19559
    • 🐞 修复 Column 设置了 sortOrder 属性导致死循环的问题。#19558
    • 🐞 修复 Column 的 defaultSortOrder 属性不生效的问题。#19558
  • TypeScript
    • 🐞 修复 Transfer 中 ListStyle 的类型定义。#19568 @lxnxbnq
    • 🐞 修复 RangePicker 中多个属性的类型定义缺失的问题。#19421 @JennieJi
Commits

The new version differs by 32 commits.

  • 9dcaad0 Bump 3.25.1
  • c2ff794 docs: Add the changelog of 3.25.1 (#19657)
  • e116eea Update chalk to version 3.0.0
  • c6a7c44 Merge branch 'depfu/update/npm/typescript-3.7.2'
  • 91fcf98 :bug: fix error for typescript@3.7.2
  • 3afc432 Update typescript to version 3.7.2
  • 451d01b fix: refactor collect tree key code logic (#19646)
  • 0cf62f6 :up: upgrade rc-form and rc-animate for lifecyle warning
  • 499494c chore: react-helmet => react-helmet-async
  • c9682fc :memo: Add FAQ for ConfigProvider locale not working
  • 5916582 :bug: Fix Dropdown icon missing margin right (#19635)
  • 1d4f240 chore(deps-dev): bump @typescript-eslint/parser from 2.4.0 to 2.6.1 (#19630)
  • 94c3978 :memo: fix English translation missing of site footer
  • 8c23d8b :up: upgrade rc-footer
  • be0fd70 removing getContainer fixed (#19233)

There are 32 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.25.2
Commits

The new version differs by 22 commits.

  • 5ff193c docs: 3.25.2 changelog (#19768)
  • 91faa7e :clapper: improve notification placement demo
  • 5ecd32a site: :memo: Add GA event for opening in stackblitz
  • 26b9e1f test: introduce codesandbox ci (#19721)
  • d744df5 Fix Documentation for Menu API (#19757)
  • 0cb5601 fix: drawer footer fixed (#19751)
  • 2f30c80 fix: Update NL-nl locales (#19734)
  • 4079f36 Revert "fix: update Select type interface (#19730)" (#19733)
  • 8b705e3 fix: update Select type interface (#19730)
  • 6860336 fix: add missing null option type (#19722)
  • dfe7fd3 feat: code add stackblitz (#19714)
  • 3264844 fix: type interface SliderProps (#19713)
  • cedc956 Update index.en-US.md
  • 807fea0 fix[Style] Transfer (#19693)
  • af2dd37 Fixed typing issue in Table > filterDropdown (#19701)

There are 22 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.25.3
  • 🐞 Fix TimePicker disabled item style when focussed. #19812 @yoyo837
  • 🐞 Fix Menu.Item link style inside Badge. #19810
  • 🐞 Fix Upload picture-card type, for crashed style when list item is removing. #19783 @qq645381995
  • 🇳🇱 Update sk-SK locales. #19787 @Kamahl19
  • TypeScript

  • 🐞 修复 TimePicker 禁用项 focus 时的样式问题。#19812 @yoyo837
  • 🐞 修复 Menu.Item 链接在 Badge 内时,始终处于 active 状态的问题。#19810
  • 🐞 修复 Upload 类型为 picture-card 时,列表删除时的样式问题。#19783 @qq645381995
  • 🇳🇱 更新 sk-SK 国际化。#19787 @Kamahl19
  • TypeScript
Commits

The new version differs by 31 commits.

  • a210784 Merge pull request #19905 from ant-design/release-3.25.3
  • c8a2acb :memo: changelog
  • 19a8118 :memo: changelog
  • 34ff6db :memo: Upload changelog
  • f2ac4f3 docs: 🔗 fix g2plot link
  • fb4ed9a chore(Table): Update custom-filter-panel.md demo (#19899)
  • 46026c3 :memo: changelog Menu.Item
  • 5d26cb0 :memo: 3.25.3 changelog
  • 958bc51 docs: 🔗 fix antv.alipay.com to new antv.vision
  • fb66bce docs: fix promote link
  • 041b7fa fix: cp command do not work in MacOS, #19775
  • be30d4b docs: 🔥 announce brand new antv.vision
  • fecdfd9 Update rc-tabs to version 9.7.0 (#19726)
  • 040fe56 fix time-picker disabled item focus style (#19812)
  • 102efd5 docs: Improved grammar in AutoComplete docs (#19875)

There are 31 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.0
  • 🏆 3.26.0 will be the last minor version of antd v3. And v4 beta is coming!
  • 🌟 Notification support closeIcon props. #19618 @liuchao233
  • 🌟 Typography support pt_BR locale. #19651 @liuchao233
  • 🌟 Table support defaultFilteredValues props. #18925 @mgcrea
  • 🇲🇰 Locale add Macedonian support. #19647 @sradevski
  • 🐞 Fix Input.Group compat mode has wrong border radius for Input Addon. #19926
  • 🐞 Fix Spin render default indicator when indicator is null. #19943
  • 🐞 Fix Button component disabled with loading not prevent pointer-events. #19958
  • 🐞 Fix message can not cancel when key is provided. #19967
  • 🐞 Fix image in Upload with picture-card mode exceeds the border. #20008 @qq645381995
  • 🐞 Fix Input clear icon overlap with feedback icon. #20017
  • 🐞 Fix Slider tooltip text not align center. #20016
  • 🐞 Fix Descriptions items not working with React.Fragment. #20019
  • 🛠 Upload under drag mode moves className and style to the real effect dom.#19987
  • 💄Add less variable @table-header-bg-sm and fix small Table footer style. #19939

  • 🏆 3.26.0 将为 antd v3 最后一个 minor 版本,v4 beta 版即将发布!
  • 🌟 Notification 支持 closeIcon 属性。#19618 @liuchao233
  • 🌟 Typography 添加 pt_BR 国际化支持。#19651 @liuchao233
  • 🌟 Table 支持 defaultFilteredValues 属性。#18925 @mgcrea
  • 🇲🇰 国际化添加北马其顿支持。#19647 @sradevski
  • 🐞 修复 Input.Group 紧凑模式下使用 Input Addon 圆角不对的问题。#19926
  • 🐞 修复 Spin 在 indicator 属性为 null 时,渲染默认的旋转图标。#19943
  • 🐞 修复 Button 组件 disabledloading 状态下没有阻止鼠标事件。#19958
  • 🐞 修复 message 组件使用 key 时无法手动取消的问题。#19967
  • 🐞 修复 Upload 在 picture-card 模式下,图片过长会超出边界的问题。#20008 @qq645381995
  • 🐞 修复 Input 清除图标和反馈图标重合的问题。#20017
  • 🐞 修复 Slider 的 tooltip 内容没有居中的问题。#20016
  • 🐞 修复 Descriptions 内使用 React.Fragment 的渲染问题。#20019
  • 🛠 Upload 拖拽模式下的 classNamestyle 将会作用到真正的 dom 上。#19987
  • 💄 新增 less 变量 @table-header-bg-sm 并修复小号 Table 的 footer 样式。#19939
Commits

The new version differs by 30 commits.

  • 73db454 3.26.0 change log (#20026)
  • ca6260c Update index.zh-CN.md (#19627)
  • a713a6a Merge pull request #20024 from ant-design/merge-feature
  • 1d516d7 merge feature
  • 6e69bcc fix test case
  • d7e8102 :bug: Fix Descriptions items not working with React.Fragment (#20019)
  • 0ec7fa8 :bug: Fix Slider tooltip not aligned center (#20016)
  • 329edc1 :bug: Fix Input clear icon overclap with feedback icon (#20017)
  • 74e0587 Update stylelint-config-prettier to version 7.0.0 (#20013)
  • 815d525 :memo: change home page promote url
  • b022eaf fix: fix upload long picture style (#20008)
  • 53eee98 :bug: docs: fix scrollama error
  • c824569 move className and style to ant-upload-drag (#19987)
  • f7d211f Update http-server to version 0.12.0 (#19982)
  • d6430ad fix: update message content with a unique key and cancel manually (#19967)

There are 30 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.1
  • 🐞 Fix List pagination options text align. #20037
  • 🐞 Fix Button text not align well in Chrome. #20059
  • 🐞 Fix DescriptionItem className error applied to label. #20067 @Liu-Ya
  • 🐞 Fix Tree duplicated icons when showLine is true. #20090
  • 🐞 Fix Editable Typography flush in Firefox. #20118
  • 🐞 Improve Icon component definition to be compatible with create-react-app svg component. #20142
  • Table
    • 🐞 Fix small table header border missing. #20030
    • 🐞 Fix filterIcon throws error when render string or number.
    • 🐞 Fix filterIcon shows wrong title when returns Tooltip. #20049
    • 🐞 Fix columns have 9px align issue in Windows Chrome. #19952

  • 🐞 修复 List 下分页选项文本对齐问题。#20037
  • 🐞 修复 Chrome 下 Button 文字没有垂直居中的问题。#20059
  • 🐞 修复 DescriptionItem 的 className 错误应用于 label。#20067 @Liu-Ya
  • 🐞 修复 Tree showLine 为 true 时展示多余图标的问题。#20090
  • 🐞 修复 Typography 可编辑组件在 Firefox 下闪动的问题。#20118
  • 🐞 修复 Icon component 的定义,使其兼容于 create-react-app 的 svg 组件定义。#20142
  • Table
    • 🐞 修复小号 Table 表头边框丢失的问题。#20030
    • 🐞 修复 filterIcon 返回字符串或数字时报错的问题。
    • 🐞 修复 filterIcon 返回 Tooltip 时显示了错误的 title#20049
    • 🐞 修复在 Windows Chrome 下固定列有 9px 的对齐问题。#19952
Commits

The new version differs by 36 commits.

  • fd6d179 chore: lock eslint-plugin-impor
  • e01e545 :up: upgrade eslint-plugin-import
  • 13fb839 :up: fix eslint errors
  • 85fcf0f :bug: fix Icon component ts error with cra definition
  • 0b1a540 Bump 3.26.1
  • ea1f00d Merge pull request #20140 from ant-design/release-3.26.1
  • bef81be add 3.6.1 changelog
  • b875f2a Update react-dnd to version 10.0.2 (#20138)
  • 408fbb4 Update stylelint-config-prettier to version 8.0.0 (#20129)
  • 850a5b4 Docs: fix table demo typing error (#20115)
  • ab36853 :memo: improve create-react-app documentation
  • 9b65863 :white_check_mark: Add lighthouse-ci action
  • adf5288 :lipstick: Fix Editable Textarea flash in Firefox
  • 4300c04 :memo: improve Typography demo description
  • fb68fcd :lipstick: use classNames in Editable

There are 36 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.2
  • 🐞 Fix DatePicker disabledTime TypeScript definition to be optional. #20153 @khaledkhalil94
  • 🐞 Fix Transfer's title of dataSource TypeScript definition to be optional. #20144 @mraiguo

  • 🐞 修正 DatePicker disabledTime 属性 TypeScript 定义为可选。#20153 @khaledkhalil94
  • 🐞 修正 Transfer dataSourcetitle 属性 TypeScript 定义为可选。#20144 @mraiguo
Commits

The new version differs by 6 commits.

  • 20ef1f1 :clapper: improve Dropdown context menu demo
  • 62839eb :sparkles: bump 3.26.2
  • 2f7998c Fix: "disabledTime" property type in date-picker
  • fee211e :memo: Add docs for ConfigProvider getPopupContainer
  • 8188956 When using the render property to customize the title, the title property of the datasource is not required
  • 57cb4a4 docs: update changelog

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.3
  • 🛠 support unpkg field in package.json. #20193
  • 🐞 Fix Tree showLine and showIcon missing icon. #20196
  • 🐞 Fix Modal combine Drawer cause invalid scroll problem. #20242
  • 🐞 Fix Drawer switchScrollingEffect prop on a DOM element warning. #20175
  • 🐞 Fix Select Option label definition. #20190 @ZhechenLi
  • 💄 Optimize Form feedback icon padding. #20164 @Satloff
  • 💄 Add less variables for Select/Cascader to optimize dropdown padding and border radius. #20156 @Satloff

  • 🛠 antd package.json 中补充 unpkg 字段。#20193
  • 🐞 修复 Tree showLineshowIcon 同时开启时 [+] [-] 图标丢失的问题。#20196
  • 🐞 修复 Modal 和 Drawer 结合使用时导致滚动失效的问题。#20242
  • 🐞 修复 Drawer switchScrollingEffect prop on a DOM element 警告。#20175
  • 🐞 修复 Select Option 的 label 属性定义。#20190 @ZhechenLi
  • 💄 优化 Form 反馈图标的间距样式。#20164 @Satloff
  • 💄 Select/Cascader 新增和优化边距 padding 和圆角的相关 less 变量。#20156 @Satloff
Commits

The new version differs by 12 commits.

  • 32cf75c :sparkles: Release 3.26.3 (#20258)
  • 7cb4d4b Add link of "Install and Initialization" to Getting started (#20251)
  • 65ea688 fix: Modal combine Drawer cause overflow invalid (#20242)
  • 1958b78 docs: copy state to props is a bad practice (#20212)
  • a90e447 docs: Update Tree docs (#20208)
  • b02d80d :clapper: improve Tree showLine demo
  • 0a5ec67 :bug: Fix Tree showLine and showIcon missing icon
  • f459ae9 :wrench: Add unpkg field in package.json (#20193)
  • 6301c20 fix: fix type of OptionProps
  • fdc6070 :lipstick: fix home buttons align of Windows Firefox
  • 721d8cb improve dropdown/cascader/select customization
  • b0d55c8 fix icon spacing in forms

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.4
  • 🐞 Fix upload preview not support ico file type issue. #20375 @Rustin-Liu
  • 🐞 Fix Form feedback icon combine Input suffix display not correct. #20363
  • 🐞 Fix Tag onClick been triggered when close it. #20355
  • 🐞 Fix Cascader component form check color trigger issue. #20347 @xrkffgg
  • 🐞 Disallow auto focus input after triggering onSearch event in mobile and tablet devices. #20332 @YaoKaiLun
  • 🐞 Fix Tabs ink bar missing transition animation. #20283
  • 🐞 Fix TreeNode without icon show white block in showIcon mode. #20274
  • TypeScript

  • 🐞 修复 Upload 组件预览不支持 .ico 文件问题。#20375 @Rustin-Liu
  • 🐞 修复 Form feedback 图标结合 Input suffix 显示不正确。#20363
  • 🐞 修复 Tag 关闭时 onClick 被触发的问题。#20355
  • 🐞 修复 Cascader 组件 Form 校验触发时,鼠标悬浮显示颜色问题。#20347 @xrkffgg
  • 🐞 修复移动端点击搜索后,自动聚焦输入框,导致弹出键盘的问题。#20332 @YaoKaiLun
  • 🐞 修复 Tabs 高亮条宽度的 transition 过度动画失效的问题。#20283
  • 🐞 修复 TreeNode 不设置 icon 时会展示一个空白占位的问题。#20274
  • TypeScript
    • ⚡️ 更新 Table onChangefilters 的定义。#20337 @MrHeer
Commits

The new version differs by 27 commits.

  • 088ca07 docs: 3.26.4 changelog (#20379)
  • f4fd7cf Update index.zh-CN.md (#20382)
  • 0a00c5e Correct Grammar in Form Component's Documentation (#20381)
  • 92169c4 upload: fix upload not support ico file type issue(#20360) (#20375)
  • 74082de fix(Form): feedback icon with input suffix display not correct (#20363)
  • f98deba chore: :memo: improve docs and config json (#20364)
  • 6e27c62 :bug: fix Tag onClick triggered when close (#20355)
  • 38dab1f fix: cascader error color (#20347)
  • f14f934 update TreeSelect docs (#20341)
  • 32744e7 fix: Disallow auto focus input after triggering "onSearch" event in mobile and tablet devices (#20332)
  • ea9e9fb :bug: (Table): fix filters define in onChange (#20337)
  • 7a2d1f2 :lipstick: optimize Steps labelPlacement vertical UI (#20325)
  • aa0b1c5 chore: :wastebasket: remove unused prop
  • ced537d docs: :memo: fix site overflow style
  • 930ad2e docs: 📝 Description List => Descriptions (#20316)

There are 27 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.5
  • Table
    • 🐞 Revert the logic of return fisrt page by default after sort. #20507
    • 🐞 Fix header wrong text align when colspan=1. #20463
  • 🐞 Fix Tabs ink bar disappearing when animated prop is false. #20417 @xrkffgg
  • 🐞 Fix Tree wrong indent. #20456

  • Table
    • 🐞 回滚排序后默认回到第一页的逻辑。#20507
    • 🐞 修复分组列头在 colspan=1 时文本没有对齐的问题。#20463
  • 🐞 修复 Tabs 的 animated 属性为 false 时,高亮条消失的问题。#20417 @xrkffgg
  • 🐞 修复 Tree 节点缩进不正确的问题。#20456
Commits

The new version differs by 13 commits.

  • 8e793c4 Bump 3.26.5
  • 8947275 docs: Add the changelog of 3.26.5 (#20520)
  • df8f343 revert Table page return 1 after sort (#20507)
  • 670bd4b :white_check_mark: update snapshots
  • 75ed2e0 :memo: Add instruction about disabledDate
  • 2f72e47 :bug: Fix Table header text align when colspan=1 (#20463)
  • 77dc5fa :memo: Update draggable.md (#20458)
  • 9ea5fb3 :bug: Fix Tree wrong indent (#20456)
  • 847f5fc fix: tab bar animated style (#20417)
  • 44a63ac :memo: update feature
  • 1ae0984 doc: fix warning date (#20413)
  • dc3bf75 docs: add #20325 in 3.26.4 changelog (#20395)
  • b826157 update TreeSelect docs (#20402)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.6
  • 📢 v3 branch changes from master to 3.x-stable and v4 merge into master.
  • 💄 Improve Steps type="navigation" UI in small screen. #20545
  • 🐞 Fix message.xxx pass null will failed. #20546
  • 🐞 Remove Input.Password value attribute from dom. #20544

  • 📢 v3 分支由 master 进入 3.x-stable,v4 合入 master
  • 💄 优化 Steps type="navigation" 在小屏幕下的样式。#20545
  • 🐞 修复 message.xxx 传入 null 会报错的问题。#20546
  • 🐞 优化 Input.Password 在 dom 中明文显示 value 属性的问题。#20544
Commits

The new version differs by 12 commits.

  • 44c9bca docs: 3.26.6 changelog (#20647)
  • 4df1cd3 docs: update Modal docs (#20612)
  • 2f7c895 Revert "Update colors.en-US.md (#20606)" (#20607)
  • c513296 Update colors.en-US.md (#20606)
  • 2416f73 fix: url 404 (#20589)
  • d102c2b :up: upgrade stylelint-order (#20585)
  • 2adf8ce fix: 💄 Remove Input.Password value attribute from dom (#20544)
  • 528f1df Fix image misplacing (#20552)
  • 4297f33 fix: use Object.prototype.toString to check object (#20546)
  • 8ea9356 :lipstick: Improve Step type="navigation" UI in small screen (#20545)
  • bcb71b8 chore: dev mode always show debug default (#20535)
  • 121437b Remove inconsistant style (#20533)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.7
  • 💄 Optimize Table fixed columns blank problem in some case. #20821 @AshoneA
  • 🐞 Fix Tree switcherIcon shown in leaf node problem. #20753
  • 🐞 Fix Badge z-index higher than Table fixed columns. #20751
  • 🐞 Fix Cascader search bug when fieldNames is existed and label/value share same name. #20720
  • 🐞 Fix Collapse background color with wrong less variable. #20718 @kuitos
  • 🐞 Fix Input.Group inside <Form layout="vertical" > 1px bug. #20685

  • 💄 优化 Table 固定列在某些情况下出现空白间隔的问题。#20821 @AshoneA
  • 🐞 修复 Tree switcherIcon 在叶子节点上展示的问题。#20753
  • 🐞 修复 Badge 在 Table 固定列中穿透的问题。#20751
  • 🐞 修复 Cascader fieldNames 中 label 和 value 共用一个值时搜索功能失效的问题。#20720
  • 🐞 修复 Collapse 背景使用错误的 less 变量。#20718 @kuitos
  • 🐞 修复 <Form layout="vertical" > 内 Input.Group 偏上一像素的问题。#20685
Commits

The new version differs by 25 commits.

  • b6fc016 chore: check commit (#20880)
  • 92fe411 docs: 3.26.7 changelog (#20873)
  • ab29ecb fix: better approach to solve not show overflow content when in elastic (#20821)
  • 23d5a85 :clapper: improve Tag demo
  • 6e4fa95 :bug: fix Tree switcherIcon shown in leaf node (#20753)
  • 2753ce9 :bug: tweak @zindex-badge for table fixed column
  • 057f5b8 :bug: Fix Cascader search bug when fieldNames existed (#20720)
  • d3eea22 fix: correct the collapse-borderless class variable (#20718) (#20721)
  • da2f54a refactor: improve digital input in tooltip demo (#20702) (#20717)
  • e5dd231 site: 📣 promote yuque activity
  • c6eafe8 :bug: fix Input.Group 1px bug in vertical layout form (#20685)
  • 0520b84 docs: Update year in change log (#20670)
  • 8dd91ca docs: Update home for antd next link
  • 44c9bca docs: 3.26.6 changelog (#20647)
  • 4df1cd3 docs: update Modal docs (#20612)

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.8
  • 🐞 Fix Tooltip hidden when title is 0. #20894
  • 🐞 Fix List actions inconsistent position. #20897
  • 🐞 Fix Card font-size of actions not in less theme variables. #21106
  • 🐞 Fix Layout components displayName. #21124
  • 🐞 Fix Modal.confirm okButtonProps and cancelButtonProps interface. #21165

  • 🐞 修复 Tooltip title0 时没有显示的问题。#20894
  • 🐞 修复 List actions 位置不在右边的问题。#20897
  • 🐞 修复 Card actions 字体大小不受 less 变量影响的问题。#21106
  • 🐞 修正 Layout 各组件的 displayName#21124
  • 🐞 优化 Modal.confirm 的 okButtonPropscancelButtonProps 的 TypeScript 类型。#21165
Commits

The new version differs by 11 commits.

  • 59c29a4 :sparkles: release 3.26.8 (#21187)
  • d3102bb :bug: fix site menu affix bug (#21188)
  • e036e4c site: 📣 promote g2plot
  • da3540b Replace NativeButtonProps with ButtonProps for okButtonProps and cancelButtonProps. (#21165)
  • bba87d4 update display names for layout components (#21124)
  • 6de8522 fix: card actions font-size issue (#21106)
  • 674074c fix: 3.x deploy site (#20682)
  • c68f446 fix error docs (#20926)
  • a96a95c :bug: Fix List item flex layout (#20897)
  • b112378 :bug: Fix Tooltip title 0 is not shown (#20894)
  • db4bec9 version 3.23.0 (#20890)

See the full diff