ParaffinIoT / dashboard

๐Ÿ“ˆ Dashboard for Paraffin IoT Platform
MIT License
4 stars 0 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency antd was updated from 3.16.3 to 3.16.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.


Release Notes for 3.16.4
  • ๐Ÿž Fix circle button responding mouse event when loading. #16063 @gxvv
  • ๐Ÿž Fix issue that Form.Item's labelAlign does not work. #16067
  • ๐Ÿž Fix issue that tailing debounce call rasing error when Spin unmount. #16081 @raybooysen
  • ๐Ÿž Fix issue that List's defaultPageSize does not work. #16100
  • ๐Ÿž Fix error moment call in DatePicker. [#16109])(#16109)
  • ๐Ÿž Fix Radio does not in center on Firefox. #16039
  • ๐Ÿž Fix issue that Affix's target does not work after it's value changing. #16146
  • ๐Ÿž Fix the Modal's animation issue Modal on first rendering. #15795
  • ๐Ÿž Fix issue that Table's rowSelection.columnWidth does not work. #16163
  • ๐Ÿž Fix type definition of Form.create. #16095
  • ๐Ÿž Fix type definition of Icon's aria-hidden. #16202
  • ๐Ÿž Fix type definition of PageHeader's tags. #16092
  • ๐ŸŒŸ Add new less variable @text-selection-bg;. #16155

  • ๐Ÿž ไฟฎๅคๅœ†ๅฝข Button ๅœจ loading ๆ—ถ่ฟ˜ไผšๅ“ๅบ”้ผ ๆ ‡ไบ‹ไปถ็š„้—ฎ้ข˜ใ€‚#16063 @gxvv
  • ๐Ÿž ไฟฎๅค Form.Item ็š„ labelAlign ไธ็”Ÿๆ•ˆ็š„้—ฎ้ข˜ใ€‚#16067
  • ๐Ÿž ไฟฎๅค Spin ๅœจ unmount ๆ—ถ้—็•™็š„ debounce ่ฐƒ็”จๅฏผ่‡ด็š„ๆŠฅ้”™้—ฎ้ข˜ใ€‚#16081 @raybooysen
  • ๐Ÿž ไฟฎๅค List ็š„ defaultPageSize ไธ็”Ÿๆ•ˆ็š„้—ฎ้ข˜ใ€‚#16100
  • ๐Ÿž ไฟฎๅค PageHeader ็š„ tags ็ฑปๅž‹้”™่ฏฏใ€‚#16092
  • ๐Ÿž ไฟฎๅค DatePicker ไธญ moment ๆŠฅ้”™็š„้—ฎ้ข˜ใ€‚[#16109])(#16109)
  • ๐Ÿž ไฟฎๅค Radio ๅœจ Firefox ไธŠๆฒกๆœ‰ๅž‚็›ดๅฑ…ไธญ็š„้—ฎ้ข˜ใ€‚#16039
  • ๐Ÿž ไฟฎๅค Affix ็š„ target ๅ˜ๅŒ–ๅŽไธ่ƒฝๅทฅไฝœ็š„้—ฎ้ข˜ใ€‚#16146
  • ๐Ÿž ไฟฎๅค Modal ๅœจ้ฆ–ๆฌกๆธฒๆŸ“ๆ—ถ็š„ๅŠจ็”ป้—ฎ้ข˜ใ€‚#15795
  • ๐Ÿž ไฟฎๅค Table ็š„ rowSelection.columnWidth ไธๅทฅไฝœ็š„้—ฎ้ข˜ใ€‚#16163
  • ๐Ÿž ไฟฎๅค Form.create ็š„็ฑปๅž‹ๅฎšไน‰ใ€‚#16095
  • ๐Ÿž ไฟฎๅค Icon aria-hidden ็š„็ฑปๅž‹ๅฎšไน‰ใ€‚#16202
  • ๐ŸŒŸ ๆ–ฐๅขž less ๅ˜้‡ @text-selection-bg;ใ€‚#16155
Commits

The new version differs by 84 commits.

  • 08beabf chore: fix remote checking
  • f6c1582 docs: use star emoji
  • bb90c4f Bump 3.16.4
  • e521b32 Merge pull request #16206 from ant-design/release-3.16.4
  • 4f0403c Add 3.16.4 changelog
  • 8ec3831 Merge pull request #16203 from saxenanihal95/code_refactor
  • 1569ab3 prettier md demo (#16188)
  • 2b0723f update script (#16204)
  • 73188ac fix: Table rowSelection.columnWidth should work (#16180)
  • 9fd4b2d Refactor: created InputIcon of common code in RangePicker and WeekPicker
  • 5987792 fix: typescript definition update (#16202)
  • 35da7ce Merge pull request #16197 from ant-design/chores
  • 4b17591 :memo: Remove webpack@1 instruction
  • ac5868c :up: upgrade stylelint-order
  • 27045c5 Merge pull request #16196 from aaroncawte/master

There are 84 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

Update to this version instead ๐Ÿš€

Release Notes for 3.16.5
  • ๐Ÿž Fix Table in Firefox miss bottom line when sorter enabled. #16174
  • ๐Ÿž Fix List crash when pagination is null. #16231
  • TypeScript
    • ๐Ÿž Fix typescript hoist-non-react-statics has no default export warning with allowSyntheticDefaultImports: false. #16224

  • ๐Ÿž ไฟฎๅค Firefox ไธญ Table ไฝฟ็”จ sorter ไธขๅคฑ็บฟๆก†็š„ๆ ทๅผ้—ฎ้ข˜ใ€‚#16174
  • ๐Ÿž ไฟฎๅค List ไธญ่ฎพ็ฝฎ pagination ไธบ null ๆ—ถๆŠฅ้”™็š„้—ฎ้ข˜ใ€‚#16231
  • TypeScript
    • ๐Ÿž ไฟฎๅค allowSyntheticDefaultImports: false ไธ‹ hoist-non-react-statics ๆŠฅ้”™็š„้—ฎ้ข˜ใ€‚#16224
Commits

The new version differs by 9 commits.

  • 286330f update change log (#16233)
  • 440a3f4 fix pagination is null crash (#16231)
  • a530be1 adjust hoist-non-react-statics ts import (#16224)
  • 686c1fc Merge pull request #16174 from ant-design/fix-table-chrome
  • 924afc2 Merge pull request #16211 from ant-design/docs-changelog-format
  • 716d2e8 fix: changelog format
  • 7e3c338 remove background lock
  • 09ed59d rm useless code
  • a137749 move background color into tr

See the full diff