Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps antd from 3.26.16 to 4.2.2.

Release notes

Sourced from antd's releases.

4.2.2

  • 🐞 Fix npm run version install error. #24059
  • 🐞 Fix Menu @menu-item-font-size not working. #24052
  • 💄 Add @modal-close-color less variable. #24053

  • 🐞 修复安装 antd npm run version 报错的问题。#24059
  • 🐞 修复 Menu @menu-item-font-size 变量失效的问题。#24052
  • 💄 新增 @modal-close-color less 变量。#24053

4.2.1

  • Form
    • 🐞 Fix Form.Item get React warning for getValueProps. #23875
    • 🐞 Fix Form.Item help style issue when validateStatus is not error. #23945
  • Table
    • 🐞 Fix selection column width issue when fix header. #23806
    • 💄 Adjust selection column css selector priority to enable customize width. #23914
  • DatePicker
    • 🐞 Fix miss placeholder when placeholder is undefined. #23818
    • 🐞 Fix clear icon color style. #23811
  • Switch
    • 🐞 Fix loading style for the dark theme. #23766 @vsn4ik
    • 🐞 Fix unCheckedChildren not showing. #23791
  • 🐞 Fix Upload error message location to scroll in the float layer. #24001 @mraiguo
  • 💄 Tweak Comment render unnecessary div style when avatar is empty. #23994 @Xuhao
  • 🐞 Fix Select focus border style in Input.Group. #23985
  • 🐞 Fix Steps subTitle showing [object Object] title. #23989
  • 💄 Tweak Select close icon position. #23963
  • 🐞 Fix Drawer width="50%" hidden problem when no mask. #23925
  • 🐞 Fix Textarea with allowClear has error height style. #23835
  • 💄 Adjust Modal.xxx function async to avoid block React events. #23826
  • 🐞 Fix Menu with controlled openKeys abnormal behavior when inlineCollapsed changed. #23822
  • 🐞 Fix Button loading animation. #23783
  • 🐞 Fix Slider marks selected problem when dragging. #23773
  • 🛠 Timeline refactors with React Hooks. #23631 @hengkx
  • 🌎 Localization
    • 🌐 Add Farsi fa_IR default locale template localisations. #23926 @NarimanMov
    • 🌐 Add default en default locale template localisations for Form. #23859 @mjfwebb
  • 📦 Reduce bundle size
    • 🗑 Reduce bundle size via removing react-lifecycles-compat. #23969
    • 🛠 Reduce bundle size via excluding package.json from source code. #23957
    • 🛠 Upgrade rc-animate to 3.x to reduce bundle size. #23937
  • RTL
    • 🐞 Fix Input clear icon style in RTL. #23999
    • 🐞 Fix DatePicker panel style in RTL. #24028 @xrkffgg
    • 💄 Optimize DatePicker active bar style in RTL. #23981
    • 🐞 Fix Transfer search padding style in RTL. #23962
... (truncated)
Changelog

Sourced from antd's changelog.

4.2.2

2020-05-11

  • 🐞 Fix npm run version install error. #24059
  • 🐞 Fix Menu @menu-item-font-size not working. #24052
  • 💄 Add @modal-close-color less variable. #24053

4.2.1

2020-05-11

  • Form
    • 🐞 Fix Form.Item get React warning for getValueProps. #23875
    • 🐞 Fix Form.Item help style issue when validateStatus is not error. #23945
  • Table
    • 🐞 Fix selection column width issue when fix header. #23806
    • 💄 Adjust selection column css selector priority to enable customize width. #23914
  • DatePicker
    • 🐞 Fix miss placeholder when placeholder is undefined. #23818
    • 🐞 Fix clear icon color style. #23811
  • Switch
    • 🐞 Fix loading style for the dark theme. #23766 @vsn4ik
    • 🐞 Fix unCheckedChildren not showing. #23791
  • 🐞 Fix Upload error message location to scroll in the float layer. #24001 @mraiguo
  • 💄 Tweak Comment render unnecessary div style when avatar is empty. #23994 @Xuhao
  • 🐞 Fix Select focus border style in Input.Group. #23985
  • 🐞 Fix Steps subTitle showing [object Object] title. #23989
  • 💄 Tweak Select close icon position. #23963
  • 🐞 Fix Drawer width="50%" hidden problem when no mask. #23925
  • 🐞 Fix Textarea with allowClear has error height style. #23835
  • 💄 Adjust Modal.xxx function async to avoid block React events. #23826
  • 🐞 Fix Menu with controlled openKeys abnormal behavior when inlineCollapsed changed. #23822
  • 🐞 Fix Button loading animation. #23783
  • 🐞 Fix Slider marks selected problem when dragging. #23773
  • 🛠 Timeline refactors with React Hooks. #23631 @hengkx
  • 🌎 Localization
    • 🌐 Add Farsi fa_IR default locale template localisations. #23926 @NarimanMov
    • 🌐 Add default en default locale template localisations for Form. #23859 @mjfwebb
  • 📦 Reduce bundle size
    • 🗑 Reduce bundle size via removing react-lifecycles-compat. #23969
    • 🛠 Reduce bundle size via excluding package.json from source code. #23957
    • 🛠 Upgrade rc-animate to 3.x to reduce bundle size. #23937
  • RTL
    • 🐞 Fix Input clear icon style in RTL. #23999
    • 🐞 Fix DatePicker panel style in RTL. #24028 @xrkffgg
    • 💄 Optimize DatePicker active bar style in RTL. #23981
    • 🐞 Fix Transfer search padding style in RTL. #23962
    • 💄 Optimize Layout style of RTL. #23921
    • 💄 Optimize Button loading style in RT. #23776
... (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:

  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 11, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #401.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-4.2.2 branch May 19, 2020 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants