Skip to content

chore(deps): bump antd from 3.26.18 to 5.6.2 - #1739

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/antd-5.6.2
Closed

chore(deps): bump antd from 3.26.18 to 5.6.2#1739
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/antd-5.6.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2023

Copy link
Copy Markdown
Contributor

Bumps antd from 3.26.18 to 5.6.2.

Release notes

Sourced from antd's releases.

5.6.2

  • 🐞 Fix Dropdown with autoFocus not work as expect. #43002 @​Yuiai01
  • 🐞 Fix InputNumber with prefix abnormal height under Form.Item of hasFeedBack. #43049
  • 💄 Fix Input and InputNumber disabled style with addons. #42974 @​kampiu
  • 🐞 Fix Upload trigger extra onChange event when upload the file exceeds maxCount. #43034
  • 🐞 Fix export bundle size always contain rc-field-form even not use it. #43023
  • 🐞 Fix DatePicker disabledTime sometime can select disabled option. #42991 @​linxianxi
  • 📖 Add FloatButton controlled demo and patch related warning info. #42835 @​poyiding
  • 🐞 Fix Button with disabled still can interactive with sub component. #42949 @​kiner-tang
  • 🐞 Drawer add max width to avoid exceed in small screen. #42914 @​amir2mi
  • 🐞 Fix Table preserveSelectedRowKeys not working when checkStrictly configured. #42784 @​linxianxi
  • 🐞 Fix Transfer select count not sync when dynamic update data. #42785 @​BoyYangzai
  • 🐞 Fix Radio.Button title not work and update typescript definition. #43012 @​linxianxi

  • 🐞 修复 Dropdown 配置 autoFocus 无效的问题。#43002 @​Yuiai01
  • 🐞 修复 InputNumber 设置 prefix 在 Form.Item hasFeedBack 内高度异常的问题。#43049
  • 💄 修复 Input 和 InputNumber 禁用状态样式。#42974 @​kampiu
  • 🐞 修复 Upload 配置 maxCount 后,上传超出范围的文件仍然会触发 onChange 事件的问题。#43034
  • 🐞 修复打包时即便没有使用 rc-field-form 包仍然会包含它的问题。#43023
  • 🐞 修复 DatePicker 动态设置 disabledTime 时值不正确的问题。#42991 @​linxianxi
  • 📖 补充 FloatButton 受控实例,并添加对应的 warning 提示。#42835 @​poyiding
  • 🐞 修复 Button 禁用时子节点仍然可以交互的问题。#42949 @​kiner-tang
  • 🐞 Drawer 添加最大宽度以防止在小屏幕下超出的问题。#42914 @​amir2mi
  • 🐞 修复 Table 设置 checkStrictly 时,preserveSelectedRowKeys 无效的问题。#42784 @​linxianxi
  • 🐞 修复 Transfer 在动态变更数据时,展示的选中数不同步的问题。#42785 @​BoyYangzai
  • 🐞 修复 Radio.Button title 属性不生效,并补齐对应定义。#43012 @​linxianxi

5.6.2-alpha.0

No release notes provided.

5.6.1


  • ColorPicker
    • 🐞 修复 ColorPicker 预设颜色没法选中的问题。#42882 @​RedJue
    • 🐞 修复 ColorPicker 组件清除后再点击清楚仍然触发 onChange 的问题。#42643 @​linxianxi
  • 🐞 修复 Collapse 组件废弃警告异常显示问题。#42876 @​kiner-tang
  • TypeScript

5.6.0

... (truncated)

Changelog

Sourced from antd's changelog.

5.6.2

2023-06-19

  • 🐞 Fix Dropdown with autoFocus not work as expect. #43002 @​Yuiai01
  • 🐞 Fix InputNumber with prefix abnormal height under Form.Item of hasFeedBack. #43049
  • 💄 Fix Input and InputNumber disabled style with addons. #42974 @​kampiu
  • 🐞 Fix Upload trigger extra onChange event when upload the file exceeds maxCount. #43034
  • 🐞 Fix export bundle size always contain rc-field-form even not use it. #43023
  • 🐞 Fix DatePicker disabledTime sometime can select disabled option. #42991 @​linxianxi
  • 📖 Add FloatButton controlled demo and patch related warning info. #42835 @​poyiding
  • 🐞 Fix Button with disabled still can interactive with sub component. #42949 @​kiner-tang
  • 🐞 Drawer add max width to avoid exceed in small screen. #42914 @​amir2mi
  • 🐞 Fix Table preserveSelectedRowKeys not working when checkStrictly configured. #42784 @​linxianxi
  • 🐞 Fix Transfer select count not sync when dynamic update data. #42785 @​BoyYangzai
  • 🐞 Fix Radio.Button title not work and update typescript definition. #43012 @​linxianxi

5.6.1

2023-06-07

5.6.0

2023-06-06

  • 🆕 ColorPicker add onClear and dont't close panel when clearing. #42634 @​linxianxi
  • 🆕 Collapse items to support configure panel content. #42545 @​kiner-tang
  • 🆕 Add static function getDesignToken to access full Design Token. #42723 @​MadCcc
  • 🆕 ConfigProvider support configure Space classNames and styles properties. #42748 @​RedJue
  • 🆕 Space support classNames and styles properties. #42743 @​RedJue
  • 🆕 Drawer panel support event listener. Wrapper support passing data-* props. #42718 @​kiner-tang
  • 🆕 ConfigProvider support configuring Button style / className / styles / classNames. #42623 @​LuZhenJie1999
  • 🆕 Pagination size change select component is searchable now. #42608
  • 🆕 QRCode support render svg. #42570 @​sy296565890
  • 🆕 Calendar support passing panelMode as the select source type to the internal select trigger callback to use the correct source type when called. #42459 @​bombillazo
  • 🆕 Select add groupLabel prop in fieldNames to refleact title of group. #42492 @​BoyYangzai
  • 🆕 Table add support for custom sort icon of table column. #42498 @​sawadyecma
  • 🆕 DatePicker support kk:mm format. #42494 @​cooljser
  • 🆕 ConfigProvider.config support theme for static method config. #42473
  • 🆕 Calendar onSelect support info.source param to help get select source. #42432
  • 💄 Optimize ColorPicker style in dark theme. #42827 @​RedJue
  • 💄 Fix Popconfirm, Alert and Notification that colorTextHeading and colorText usage. #42839 @​MadCcc
  • 💄 Fix Divider style problem. #42797 @​kongmingLatern

... (truncated)

Commits
  • c3372d6 docs: 5.6.2 changelog (#43078)
  • 8cdb76b fix(dropdown): Dropdown menu support transmit ref (#43002)
  • 446e833 style: fix InputNumber prefix style in Form.Item (#43049)
  • 3b03521 type: update unknow with UploadListRef (#43054)
  • 0dcd6e8 fix(InputNumber): Fix incorrect disable state style for input box com… (#42974)
  • 0c76e3f docs: The description of API superNextIcon and superPrevIcon made the << and ...
  • 167b2bd docs: remove Option usage from Select documentation (#43045)
  • 3f92966 docs: Update Progress segment.md description (#43033)
  • 96ff8b9 docs: update development workflow in the document about contributing (#43037)
  • b037433 fix: upload event should not trigger the file out of maxCount (#43034)
  • 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from joshuef as a code owner June 25, 2023 03:32
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 25, 2023
@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #1740.

@dependabot dependabot Bot closed this Jul 2, 2023
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/antd-5.6.2 branch July 2, 2023 01:57
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