react-component / tween-one

Animate One React Element
https://tween-one.vercel.app/
MIT License
380 stars 30 forks source link

Bump antd from 3.26.13 to 4.0.3 #66

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps antd from 3.26.13 to 4.0.3.

Release notes

Sourced from antd's releases.

4.0.3

  • Menu
    • ๐Ÿž Fix Menu horizontal Item with nest Icon miss margin style. #22021
    • ๐Ÿž Fix Menu item wrong title when setting getPopupContainer. #22182
    • ๐Ÿ’„ Optimize the style of Icon in Menu. #22090 @x1mrdonut1x
    • ๐Ÿž Fix Avatar in horizontal Menu margin issue. #22038 #22033
  • Slider
    • ๐Ÿž Fix an issue where the position of 'slider handle' is incorrect in the vertical case of Slider. #22135 @wendellhu95
    • ๐Ÿ’„ Fix Slider missing focus style. #22161
  • Table
    • ๐Ÿž Fix ConfigProvider not work on Table filter dropdown. #22133
    • ๐Ÿž Fix Table nest tree column expandable style issue with fixed column. #22131
    • ๐Ÿž Fix an issue where Table filtering throws cannot read property 'map' of undefined. #22096 @yoyo837
    • ๐Ÿž Fix Table expandable column not fixed when selection column is fixed. #22087
    • ๐Ÿž Fix Table filter menu reset not working. #22079 @shaodahong
    • ๐Ÿž Fix Table filter sub menu max height with many items. #22230
  • Form
  • ๐Ÿž Fixed the problem of using custom icons to wrap in Input.Group. #22197 @xrkffgg
  • ๐Ÿ’„ Adjust Select single padding style to avoid tweak with dropdown. #22167
  • ๐Ÿ’„ Fix Calendar header select ellipsis bug. #22148
  • ๐Ÿ’„ Fixed Dropdown content and icons overlapping. #22098 @xrkffgg
  • ๐Ÿž Fix Select ellipsis bug in Firefox. #22101
  • ๐Ÿž Remove PageHeader unnecessary overflow: hidden style,Optimize PageHeader extra buttons responsive design. #22030
  • ๐Ÿž Fix TextArea autoSize don't scroll bottom in Firefox. #22014
  • ๐Ÿ‡ซ๐Ÿ‡ท The full fr_FR internationalized text. #22122 @PaulJln
  • RTL
    • ๐Ÿ’„ Optimize the style of Pagination in RTL mode. #22155 @xrkffgg
    • ๐Ÿ’„ Fixed the icon style with Cascader RTL. #22191 @xrkffgg
    • ๐Ÿ’„ Optimize the Checkbox.Group style in RTL mode. #22186 @xrkffgg
    • ๐Ÿ’„ Optimize Radio.Button style issues in RTL mode. #22066 @xrkffgg
    • ๐Ÿž Optimize table-pinned style issues that are listed under RTL. #21914 @saeedrahimi
    • ๐Ÿ’„ Adjust the direction of the Dropdown icon in RTL mode. #22104 @xrkffgg
    • ๐Ÿ’„ Optimize the Breadcrumb style in RTL mode. #22159 @xrkffgg
    • ๐Ÿ’„ Optimize the style of the Steps component in RTL mode. #22175 @xrkffgg
    • ๐Ÿ’„ Optimize styles in RTL mode with form feedback. #22222
  • TypeScript
    • ๐Ÿ”ท Update the operation type definition of FormList. #22058 @kagawagao
    • ๐Ÿ”ท Update the definition of the trigger parameter for components such as Tooltip. #22043 @wendellhu95

  • Menu
    • ๐Ÿž ไฟฎๅค Menu ๆฐดๅนณ Item ไฝฟ็”จๅตŒๅฅ—็ป“ๆž„ Icon ไผšไธขๅคฑ margin ็š„้—ฎ้ข˜ใ€‚#22021
    • ๐Ÿ’„ ไผ˜ๅŒ– Menu ไธญ Icon ็š„ๆ ทๅผใ€‚#22090 @x1mrdonut1x
    • ๐Ÿž ไฟฎๅค Menu ๆ”ถ่ตทๆจกๅผไธ‹่ฎพ็ฝฎ getPopupContainer ๆ—ถๆ ‡้ข˜ๆ˜พ็คบ้”™่ฏฏ็š„้—ฎ้ข˜ใ€‚#22182
    • ๐Ÿž ไฟฎๅค Avatar ๅœจๆฐดๅนณ Menu ไธญ็š„ margin ๆ ทๅผ้—ฎ้ข˜ใ€‚#22038 #22033
... (truncated)
Changelog

Sourced from antd's changelog.

4.0.3

2020-03-14

  • Menu
    • ๐Ÿž Fix Menu horizontal Item with nest Icon miss margin style. #22021
    • ๐Ÿž Fix Menu item wrong title when setting getPopupContainer. #22182
    • ๐Ÿ’„ Optimize the style of Icon in Menu. #22090 @x1mrdonut1x
    • ๐Ÿž Fix Avatar in horizontal Menu margin issue. #22038 #22033
  • Slider
    • ๐Ÿž Fix an issue where the position of 'slider handle' is incorrect in the vertical case of Slider. #22135 @wendellhu95
    • ๐Ÿ’„ Fix Slider missing focus style. #22161
  • Table
    • ๐Ÿž Fix ConfigProvider not work on Table filter dropdown. #22133
    • ๐Ÿž Fix Table nest tree column expandable style issue with fixed column. #22131
    • ๐Ÿž Fix an issue where Table filtering throws cannot read property 'map' of undefined. #22096 @yoyo837
    • ๐Ÿž Fix Table expandable column not fixed when selection column is fixed. #22087
    • ๐Ÿž Fix Table filter menu reset not working. #22079 @shaodahong
    • ๐Ÿž Fix Table filter sub menu max height with many items. #22230
  • Form
  • ๐Ÿž Fixed the problem of using custom icons to wrap in Input.Group. #22197 @xrkffgg
  • ๐Ÿ’„ Adjust Select single padding style to avoid tweak with dropdown. #22167
  • ๐Ÿ’„ Fix Calendar header select ellipsis bug. #22148
  • ๐Ÿ’„ Fixed Dropdown content and icons overlapping. #22098 @xrkffgg
  • ๐Ÿž Fix Select ellipsis bug in Firefox. #22101
  • ๐Ÿž Remove PageHeader unnecessary overflow: hidden style,Optimize PageHeader extra buttons responsive design. #22030
  • ๐Ÿž Fix TextArea autoSize don't scroll bottom in Firefox. #22014
  • ๐Ÿ‡ซ๐Ÿ‡ท The full fr_FR internationalized text. #22122 @PaulJln
  • RTL
    • ๐Ÿ’„ Optimize the style of Pagination in RTL mode. #22155 @xrkffgg
    • ๐Ÿ’„ Fixed the icon style with Cascader RTL. #22191 @xrkffgg
    • ๐Ÿ’„ Optimize the Checkbox.Group style in RTL mode. #22186 @xrkffgg
    • ๐Ÿ’„ Optimize Radio.Button style issues in RTL mode. #22066 @xrkffgg
    • ๐Ÿž Optimize table-pinned style issues that are listed under RTL. #21914 @saeedrahimi
    • ๐Ÿ’„ Adjust the direction of the Dropdown icon in RTL mode. #22104 @xrkffgg
    • ๐Ÿ’„ Optimize the Breadcrumb style in RTL mode. #22159 @xrkffgg
    • ๐Ÿ’„ Optimize the style of the Steps component in RTL mode. #22175 @xrkffgg
    • ๐Ÿ’„ Optimize styles in RTL mode with form feedback. #22222
  • TypeScript
    • ๐Ÿ”ท Update the operation type definition of FormList. #22058 @kagawagao
    • ๐Ÿ”ท Update the definition of the trigger parameter for components such as Tooltip. #22043 @wendellhu95

4.0.2

2020-03-08

  • Form
    • ๐Ÿž Fix nest Form.Item dynamic remove will warning in React. #21896
... (truncated)
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
coveralls commented 4 years ago

Coverage Status

Coverage decreased (-4.9%) to 85.675% when pulling daab1879a60dae91d9c9081ce550a8cb078bc523 on dependabot/npm_and_yarn/antd-4.0.3 into b3a0c141fa72d6c4373577ae395451cdd7dcc1d1 on master.

dependabot-preview[bot] commented 4 years ago

Superseded by #67.