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.21.3 to 4.24.12 #125

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2023

Bumps antd from 4.21.3 to 4.24.12.

Release notes

Sourced from antd's releases.

4.24.12

  • 🐞 Fix Form submit trigger wrong onFieldsChange event even all the fields do not config rules. #43292
  • 🐞 Fix Form.List nested Form event bubble not correct. #43292

  • 🐞 修复 Form 在提交时,字段没有配置 rules 时仍会错误触发 onFieldsChange 事件的问题。#43292
  • 🐞 修复 Form 嵌套 Form.List 嵌套 Form 的场景下,事件触发不正确的问题。#43292

4.24.11

  • 🆕 Drawer panel support event listener. #42712 @​kiner-tang
  • 🐞 Fix Upload onChange sometime not sync when in React 18. #43200
  • 🐞 Fix Notification cannot hide close icon by closeIcon={null}. #42791
  • 🐞 Fix Drawer id was passed in incorrectly, and now is always added to the popup panel. #43124 @​MuxinFeng
  • 🐞 Fix InputNumber with prefix abnormal height under Form.Item of hasFeedBack. #43048
  • 🐞 Fix Popover with getPopupContainer sometime makes width too narrow. #42697
  • 🐞 Fix Select will display the letter A under some circumstances. #42654 @​tchen-l
  • 🐞 Fix ConfigProvider that import useless modules from rc-field-form when importing FormProvider . #42502 @​BanShan-Alec
  • 🐞 Fix Popconfirm trigger onVisibleChange twice. #42351
  • 🐞 Fix Form onFieldsChange missing validating status change. #42263
  • 🐞 Fix Popover that display empty div when title and content is null. 19f8505 @​MaHui
  • 🐞 Fix Upload disabled logic. #42143 @​Wxh16144
  • 🐞 Fix RangePicker wrong panel position under some circumstances. #43179 @​cooljser
  • 🐞 Fix ConfigProvider makes Form component in the bundle even not use it. #43207 @​yoyo837
  • 💄 Optimize Spin style to keep height of container the same as child element. #42163 @​cheapCoder

  • 🆕 Drawer 组件面板支持事件监听。#42712 @​kiner-tang
  • 🐞 修复 Upload 在 React 18 下 onChange 有时数据不正确的问题。#43200
  • 🐞 修复 Notification 设置 closeIcon={null} 时关闭图标没有消失的问题。#42791
  • 🐞 修复 Drawer id 传入位置不正确的问题,现在始终会添加至弹出面板上。#43124 @​MuxinFeng
  • 🐞 修复 InputNumber 带有 prefix 时在 Form.Item hasFeedBack 内高度异常的问题。#43048
  • 🐞 修复 Popover 设置 getPopupContainer 后,某些时候宽度会过窄的问题。#42697
  • 🐞 修复 Select 在某些情况下会显示字母 A 的问题。#42654 @​tchen-l
  • 🐞 修复 ConfigProvider 引入 FormProvider 时,错误引入 'rc-field-form' 其他的无关依赖的问题。#42502 @​BanShan-Alec
  • 🐞 修复 Popconfirm 的 onVisibleChange 会重复触发的问题。#42351
  • 🐞 修复 Form onFieldsChange 丢失一次 validating 状态变更的更新事件。#42263
  • 🐞 修复 Popover 组件当 titlecontent 都为空时展示空气泡的问题19f8505 @​MaHui
  • 🐞 修复 Upload 禁用状态逻辑。#42143 @​Wxh16144
  • 🐞 修复 RangePicker 在某些情况下面板打开未知不正确的问题。#43179 @​cooljser
  • 🐞 修复使用 ConfigProvider 会导致未使用的 Form 组件也被打包的问题。#43207 @​yoyo837
  • 💄 优化 Spin 样式,保持容器与子元素图标高度一致。#42163 @​cheapCoder

4.24.10

  • 🐞 Fix version always shows 5.2.2. #42101
  • 🐞 Fix Popover width collapse when show on the screen edge. #41953

  • 🐞 修复 version 总是返回 5.2.2 的问题。#42101
  • 🐞 修复 Popover 在屏幕边缘时宽度塌缩的问题。#41953

4.24.9

  • 🆕 Slider add missing railStyle for custom style. #40942 @​c01nd01r
  • 🐞 Fix Select width becomes 0px when search after select something. #41646

... (truncated)

Changelog

Sourced from antd's changelog.

4.24.12

2023-06-30

  • 🐞 Fix Form submit trigger wrong onFieldsChange event even all the fields do not config rules. #43292
  • 🐞 Fix Form.List nested Form event bubble not correct. #43292

4.24.11

2023-06-27

  • 🆕 Drawer panel support event listener. #42712 @​kiner-tang
  • 🐞 Fix Upload onChange sometime not sync when in React 18. #43200
  • 🐞 Fix Notification cannot hide close icon by closeIcon={null}. #42791
  • 🐞 Fix Drawer id was passed in incorrectly, and now is always added to the popup panel. #43124 @​MuxinFeng
  • 🐞 Fix InputNumber with prefix abnormal height under Form.Item of hasFeedBack. #43048
  • 🐞 Fix Popover with getPopupContainer sometime makes width too narrow. #42697
  • 🐞 Fix Select will display the letter A under some circumstances. #42654 @​tchen-l
  • 🐞 Fix ConfigProvider that import useless modules from rc-field-form when importing FormProvider . #42502 @​BanShan-Alec
  • 🐞 Fix Popconfirm trigger onVisibleChange twice. #42351
  • 🐞 Fix Form onFieldsChange missing validating status change. #42263
  • 🐞 Fix Popover that display empty div when title and content is null. 19f8505 @​MaHui
  • 🐞 Fix Upload disabled logic. #42143 @​Wxh16144
  • 🐞 Fix RangePicker wrong panel position under some circumstances. #43179 @​cooljser
  • 🐞 Fix ConfigProvider makes Form component in the bundle even not use it. #43207 @​yoyo837
  • 💄 Optimize Spin style to keep height of container the same as child element. #42163 @​cheapCoder

4.24.10

2023-05-04

  • 🐞 Fix version always shows 5.2.2. #42101
  • 🐞 Fix Popover width collapse when show on the screen edge. #41953

4.24.9

2023-04-19

4.24.8

2023-02-13

... (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)

Bumps [antd](https://github.com/ant-design/ant-design) from 4.21.3 to 4.24.12.
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/4.24.12/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@4.21.3...4.24.12)

---
updated-dependencies:
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 3, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2023

Superseded by #132.

@dependabot dependabot bot closed this Aug 4, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-4.24.12 branch August 4, 2023 04:41
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants