fanfoujs / electron-fanfou

[WIP] An Electron app for Fanfou
MIT License
1 stars 0 forks source link

Update antd to the latest version 🚀 #49

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency antd was updated from 3.26.12 to 4.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: zombiej License: MIT

Release Notes for 4.0.0
  • 🏆 Ant Design v4 is out! Check here for more info.
  • 🐞 Breadcrumb use path as default key to fix name key conflict. #21583 @douxc
  • 🌟 Timeline.Item support label. #21560 @shaodahong
  • 🐞 Fix Table filter menu max height style with many items. #21602
  • 💄 Add the Calendar component's custom default font color for display content. #21598 @xrkffgg
  • 🚮 Remove DatePicker legacy cell className for custom cell style. #21589
  • 🐞 Fix RangePicker style render bug in IE11. #21587
  • 🛠 Progress strokeColor now will ignore incorrect percent. #21564 @AshoneA
  • 🐞 Fix Progress trailColor not working when type=line. #21552 @AshoneA
  • 🐞 Fix the background of the components in the pop-up components in the dark theme. #21299
    • 💄 Optimization under the dark theme color swatches transparency.
    • 🌟 new less variable @popover-customize-border-color, @list-customize-card-bg, @table-expand-icon-bg, @steps-background, @pagination-item-input-bg for theme customization.

  • 🏆 Ant Design v4 发布!点击此处查看更多信息。
  • 🐞 Breadcrumb 使用 path 作为默认 key 以修复 name 作为 key 重名的冲突问题。#21583 @douxc
  • 🌟 Timeline.Item 支持 label#21560 @shaodahong
  • 🐞 修复 Table 筛选菜单高度溢出屏幕的问题。#21602
  • 💄 增加 Calendar 组件自定义显示内容的默认字体颜色。#21598 @xrkffgg
  • 🚮 移除 DatePicker 针对自定义单元格的 3.x 的兼容类名。#21589
  • 🐞 修复 RangePicker 在 IE11 下的样式渲染问题。#21587
  • 🛠 Progress 中 strokeColor 属性现在会忽略错误的百分比参数。#21564 @AshoneA
  • 🐞 修复 Progress trailColor 属性在 type=line 时无效果的问题。#21552 @AshoneA
  • 🐞 修复暗色主题下,组件在弹出层组件下的背景样式问题。#21299
    • 💄 优化暗色主题下色板透明度。
    • 🌟 新增 less 变量 @popover-customize-border-color@list-customize-card-bg@table-expand-icon-bg@steps-background@pagination-item-input-bg 用于主题定制。
Commits

