Skip to content

Bump antd from 4.3.5 to 4.12.3 #307

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps antd from 4.3.5 to 4.12.3.

Release notes

Sourced from antd's releases.

4.12.3

  • 🛠 Refactor Drawer with React hooks. #29229
  • 🐞 Fix Table pagination not disappear when pagination.position is ['none', 'none']. #29256 @mumiao
  • 🐞 Fix TextArea showCount should not be interactive. #29245
  • 🐞 Fix abnormal background color for multiple and disabled Select in dark. #29242
  • ⚡️ Optimize Slider align performance of tooltip. #29308 @kerm1it
  • ⚡️ Upgrade @ant-design/colors to 6.x to reduce gzipped bundle size 1KB. #29307 @07akioni
  • 🇷🇺 Add ru_RU locale text for Image. #29271 @mumiao
  • 🇮🇷 Add fa_IR locale text for DatePicker, Form, Table, TimePicker and Transfer. #29232 @amiralitaheri
  • TypeScript
    • 🤖 Fix type definition for Table FilterDropdownProps confirm parameter. #29241 @mumiao

  • 🛠 使用 React hooks 重构 Drawer。#29229
  • 🐞 修复 Table 的 pagination. position['none', 'none']时分页器仍然展示的问题。#29256 @mumiao
  • 🐞 修复 TextArea showCount 字数会遮挡 Form.Item extra 的问题。#29245
  • 🐞 修复多选 Select 在暗黑模式下禁用的背景颜色异常的问题。#29242
  • ⚡️ 优化 Slider 提示的对齐性能。#29308 @kerm1it
  • ⚡️ 升级 @ant-design/colors 依赖到 6.x,减少 gzipped 包体积 1KB#29307 @07akioni
  • 🇷🇺 为 Image 组件添加 ru_RU 俄语翻译。#29271 @mumiao
  • 🇮🇷 为 DatePicker、Form、Table、TimePicker 和 Transfer 组件添加 fa_IR 波斯语翻译。#29232 @amiralitaheri
  • TypeScript
    • 🤖 修复 Table FilterDropdownProps 的 confirm 入参为可选类型。#29241 @mumiao

4.12.2

  • 💄 Make Table expand icon and checkbox same size and aligned. #29214
  • 🐞 Fix List with gutter makes column break line. #29211

  • 💄 调整 Table 展开图标和选择框的大小一致并对齐。#29214
  • 🐞 修复 List 配置 gutter 时列会折行的问题。#29211

4.12.1

  • 🐞 Fix antd crash when load before page ready. #29202
  • 🐞 Fix Table pagination current change logic when pageSize changes. #29184

  • 🐞 修复 antd 在页面加载之前载入导致的页面崩溃问题。#29202
  • 🐞 修正 Table 改变 pageSize 重置 current 的逻辑,现在若超出会重置到最大页数。#29184

4.12.0

  • 🆕 Image.PreviewGroup add current prop. #29153
  • InputNumber
    • 🆕 InputNumber support bordered prop. #29105
    • 🆕 InputNumber add keyboard prop which could disable keyboard behavior. #29110 @kerm1it
  • 💄 Darken Tag text color to enhance readability. #29144
  • 💄 Fix Row with vertical gutter provides additional margin-bottom style. #29059
  • 🐞 Fix Collapse header disappers with delay. #29158
  • 🐞 Fix the problem that showCount display data is incorrect when TextArea input emoji. #29057 @HomyeeKing
  • 📦 Optimize ConfigProvider to avoid import all icons when tree shaking is not enabled. #29045
  • 🌐 Add en-GB missing translations for table. #29131 @eberjoe
  • Table
    • 🆕 Table showSorterTooltip now could be a object for more configuration. #29002 @harrisoff

... (truncated)

Changelog

Sourced from antd's changelog.

4.12.3

2021-02-10

  • 🛠 Refactor Drawer with React hooks. #29229
  • 🐞 Fix Table pagination not disappear when pagination.position is ['none', 'none']. #29256 @mumiao
  • 🐞 Fix TextArea showCount should not be interactive. #29245
  • 🐞 Fix abnormal background color for multiple and disabled Select in dark. #29242
  • ⚡️ Optimize Slider align performance of tooltip. #29308 @kerm1it
  • ⚡️ Upgrade @ant-design/colors to 6.x to reduce gzipped bundle size 1KB. #29307 @07akioni
  • 🇷🇺 Add ru_RU locale text for Image. #29271 @mumiao
  • 🇮🇷 Add fa_IR locale text for DatePicker, Form, Table, TimePicker and Transfer. #29232 @amiralitaheri
  • TypeScript
    • 🤖 Fix type definition for Table FilterDropdownProps confirm parameter. #29241 @mumiao

4.12.2

2021-02-04

  • 💄 Make Table expand icon and checkbox same size and aligned. #29214
  • 🐞 Fix List with gutter makes column break line. #29211

4.12.1

2021-02-03

  • 🐞 Fix antd crash when load before page ready. #29202
  • 🐞 Fix Table pagination current change logic when pageSize changes. #29184

4.12.0

2021-02-03

  • 🆕 Image.PreviewGroup add current prop. #29153
  • InputNumber
    • 🆕 InputNumber support bordered prop. #29105
    • 🆕 InputNumber add keyboard prop which could disable keyboard behavior. #29110 @kerm1it
  • 💄 Darken Tag text color to enhance readability. #29144
  • 💄 Fix Row with vertical gutter provides additional margin-bottom style. #29059
  • 🐞 Fix Collapse header disappers with delay. #29158
  • 🐞 Fix the problem that showCount display data is incorrect when TextArea input emoji. #29057 @HomyeeKing
  • 📦 Optimize ConfigProvider to avoid import all icons when tree shaking is not enabled. #29045
  • 🌐 Add en-GB missing translations for table. #29131 @eberjoe
  • Table
    • 🆕 Table showSorterTooltip now could be a object for more configuration. #29002 @harrisoff
    • ⚡️ Optimize calling sequence of onChange and onSelectAll in rowSelection of Table. #29079 @kerm1it
  • Badge
    • 💄 Fix Badge change count content to hide miss style. #29089
    • 🐞 Fix Badge digital animation problem. #29100
  • TypeScript

... (truncated)

Commits
  • 996ba51 Merge pull request #29300 from ant-design/release-4.12.3
  • 6f4dc77 chore(docs): Update changelog of 4.12.3
  • c5fd0ed Merge branch 'master' of github.com:ant-design/ant-design into release-4.12.3
  • 1720930 test: Update snapshots
  • 545e431 chore(docs): Update changelog of 4.12.3
  • eb720d3 ci: update verify acition
  • 7ffacd6 chore: Update icons version
  • 5edc935 feat: new antd-colors, smaller size (#29307)
  • a937675 chore(slider): optimize tooltip align (#29308)
  • 7368b05 fix: update snapshot (#29309)
  • Additional commits viewable in compare view

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 Feb 11, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #319.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-4.12.3 branch March 1, 2021 14:46
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