gilmarsquinelato / i18n-manager

Translation management app
https://electronjs.org/apps/i18n-manager
MIT License
561 stars 114 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency antd was updated from 3.21.1 to 3.21.2.

🚨 View failing branch.

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

antd is a 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 passed ([Details](https://travis-ci.org/gilmarsquinelato/i18n-manager/builds/567993373?utm_source=github_status&utm_medium=notification)). - ❌ **Travis CI - Branch:** The build **errored**.

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

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.21.1 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.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 5 years ago

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

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 231 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 231 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.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 242 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
  • 5e56dc5 up to 3.22.1
  • 845dd13 add 3.22.1 changelog (#18465)
  • cde78c8 修复纯图标按钮在默认形状下不同大小均显示为正方形 (#18458)
  • 271c7aa :clapper: update steps demo style

There are 242 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.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 326 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 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.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 332 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
  • 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

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.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 367 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 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.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 434 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 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.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 467 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 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.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 504 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 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.23.6
  • 🐞 Fix Typography ref warning of React. #19074

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

The new version differs by 512 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)
  • 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)

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.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 648 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 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.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 655 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
  • 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

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.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 671 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 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.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 709 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 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.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 745 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 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.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 777 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 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.25.2
Commits

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

See the full diff