Skip to content
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

chore(deps): bump antd from 3.26.13 to 4.13.0 #511

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2021

Bumps antd from 3.26.13 to 4.13.0.

Release notes

Sourced from antd's releases.

4.13.0

  • 🔥 InputNumber support stringMode for high precision step. value in control out of range shows warning style instead of changing it. Dynamic update min & max will not trigger onChange anymore. #29373
  • 🆕 Upload support beforeUpload return Upload.LIST_IGNORE to skip item added in UploadList. #29474
  • 🆕 Image support config motion name. #29394 @​crazyair
  • ConfigProvider
    • 🆕 ConfigProvider support global statistic config to support some statistic function call. #29285 @​crazyair
    • 🆕 Motion related css className prepend ant- prefix to avoid naming conflict. #29268 @​crazyair
  • 🆕 Form.List nest multiple level Form.Item support preserve prop. #29267
  • 🆕 Drawer support contentWrapperStyle. #29219 @​kerm1it
  • 🆕 Layout.Sider added ref support. #29169 @​qramilq
  • 🐞 Fix Table pagination.current display error when result of filter is empty. #29386 @​jinchaofs
  • 🐞 Fix Anchor throws error when target don't return a html element. #29523 @​bcd337
  • 🐞 Fix Steps with small size that icon shift up 1px. #29484
  • Select
    • 🐞 Fix Select mode="tags" large size (41px => 40px). #29437
    • 📖 Update Select debounce demo to create DebounceSelect component for easy usage. #29414
  • Dropdown
    • 🐞 Fix Dropdown menu item lost disable style with icon. #29433
    • 🐞 Fix Dropdown menu not support expandIcon. #29338
  • 🐞 Fix tree-shaking warning on development builds. #29378
  • 🇰🇷 Fix TimePicker Korean locale. #29540
  • TypeScript

  • 🔥 InputNumber 添加 stringMode 属性以支持高精度 stepvalue 受控并超出范围时展示警告样式而不是强制改值。动态修改 minmax 不再触发 onChange 事件。#29373
  • 🆕 Upload 支持 beforeUpload 返回 Upload.LIST_IGNORE 时不将文件展示在列表中。#29474
  • 🆕 Image 支持配置动画相关类型。#29394 @​crazyair
  • ConfigProvider
    • 🆕 ConfigProvider 添加全局静态配置以支持部分静态方法。#29285 @​crazyair
    • 🆕 动画相关 css className 全部添加 ant- 前缀以防止重名问题。#29268 @​crazyair
  • 🆕 Form.List 嵌套多层 Form.Item 支持 preserve 属性。#29267
  • 🆕 Drawer 支持 contentWrapperStyle#29219 @​kerm1it
  • 🆕 Layout.Sider 組件添加了 ref 支持。#29169 @​qramilq
  • 🐞 修复 Table 当过滤结果为空时,pagination.current 展示错误。#29386 @​jinchaofs
  • 🐞 修复 Anchor target 不是 html 元素时会出错的问题。#29523 @​bcd337
  • 🐞 修复 Steps 小尺寸时图标偏上的问题。#29484
  • Select
    • 🐞 修复 Select 标签模式下大号控件的高度多了 1px 的问题。#29437
    • 📖 更新 Select 防抖示例封装成 DebounceSelect 组件以便于用户使用。#29414
  • Dropdown
    • 🐞 修复 Dropdown 带图标的菜单项禁用样式丢失的问题。#29433
    • 🐞 修复 Dropdown 内 Menu 不支持 expandIcon 的问题。#29338
  • 🐞 Fix 在本地开发时会报 tree-shaking 警告信息的问题。#29378
  • 🇰🇷 修复 TimePicker 本地化。#29540
  • TypeScript

4.12.3

... (truncated)

Changelog

Sourced from antd's changelog.

4.13.0

2021-02-28

  • 🔥 InputNumber support stringMode for high precision step. value in control out of range shows warning style instead of changing it. Dynamic update min & max will not trigger onChange anymore. #29373
  • 🆕 Upload support beforeUpload return Upload.LIST_IGNORE to skip item added in UploadList. #29474
  • 🆕 Image support config motion name. #29394 @​crazyair
  • ConfigProvider
    • 🆕 ConfigProvider support global statistic config to support some statistic function call. #29285 @​crazyair
    • 🆕 Motion related css className prepend ant- prefix to avoid naming conflict. #29268 @​crazyair
  • 🆕 Form.List nest multiple level Form.Item support preserve prop. #29267
  • 🆕 Drawer support contentWrapperStyle. #29219 @​kerm1it
  • 🆕 Layout.Sider added ref support. #29169 @​qramilq
  • 🐞 Fix Table pagination.current display error when result of filter is empty. #29386 @​jinchaofs
  • 🐞 Fix Anchor throws error when target don't return a html element. #29523 @​bcd337
  • 🐞 Fix Steps with small size that icon shift up 1px. #29484
  • Select
    • 🐞 Fix Select mode="tags" large size (41px => 40px). #29437
    • 📖 Update Select debounce demo to create DebounceSelect component for easy usage. #29414
  • Dropdown
    • 🐞 Fix Dropdown menu item lost disable style with icon. #29433
    • 🐞 Fix Dropdown menu not support expandIcon. #29338
  • 🐞 Fix tree-shaking warning on development builds. #29378
  • 🇰🇷 Fix TimePicker Korean locale. #29540
  • TypeScript

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

... (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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 8, 2021

Superseded by #512.

@dependabot dependabot bot closed this Mar 8, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-4.13.0 branch March 8, 2021 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants