rwieruch / nextjs-firebase-authentication

Next.js + Firebase Starter
https://www.robinwieruch.de
652 stars 113 forks source link

Update antd to the latest version 🚀 #71

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The dependency antd was updated from 3.26.13 to 4.0.4.

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.4
  • 🐞 Fix AutoComplete clear icon overlap issue on search icon. #22310
  • 🐞 Fix Button align issue when is disabled and wrapped by Tooltip. #22461
  • 🐞 Fix Cascader search need to press down arrow twice to select item. #22216 @Kermit-Xuan
  • 🐞 Fix Carousel cannot works on Snowpack. #22507
  • 🐞 Fix ConfigProvider componentSize not works on DatePicker.RangePicker. #22486
  • 🐞 Fix Descriptions cannot fit to small container width. #22407
  • ⚡️ Optimization Form.Item with multiple noStyle children Form.Item message collection performance. #22410
  • 🐞 Fix Grid broken style using Col without span. #22455
  • 💄 Add InputNumber RTL style. #22434
  • Menu
    • 🛠 Menu inherit line-height from header. #16142 @sheerun
    • 🐞 Fix Menu unexpected scrollbar when show and hide. #22248
  • 🐞 Fix Progress Dashboard won't allow gapDeg to be 0. #22462 @thisrabbit
  • 🛠 Adjust Radio.Group logic that value is undefined should be uncontrolled mode. #22245
  • ⚡️ Reduce Row unnecessary render when gutter is array. #22475 @dolfje
  • 💄 Tweak RangePicker arrow shadow style. #22406
  • 🐞 Fix Select dropdown menu vertical padding. #22251
  • 🐞 Fix Slider tooltip crash when with nullable value. #22482
  • Table
    • 🐞 Fix Table ColumnGroup with controlled sorterOrder not working issue. #22450
    • 🐞 Fix Table border radius style. #22413 @akshatmittal
    • 🐞 Fix Table fixed column height issue. #22367
    • 🐞Fix Table row expand icon show error in ipad. #22334 @BugHiding
    • 🛠 Table column.filter support boolean value. #22277 @xudongdev
    • 🐞 Fix Table filter no working when only set onFilter. #22317
  • 🐞 Fix TreeSelect treeIcon not working. #22437
  • 🐞 Refactor DirectoryTree to fix deprecated warning. #22318
  • 🐞 Fix Typography nest list style issue. #22284
  • 🐞 Adjust Upload onChange return fileList is immutable data to avoid render issue. #22322
  • 🌎 Localization
  • Typescript

  • 🐞 修复 AutoComplete 下使用 Search 时清除图标和搜索图标重叠样式异常的问题。#22310
  • 🐞 修复 Button 为 disabled 时被 Tooltip 包裹时的对齐问题。#22461
  • 🐞 修复 Cascader 搜索时需要按两次向下箭头才能选中问题。#22216 @Kermit-Xuan
  • 🐞 修复 Carousel 无法使用 Snowpack 构建的问题。#22507
  • 🐞 修复 ConfigProvider componentSize 对 DatePicker.RangePicker 无效的问题。#22486
  • 🐞 修复 Descriptions 在小尺寸下无法自适应的问题。#22407
  • 🐞 修复 Grid 下使用不带 span 的 Col 时样式错乱的问题。#22455
  • ⚡️ 优化 Form.Item 有多个 noStyle 子 Form.Item 时信息收集性能。#22410
  • 💄 增加 InputNumber RTL 模式样式。#22434
  • Menu
    • 🛠 Menu 继承标题的 line-height#16142 @sheerun
    • 🐞 修复 Menu 子菜单展开/收起时会出现滚动条的问题。#22248
  • 🐞 修复 Progress 仪表盘状进度条传入 gapDeg0 时仍然有缺口的问题。#22462 @thisrabbit
  • 🛠 调整 Radio.Group 逻辑,valueundefined 时为非受控状态。#22245
  • 💄 微调 RangePicker 箭头阴影样式。#22406
  • ⚡️ 减少 Row 在 gutter 是数组时非必要的额外渲染。#22475 @dolfje
  • 🐞 修复 Select 下拉菜单的上下 padding。#22251
  • 🐞 修复 Slider 使用 nullable 值时弹出提示会崩溃的问题。#22482
  • Table
    • 🐞 修复 Table ColumnGroup 使用受控 sorterOrder 无效的问题。#22450
    • 🐞 修复 Table 边框圆角样式问题。#22413 @akshatmittal
    • 🐞 修复 Table 固定列高度样式问题。#22367
    • 🐞 修复 Table 展开行按钮在 ipad 下的样式问题。#22334 @BugHiding
    • 🐞 修复 Table 在只设置 onFilter 时过滤无效的问题。#22317
    • 🛠 Table column.filter 的 value 定义可以支持 boolean#22277 @xudongdev
  • 🐞 重构 DirectoryTree 以修复废弃 API 警告信息。#22318
  • 🐞 修复 TreeSelect treeIcon 无效的问题。#22437
  • 🐞 修复 Typography 嵌套列表的样式问题。#22284
  • 🐞 调整 Upload onChange 返回参数 fileList 为不可变数据以解决渲染问题。#22322
  • 🌎 国际化
  • Typescript
    • 🐞 移除 Table getCheckboxPropschecked 类型定义。#22391 @geekrainy
Commits

The new version differs by 1159 commits ahead by 1159, behind by 61.

  • a0309f0 chore: Update test all script
  • 136859a chore: Test case add more delay
  • 154d733 Update index.zh-CN.md
  • 517e753 chore: Update test all script
  • 7dd1ae0 docs: Update changelog
  • 641f5c7 fix: progress rtl style (#22509)
  • e2a9ab4 refactor: import react-slick instead of require (#22507)
  • 011cac4 docs: Update basic.md (#22467)
  • 2668deb update prettierrc (#22506)
  • 3459bfc docs: 4.0.4 changelog (#22505)
  • e744cf5 :up: upgrade prettier
  • d7e8fa2 fix: Col without span prop should keep default (#22455)
  • 41e378a docs: :book: better form demo code naming style (#22490)
  • dfb9f20 docs: :book: TreeSelect switcherIcon doc (#22489)
  • 0519111 fix: gapDegree=0 in Dashboard progress is now working (#22462)

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: