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

⬆️ Bump antd from 4.12.2 to 4.14.0 #94

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps antd from 4.12.2 to 4.14.0.

Release notes

Sourced from antd's releases.

4.13.1

  • 🐞 Fix message.config with prefixCls missing animation style. #29574
  • 🐞 Fix Tooltip is not interactive when visible is true under some situation. #29555
  • 🐞 Fix ConfigProvider within multiple page switch will lose locale issue. #29570
  • 🐞 Fix Modal with hooks cannot call update or destroy before render. #29584
  • 🐞 Fix Grid throw error when client support flexGap but ssr not support. #29586
  • 🐞 Fix Select caret position when mode="tags" and size="small". #29561
  • 🐞 Fix Carousel dotPosition makes pauseOnHover not working. #29587 @​zgoby
  • 🐞 Fix Steps responsive prop warning. #29599
  • 🐞 Fix Upload onChange param of file.originFileObj return nest Proxy object. #29614
  • 🐞 Fix Descriptions under Table will not have 100% width. #29630
  • TypeScript
    • 🤖 Fix Drawer type declaration of contentWrapperStyle. #29571

  • 🐞 修复 message.config 配置 prefixCls 时丢失淡入淡出动画的问题。#29574
  • 🐞 修复 Tooltip 在某些情况下设置 visibletrue 却无法交互的问题。#29555
  • 🐞 修复多页面使用 ConfigProvider 切换时 locale 会丢失的问题。#29570
  • 🐞 修复 Modal 的 hooks 在渲染前调用 updatedestroy 无效的问题。#29584
  • 🐞 修复 Grid ssr 时报错 Prop style did not match#29586
  • 🐞 修复小号 Select tags 模式的光标错位问题。#29561
  • 🐞 修复 Carousel dotPosition 导致 pauseOnHover 失效的问题。#29587 @​zgoby
  • 🐞 修复 Steps 使用 responsive 时控制台抛出警告的问题。#29599
  • 🐞 修复 Upload onChange 参数 file.originFileObj 返回嵌套 Proxy 对象的问题。#29614
  • 🐞 修复 Descriptions 在 Table 下没有 100% 宽度的问题。#29630
  • TypeScript
    • 🤖 修复 Drawer contentWrapperStyle 属性类型声明。#29571

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

... (truncated)

Changelog

Sourced from antd's changelog.

4.14.0

2021-03-14

  • Upload
    • 🆕 Upload onChange to change back to the original behavior (before Upload false returns the original file, and the rest of the scene returns the encapsulated object). Now you can always get the original file via onChange.info.originFileObj. For future upgrades, please use this method to access the original text first. #29737
    • 🐞 Fix Upload onChange params file can not cloneDeep by lodash. #29718
    • 🐞 Fix Upload crash when fileList is null. #29702
    • 💄 Upload motion add 2s deadline to avoid developer manually remove motion makes hanging. #29686
  • 🐞 Fix the bug that Modal footer buttons not spaced properly when using href in button. #29681 @​n0ruSh
  • 🆕 Add parent class for different Notification types. #29634 @​n0ruSh
  • 🆕 Typography editable supports onCancel and onEnd. #29615 @​jueinin
  • Tabs
  • 🐞 Button with htmlType='reset' will reset all form fileds. #29752 @​jueinin
  • 🐞 Fix AutoComplete custom input className missing. #29725
  • 💄 Fix console warning when setting margin style on Row. #29688
  • 💄 Fix the error style where the disabled Input has affix elements. #29670
  • 💄 Optimize the cursor style of Form.Item tooltip info. #29650
  • 🇨🇿 Fix typo in cs_CZ locale. #29675 @​jvaclavik
  • 🇨🇦 Add fr_CA locale. #29748 @​liufenghua808

4.13.1

2021-03-06

  • 🐞 Fix message.config with prefixCls missing animation style. #29574
  • 🐞 Fix Tooltip is not interactive when visible is true under some situation. #29555
  • 🐞 Fix ConfigProvider within multiple page switch will lose locale issue. #29570
  • 🐞 Fix Modal with hooks cannot call update or destroy before render. #29584
  • 🐞 Fix Grid throw error when client support flexGap but ssr not support. #29586
  • 🐞 Fix Select caret position when mode="tags" and size="small". #29561
  • 🐞 Fix Carousel dotPosition makes pauseOnHover not working. #29587 @​zgoby
  • 🐞 Fix Steps responsive prop warning. #29599
  • 🐞 Fix Upload onChange param of file.originFileObj return nest Proxy object. #29614
  • 🐞 Fix Descriptions under Table will not have 100% width. #29630
  • TypeScript
    • 🤖 Fix Drawer type declaration of contentWrapperStyle. #29571

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

... (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 dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 29, 2021

Superseded by #98.

@dependabot dependabot bot closed this Mar 29, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-4.14.0 branch March 29, 2021 05: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