The new version differs by 872 commits ahead by 872, behind by 51.

  • 5a60d48 docs: 4.0.0 changelog (#21652)
  • 181ef7f Merge remote-tracking branch 'origin/feature'
  • 8e367cc chore: 🆙 upgrade rc-pagination to 2.0 (#21650)
  • b64e6b0 Update CHANGELOG.zh-CN.md
  • 464c108 docs: Adjust QR code to use https instead
  • 28e8e1b site: :lipstick: tweak header more arrow style
  • d86c14b docs: fix link in ConfigProvider (#21647)
  • 566c379 chore(deps): bump rc-virtual-list from 0.0.0 to 1.0.0 (#21646)
  • ba78905 docs: Fix site fixed nav overflow style
  • de0d609 docs: Adjust site (#21642)
  • 12761e8 fix: Breadcrumb 默认使用path作为唯一key (#21583)
  • afedb41 docs: Site with single paging (#21360)
  • 2620801 Update verbiage in sample to match the property value (#21628)
  • e259449 chore: Update rc component version
  • 3c6faa6 :clapper: Improve Grid demo style (#21625)

There are 250 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 4 years ago

Update to this version instead 🚀

Release Notes for 4.0.1
  • Form
    • 🐞 Fix Form help control will get react@16.13 warning. #21800 #21702
    • 🐞 Fix Form.Item exceed Form width when content is too long. #21682
  • Input
    • 🐞 Fix TextArea style get warning in react@16.13. #21703
    • 🐞 Fix Input.Search extra border when has prefix. #21753
  • Table
    • 🐞 Fix Table column with filtered not working. #21825
    • 🐞 Fix Table locale not work. #21772
    • 🐞 Fix Table.Column sortOrder is not working in JSX mode. #21719
    • 🐞 Fix Table fixed column with sorted status style issue. #21679
  • 🐞 Fix Dropdown menu arrow position. #21768 @xrkffgg
  • 🐞 Fix List bordered and split props conflict. #21784 @MXWXZ
  • 🐞 Fix Menu.Item a tag hidden bug. #21699 @shaodahong
  • 🐞 Fix message.open crash when icon is not passed. #21747 @AshoneA
  • 🐞 Fix Result status cannot assigned to string or number type. #21691
  • 🐞 Fix Descriptions warning for duplicate key. #21688
  • 💄 Optimize Calendar header style in small screen. #21813
  • 💄 Radio.Group not wrapping now. #21813
  • 🛠 Refactor icons import code to reduce webpack disabled tree shaking bundle size. #21752
  • Typescript
    • 🐞 Fix Radio.Button type error. #21807 @jhoneybee
    • 🐞 fix TreeSelect.SHOW_* type. #21791 @TennyZhuang
    • 🐞 Fix TreeSelect missing suffix define. #21714
    • 🐞 Fix Drawer forceRender TypeScript definite. #21774
    • 🐞 Fix Tree treeData define. #21756
    • 🐞 Fix Form.Item renderProps return type define. #21716

  • Form
    • 🐞 修复 Form help 受控时会导致 react@16.13 报警告的问题。#21800 #21702
    • 🐞 修复 Form.Item 宽度在内容过长时会超出 Form 的样式问题。#21682
  • Input
    • 🐞 修复 TextArea 样式在 react@16.13 下会报警告的问题。#21703
    • 🐞 修复 Input.Search 有 prefix 时的右边框样式问题。#21753
  • Table
    • 🐞 修复 Table column 的 filtered 属性无效的问题。#21825
    • 🐞 修复 Table locale 无效的问题。#21772
    • 🐞 修复 Table.Column sortOrder 在 JSX 模式下无效的问题。#21719
    • 🐞 修复 Table 固定列在排序状态时的样式问题。#21679
  • 🐞 修复 Dropdown 菜单里箭头图标的位置。#21768 @xrkffgg
  • 🐞 修复 List 组件 borderedsplit 属性冲突的问题。#21784 @MXWXZ
  • 🐞 修复 Menu.Item 中 a 标签换行无法显示的问题。#21699 @shaodahong
  • 🐞 修复 message.openicon 为空时报错的问题。#21747 @AshoneA
  • 🐞 修复 Result status 属性不能赋值 string 或者 number 类型的问题。#21691
  • 🐞 修复 Descriptions 报 key 重复的警告信息。#21688
  • 💄 优化 Calendar 在窄屏幕下的标题样式。#21813
  • 💄 Radio.Group 不再折行。#21813
  • 🛠 重构 icons 导入代码以降低没有开启 tree shaking 的打包尺寸。#21752
  • Typescript
    • 🐞 修复 Radio.Button 的类型定义。#21807 @jhoneybee
    • 🐞 修复了 TreeSelect.SHOW_* 的类型问题。#21791 @TennyZhuang
    • 🐞 修复 TreeSelect 缺失 suffix 定义。#21714
    • 🐞 修复 Drawer forceRender 的 TypeScript 定义。#21774
    • 🐞 修复 Tree treeData 定义。#21756
    • 🐞 修复 Form.Item renderProps 的类型定义。#21716
Commits

The new version differs by 77 commits.

  • 510b658 docs: 4.0.1 changelog (#21846)
  • 63e6c9a Revert "feat: add support use dots to provide dotsClasse (#21708)" (#21847)
  • 6d686db docs: 📝 Update PULL_REQUEST_TEMPLATE.md (#21844)
  • 1556582 style: optimization dropdown menu style (#21768)
  • 3c292b9 docs: :memo: instruction about useForm
  • 5573440 docs: Fix v3 form mig doc
  • 92c189f clarify duration example description (#21838)
  • e7c2ee5 docs: Add Table missing expandIconColumnIndex in doc
  • 453c681 docs: rewrite drag-drop demo by react-dnd hooks (#21836)
  • 8fe701b fix: Fix table column filtered not work (#21825)
  • c928952 :clapper: improve form demo
  • 30a3c32 :wrench: do not fail build in PacktrackerPlugin
  • f287708 :lipstick: optimize Calendar header style in small screen
  • c8a8e5d :lipstick: Radio.Group not wrapping now
  • 621df69 fix: Radio.Button type error (#21807)

There are 77 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