rwieruch / nextjs-firebase-authentication

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

Update antd to the latest version ๐Ÿš€ #74

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.14 to 4.1.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.1.0
  • ๐Ÿ”ฅ Support compact mode theme. #22126 @AshoneA
  • ๐Ÿ”ฅ New Space component to resolve inline component margin style. #22363
  • ๐Ÿ”ฅ DatePicker support quarter picker. #22468
  • ๐Ÿ†• Tree/TreeSelect/Select support virtual prop to disable virtual scroll. #21955
  • ๐Ÿ†• Improve Pagination switch experience. #22711
    • Pagination will show size changer when total > 50.
    • Unify Pagination items to fixed length.
    • Change default size options to 10, 20, 50, 100.
  • Table
    • ๐Ÿ†• Table pagination position add more option. #22647 @hengkx
    • ๐Ÿ†• Table selection column support renderCell. #21711
    • ๐Ÿ†• Table sorter adding hint tooltip and a new prop showSorterTooltip. #21631 @AshoneA
  • ๐Ÿ†• Tag component support icon prop. #22418 @vtsybulin
  • ๐Ÿ†• Grid add useBreakpoint hook. #22226
  • ๐Ÿ†• Card support tabProps. #22207
  • ๐Ÿ†• Pagination add autoResize prop. #21959 @wendellhu95
  • ๐Ÿ†• Add render props support for Popover/Popconfirm. #22034 @nossbigg
  • ๐Ÿ†• TimePicker.RangePicker support order prop. #21948
  • ๐Ÿ†• Carousel dots support object to pass className. #21848
  • ๐Ÿ†• Form validateMessages support ${label} variable. #21835
  • ๐Ÿ†• Expose all Dropdown props in Breadcrumb.Item. #20763 @paranoidjk
  • โŒจ๏ธ Improve Tabs Accessibility. #22287
    • Add Tabs keyboard prop.
    • Tabs extraContent don't trigger keyboard navigation now.
  • ๐Ÿ›  Warning Form.Item with defaultValue when it's controlled. #22571
  • ๐Ÿ›  Menu.Item Tooltip could be hidden by falsy title prop. #22202
  • ๐Ÿ›  Typography onExpand function support event parameter. #22092 @BlazPocrnja
  • ๐Ÿ›  Simplify Popconfirm and Popover dom structure. #22052
  • ๐Ÿž Fix Autocomplete display null when value is null. #21955
  • ๐Ÿž Adjust Drawer close button without title style to avoid overlap with scroll bar. #22710
  • ๐Ÿž Fix Calendar style details. #22676
  • Table
    • ๐Ÿž Fix Table fixed column shadow style in Safari. #22680
    • ๐Ÿž Fix Table style affect nest table element. #22643
    • ๐Ÿž Fix Table emptyText is not centered and show pagination when empty data. #22548 @hengkx
    • ๐Ÿž Fix Table rowSelection event bubbling with onRow. #22566 @hengkx
  • ๐Ÿž Fix Input with suffix only align style issue. #22603
  • ๐Ÿž Fix Alert cannot work with Tooltip/Popover. #22594
  • ๐Ÿž Fix nest dynamic Form.Item get react unmounted update warning. #22575
  • ๐Ÿ’„ Adjust Tag processing status color. #22303
  • ๐Ÿ’„ Remove Select dropdown group title mouse click style. #22581
  • ๐Ÿ’„ Redesign Table filter menu buttons and fix Dropdown edge padding style. #22072
  • ๐Ÿ’„ Move @form-item-label-height from form styles to theme variables. #22600 @slavakam
  • ๐Ÿ’„ Add less variables @link-focus-decoration and @link-focus-outline. #22511
  • ๐Ÿ’„ add separator cursor disabled of DatePicker. #22563
  • RTL
    • ๐Ÿ’„ Optimize Checkbox inner RTL style issue. #22627
    • ๐Ÿž Optimize Upload picture-card RTL style issue. #22630
    • ๐Ÿž Fix Badge RTL number style issue. #22665
    • ๐Ÿž Fix Select RTL style issue when select multiple options can be cleared. #22596
    • ๐Ÿž Fix Progress RTL style issue. #22558
    • ๐Ÿž Fix Badge RTL style issue. #22551
    • ๐Ÿž Fix Input RTL style issue. #22525
    • ๐Ÿž Fix Steps RTL style issue. #22523
    • ๐Ÿ’„ Optimize Tabs RTL icon style issue. #22653
    • ๐Ÿ’„ Optimize Input.Group RTL style issue. #22624
    • ๐Ÿ’„ Optimize Timeline label mode RTL style issue. #22652
    • ๐Ÿ’„ Optimization Select dropdown group RTL style issue. #22584
    • ๐Ÿ’„ Optimization Dropdown.Button RTL style issue. #22519
  • Typescript
    • ๐Ÿ›  replace deprecated React.SFC with React.FC. #22691 @Rustin-Liu
    • ๐Ÿž Fix Form.Item children definition. #22662

  • ๐Ÿ”ฅ ๆ”ฏๆŒ็ดงๅ‡‘ๆจกๅผไธป้ข˜ใ€‚#22126 @AshoneA
  • ๐Ÿ”ฅ ๆ–ฐ็š„ Space ็ป„ไปถไปฅๆ”ฏๆŒๅ†…่”็ป„ไปถ็š„้—ด่ทๆ ทๅผใ€‚#22363
  • ๐Ÿ”ฅ DatePicker ๆ”ฏๆŒๅญฃๅบฆ้€‰ๆ‹ฉๅ™จใ€‚#22468
  • ๐Ÿ†• Tree/TreeSelect/Select ๆ”ฏๆŒ virtual ๅฑžๆ€งไปฅๅ…ณ้—ญ่™šๆ‹ŸๆปšๅŠจใ€‚#21955
  • ๐Ÿ†• ๆ”น่ฟ› Pagination ไฝฟ็”จไฝ“้ชŒใ€‚#22711
    • Pagination ๅฝ“ total > 50 ๆ—ถ้ป˜่ฎคๆ˜พ็คบๅˆ‡ๆข้กตๆ•ฐ้€‰ๆ‹ฉๅ™จใ€‚
    • ็ปŸไธ€ Pagination ๅ้กตไปฅๅ†…็š„้กต็ ไธชๆ•ฐไฝฟๅ…ถๅฎฝๅบฆๆ›ด็ปŸไธ€ใ€‚
    • Pagination ่ฐƒๆ•ด้ป˜่ฎค้กตๆ•ฐ้€‰้กนไธบ 10, 20, 50, 100ใ€‚
  • Table
    • ๐Ÿ†• Table ๅˆ†้กตไฝ็ฝฎๅขžๅŠ ๆ›ดๅคš้€‰้กนใ€‚#22647 @hengkx
    • ๐Ÿ†• Table ้€‰ๆ‹ฉๅˆ—ๆ”ฏๆŒ renderCellใ€‚#21711
    • ๐Ÿ†• Table ๆŽ’ๅบๅขžๅŠ ไธ‹ๆฌกๆŽ’ๅบ็š„ๆ็คบ๏ผŒๅนถๅขžๅŠ  showSorterTooltip ๅฑžๆ€งๅผ€ๅ…ณใ€‚#21631 @AshoneA
  • ๐Ÿ†• Tag ๆ”ฏๆŒ icon ๅฑžๆ€งใ€‚#22418 @vtsybulin
  • ๐Ÿ†• Grid ๆทปๅŠ  useBreakpoint hook. #22226
  • ๐Ÿ†• Card ๆ”ฏๆŒ tabPropsใ€‚#22207
  • ๐Ÿ†• Menu.Item ไธŠ็š„ Tooltip ็Žฐๅœจๅฏไปฅไฝฟ็”จ title={null} ๆฅ็ฆ็”จใ€‚#22202
  • ๐Ÿ†• Pagination supports autoResize propใ€‚#21959 @wendellhu95
  • ๐Ÿ†• Popover/Popconfirm ๆทปๅŠ  render props ๆ”ฏๆŒใ€‚#22034 @nossbigg
  • ๐Ÿ†• TimePicker.RangePicker ๆ”ฏๆŒ order ๅฑžๆ€ง็”จไบŽ่ฎพ็ฝฎๆŽ’ๅบ่กŒไธบใ€‚#21948
  • ๐Ÿ†• Carousel dots ๆ”ฏๆŒๅฏน่ฑกไผ ้€’ classNameใ€‚#21848
  • ๐Ÿ†• Form validateMessages ๆ”ฏๆŒ ${label} ๅ˜้‡ใ€‚#21835
  • ๐Ÿ†• ๆšด้œฒ Breadcrumb.Item ็ป„ไปถ็š„ๆ‰€ๆœ‰ Dropdown ็š„ๅฏ้…็ฝฎๅฑžๆ€งใ€‚#20763 @paranoidjk
  • โŒจ๏ธ ๅขžๅผบ Tabs ๅฏ่ฎฟ้—ฎๆ€งใ€‚#22287
    • ๆ–ฐๅขž Tabs keyboard ๅฑžๆ€ง็”จไบŽๅผ€ๅ…ณ้”ฎ็›˜ๅˆ‡ๆขๅŠŸ่ƒฝใ€‚
    • Tabs extraContent ้‡Œ็š„ๅ…ƒ็ด ไธๅ†่งฆๅ‘้”ฎ็›˜ๅˆ‡ๆขๅŠŸ่ƒฝใ€‚
  • ๐Ÿ›  ๆทปๅŠ  Form.Item ๅœจๅ—ๆŽงๆ—ถไฝฟ็”จ defaultValue ็š„่ญฆๅ‘Šไฟกๆฏใ€‚#22571
  • ๐Ÿ›  Typography onExpand ๆทปๅŠ ไบ‹ไปถๅ‚ๆ•ฐใ€‚#22092 @BlazPocrnja
  • ๐Ÿ›  ็ฎ€ๅŒ– Popconfirm ๅ’Œ Popover ็š„ dom ็ป“ๆž„ใ€‚#22052
  • ๐Ÿž ไฟฎๅค Autocomplete value ไธบ null ๆ—ถ๏ผŒๅ€ผๅฑ•็คบ null ็š„้—ฎ้ข˜ใ€‚#21955
  • ๐Ÿž ่ฐƒๆ•ด Drawer ๆ—  title ๆ—ถๅ…ณ้—ญๆŒ‰้’ฎๆ ทๅผไปฅ้ฟๅ…้ฎๆŒกๆปšๅŠจๆกใ€‚#22710
  • ๐Ÿž ไฟฎๅค Calendar ็š„ไธ€ไบ›ๆ ทๅผ็ป†่Š‚้—ฎ้ข˜ใ€‚#22676
  • Table
    • ๐Ÿž ไฟฎๅค Table ๅœจ Safari ไธ‹ๅ›บๅฎšๅˆ—็š„้˜ดๅฝฑๆ ทๅผ้—ฎ้ข˜ใ€‚#22680
    • ๐Ÿž ไฟฎๅค Table ๆ ทๅผๅฝฑๅ“ๅ†…ๅตŒ table ็š„้—ฎ้ข˜ใ€‚#22643
    • ๐Ÿž ไฟฎๅค Table ๅŒๆ—ถ่ฎพ็ฝฎ rowSelection ๅ’Œ onRow ไบ‹ไปถๅ†’ๆณก้—ฎ้ข˜ใ€‚#22566 @hengkx
    • ๐Ÿž ไฟฎๅค Table ็ฉบๆ–‡ๆœฌๆฒกๆœ‰ๅฑ…ไธญ็š„้—ฎ้ข˜ไธŽ็ฉบๆ•ฐๆฎไพ็„ถๅฑ•็คบไบ†ๅˆ†้กต็š„้—ฎ้ข˜ใ€‚#22548 @hengkx
  • ๐Ÿž ไฟฎๅค Input ๅช้…็ฝฎ suffix ๆ—ถ็š„ๆ ทๅผๅฏน้ฝ้—ฎ้ข˜ใ€‚#22603
  • ๐Ÿž ไฟฎๅค Alert ๆ— ๆณ•ๅ’Œ Tooltip/Popover ไธ€่ตทไฝฟ็”จ็š„้—ฎ้ข˜ใ€‚#22594
  • ๐Ÿž ไฟฎๅคๅตŒๅฅ—ๅŠจๆ€ Form.Item ไผš่ขซ react ่ญฆๅ‘Šๆ›ดๆ–ฐ็งป้™ค่Š‚็‚น็š„ไฟกๆฏใ€‚#22575
  • ๐Ÿ’„ ่ฐƒๆ•ด Tag processing ็Šถๆ€้ขœ่‰ฒใ€‚#22303
  • ๐Ÿ’„ ็งป้™ค Select ไธ‹ๆ‹‰็ป„ๆ ‡้ข˜็š„้ผ ๆ ‡ๅฏ็‚นๅ‡ปๆ ทๅผใ€‚#22581
  • ๐Ÿ’„ ่ฟ็งป @form-item-label-height less ๅ˜้‡ๅˆฐไธป้ข˜ๅ˜้‡ไธญใ€‚#22600 @slavakam
  • ๐Ÿ’„ ไผ˜ๅŒ– Table ็ญ›้€‰่œๅ•ๆŒ‰้’ฎ็š„ๆ ทๅผๅนถไฟฎๅค Dropdown ไบŒ็บง่œๅ•็š„ไธŠไธ‹่พน่ทใ€‚#22072
  • ๐Ÿ’„ ๆ–ฐๅขž less ๅ˜้‡ @link-focus-decoration ๅ’Œ @link-focus-outlineใ€‚#22511
  • ๐Ÿ’„ ๆ–ฐๅขž DatePicker disabled ๆ—ถ๏ผŒๅˆ†้š”็ฌฆ้ผ ๆ ‡็ฆ็”จๆ ทๅผใ€‚#22563
  • RTL
    • ๐Ÿ’„ ไผ˜ๅŒ– CheckBox inner RTL ๆ ทๅผ้—ฎ้ข˜ใ€‚#22627
    • ๐Ÿž ไผ˜ๅŒ– Upload picture-card RTL ๆ ทๅผ้—ฎ้ข˜ใ€‚#22630
    • ๐Ÿž ไฟฎๅค Badge RTL ๆ•ฐๅญ—ๆ˜พ็คบๆ ทๅผ้—ฎ้ข˜ใ€‚#22665
    • ๐Ÿž ไฟฎๅค Select RTL ๅคš้€‰ๅฏๆธ…็ฉบๆ—ถ๏ผŒ้€‰้กนๆ ทๅผ้—ฎ้ข˜ใ€‚#22596
    • ๐Ÿž ไฟฎๅค Progress RTL ๆ ทๅผ้—ฎ้ข˜ใ€‚#22558
    • ๐Ÿž ไฟฎๅค Badge RTL ๆ ทๅผ้—ฎ้ข˜ใ€‚#22551
    • ๐Ÿž ไฟฎๅค Input RTL ๆ ทๅผ้—ฎ้ข˜ใ€‚#22525
    • ๐Ÿž ไฟฎๅค Steps RTL ๆ ทๅผ้—ฎ้ข˜ใ€‚#22523
    • ๐Ÿ’„ ไผ˜ๅŒ– Tabs RTL ๆŒ‰้’ฎๆ ทๅผ้—ฎ้ข˜ใ€‚#22653
    • ๐Ÿ’„ ไผ˜ๅŒ– Input.Group RTL ๆ ทๅผ้—ฎ้ข˜ใ€‚#22624
    • ๐Ÿ’„ ไผ˜ๅŒ– Timeline label RTL ๆ ทๅผ้—ฎ้ข˜ใ€‚#22652
    • ๐Ÿ’„ ไผ˜ๅŒ– Select group RTL ๆ ทๅผ้—ฎ้ข˜ใ€‚#22584
    • ๐Ÿ’„ ไผ˜ๅŒ– Dropdown.Button RTL ๆ ทๅผ้—ฎ้ข˜ใ€‚#22519
  • Typescript
    • ๐Ÿ›  ๆ›ฟๆขๅบŸๅผƒ็š„ React.SFC ไธบ React.FCใ€‚#22691 @Rustin-Liu
    • ๐Ÿž ไฟฎๅค Form.Item children ็š„็ฑปๅž‹ๅฎšไน‰ใ€‚#22662
Commits

The new version differs by 1289 commits ahead by 1289, behind by 68.

  • d3d7cf8 docs: โœจ add 4.1.0 changelog (#22721)
  • a99dde8 :white_check_mark: fix ci
  • ff95260 :book: update pagination doc
  • 2a9d6cd :white_check_mark: improve breadcrumb test coverage (#22719)
  • 7212a97 chore: Merge feature
  • db3a81a feat: ๐Ÿ”ข improve default pagination switch experience (#22711)
  • 779cef4 fix: typo (#22715)
  • 7a64d5b fix:document on Select (#22714)
  • b916f7c docs: Update AutoComplete docs
  • d0dee05 style: optimize upload rtl style (#22630)
  • 973c649 Merge pull request #22713 from ant-design/feature-merge-master
  • 7bbbcb7 biger size
  • f8c5d95 ignore styleint line rule
  • 1ec7b2c merge master
  • 702cb61 chore: Fix jest filter

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: