You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔥 Add @ant-design/cli official command-line tool for querying Ant Design component knowledge, analyzing project usage, and guiding migrations offline. #57413@afc163
🐞 Fix Form.List losing sibling field values when using onValuesChange. #57399@zombieJ
🐞 Fix missing screenXXXLMin in useToken causing incorrect antd.css to be generated. #57372@sealye09
🐞 Fix ConfigProvider component config typings to expose semantic classNames and styles for supported components. #57396@QDyanbing
🐞 Fix Image fetchPriority prop not being passed through to the <img> element. #57392@aojunhao123
Menu
🐞 Fix Menu SubMenu parent item not applying custom hover color via ConfigProvider. #57374@EmilyyyLiu
🐞 Fix Menu collapsed icons appearing misaligned when customizing collapsedIconSize. #57360@QDyanbing
🐞 Fix Table controlled popover in column title being rendered twice when scroll is enabled. #57342@QDyanbing
🐞 Fix Transfer render prop returning JSX elements causing search to fail. #57133@WustLCQ
🐞 Fix Tree custom switcherIcon missing switcher-line-icon className when showLine is enabled. #57303@QDyanbing
🐞 Fix Watermark TypeScript errors when onRemove is omitted. #57344@QDyanbing
🔥 Add @ant-design/cli official command-line tool for querying Ant Design component knowledge, analyzing project usage, and guiding migrations offline. #57413@afc163
🐞 Fix Form.List losing sibling field values when using onValuesChange. #57399@zombieJ
🐞 Fix missing screenXXXLMin in useToken causing incorrect antd.css to be generated. #57372@sealye09
🐞 Fix ConfigProvider component config typings to expose semantic classNames and styles for supported components. #57396@QDyanbing
🐞 Fix Image fetchPriority prop not being passed through to the <img> element. #57392@aojunhao123
Menu
🐞 Fix Menu SubMenu parent item not applying custom hover color via ConfigProvider. #57374@EmilyyyLiu
🐞 Fix Menu collapsed icons appearing misaligned when customizing collapsedIconSize. #57360@QDyanbing
🐞 Fix Table controlled popover in column title being rendered twice when scroll is enabled. #57342@QDyanbing
🐞 Fix Transfer render prop returning JSX elements causing search to fail. #57133@WustLCQ
🐞 Fix Tree custom switcherIcon missing switcher-line-icon className when showLine is enabled. #57303@QDyanbing
🐞 Fix Watermark TypeScript errors when onRemove is omitted. #57344@QDyanbing
6.3.3
2026-03-16
Image
💄 Improve Image preview mask blur transition for backdrop-filter to reduce flicker perception. #57299@mango766
🐞 Fix Image showing move cursor when movable={false}. #57288@ug-hero
⌨️ Improve App link :focus-visible outline to enhance keyboard accessibility. #57266@ug-hero
🛠 Unify size enumeration, replace default with medium for Badge, Card, Progress, Steps, Switch and Spin, replace middle and default with medium and large for Descriptions, replace middle with medium for Table and Divider. #57127#57106@QDyanbing
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@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)
Next steps: Take a moment to review the security alert above. Review
the linked package source code to understand the potential risk. Ensure the
package is not malicious before proceeding. If you're unsure how to proceed,
reach out to your security team or ask the Socket team for help at
support@socket.dev.
Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore npm/buffer-okam@4.9.2. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
Warn
Obfuscated code: npm buffer is 96.0% likely obfuscated
Next steps: Take a moment to review the security alert above. Review
the linked package source code to understand the potential risk. Ensure the
package is not malicious before proceeding. If you're unsure how to proceed,
reach out to your security team or ask the Socket team for help at
support@socket.dev.
Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore npm/buffer@4.9.2. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps antd from 5.29.3 to 6.3.4.
Release notes
Sourced from antd's releases.
... (truncated)
Changelog
Sourced from antd's changelog.
... (truncated)
Commits
7dddd23docs: release 6.3.4 (#57418)6e68c4cdocs: add@ant-design/clidocumentation and links (#57413)d524400docs: fix Slider demo description for step=null with marks (#57415)d1d7266site: fix homepage ThemePreview style priority after build (#57411)c4a70b3chore(deps): update nearform-actions/github-action-notify-twitter digest to 1...1274050chore(deps): update dependency typescript from v5 to v6 (#57408)7feb741test: update any type (#57410)fb3a6f8chore: bump@rc-component/imageto improve preview a11y and support movable c...1a1e9a4fix: bump@rc-component/formto resolve Form.List onValuesChange issue (#57399)61d6e08fix: add missing screenMap item in useToken (#57372)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)