Bump antd from 5.20.6 to 6.5.0
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(14 days ago)
(14 days ago)
dependencies javascript
Bumps antd from 5.20.6 to 6.5.0.
Release notes
Sourced from antd's releases.
6.5.0
- 🔥 Add the antd
DESIGN.mddesign-language file and publish it at ant.design/design.md, helping AI design tools understand Ant Design visual language, component archetypes, and theme tokens. #58011 #58356 #58489@afc163- 📦 Optimize the antd full bundle size: compared with 6.4.5, size-limit reports
antd.min.jsdown from437.05 KBto432.44 KB, andantd-with-locales.min.jsdown from514.19 KBto506.84 KB. The main gains come from slimmer DatePicker and TimePicker runtime code in@rc-component/picker, plus Icon/Upload avoiding extra TwoTone runtime in the full bundle. #58403 #58497@QDyanbing@afc163- Icon
- 🔥 Add built-in Icon entries for Anthropic, Claude, Gemini, Mistral, DeepSeek, Qwen, Perplexity, HuggingFace, Ollama, Replicate, ElevenLabs, Telegram, Mastodon, Threads and Snapchat. #58524
@afc163- 📦 Optimize Icon and Upload default icon imports by upgrading
@ant-design/iconsto6.3.1and switching Upload picture-list default placeholders to Outlined icons, reducing extra TwoTone runtime in the full bundle. #58497@afc163- 🐞 Fix Icon styles not working when
theme.zeroRuntimeis enabled. #58517@afc163- Input
- 🆕 Add Input.Password
visibilityToggle.tabIndexto customize the visibility toggle button tab order. #58458@QDyanbing- 🐞 Fix Input.Search not applying ConfigProvider root
styleconfiguration. #58467@QDyanbing- 🐞 Fix Input.Search losing
enterButton.className. #58506@QDyanbing- 💄 Fix Input.Search button height not aligning with Input token height. #58525
@afc163- 💄 Add focus outline for borderless Input components. #58250
@QDyanbing- Select
- 🆕 Add Select function-based
tokenSeparatorssupport. #57966@ZQDesigned- 🐞 Fix Select and related popup components numeric popup width rendering. #58511
@QDyanbing- 🐞 Fix Select creating disabled tags. #58518
@afc163- 🐞 Fix Select single mode
labelRenderdimming while open. #58288@kfylaktopoulos- Table
- 🐞 Fix Table
defaultSortOrderand controlledsortOrderbeing ignored when the column is hidden byresponsiveat the current breakpoint. #58008@yogeshwaran-c- 🐞 Fix Table extra vertical line on the last fixed-right column in bordered mode. #58516
@uttam12331- ⌨️ Improve Table row selection checkbox accessibility by supporting
aria-*attributes fromgetCheckboxProps. #58275@EmilyyyLiu- 💄 Fix Table sticky header top border missing in bordered mode. #58451
@BangDori- BorderBeam
- 🆕 Add BorderBeam
durationprop to control beam loop duration. #58233@QDyanbing- 🆕 Add BorderBeam
lineWidthprop to control beam width. #58324@QDyanbing- 🆕 Add BorderBeam
sizeprop to control beam size. #58303@QDyanbing- Badge
- 🆕 Add Badge
titleprop to allow removing the native tooltip. #58209@QDyanbing- 💄 Improve Badge processing status display in dark mode. #58414
@clxstart- Layout
- 🆕 Add Layout.Sider semantic
classNamesandstylessupport. #57938@landeqiming666- 🐞 Fix Layout.Header, Layout.Footer and Layout.Content losing default background when used standalone with
theme.cssVarenabled. #58046@yogeshwaran-c- Pagination
- 🐞 Fix Pagination text wrapping and overflow in some scenarios. #58151
@selicens- 🐞 Fix Pagination quick jumper layout instability. #58282
@QDyanbing- Upload
- 🐞 Fix Upload not showing file icon for failed files. #58484
@biubiukam- ⌨️ Improve Upload list item name accessibility when previewing files without a URL. #58092
@ug-one- Alert
- 🐞 Fix Alert icon vertical alignment when description content is provided. #57915
@MMMIXER- 🐞 Fix Alert icon and close button not aligning with the first title line when only a title is provided. #57878
@QDyanbing- 📖 Improve AI agent support for the ant.design website and its isitagentready.com/ant.design result. #58510 #58490 #57725
@afc163@ug-one- 📖 Update Ant Design CLI docs with
antd setup, Node.js>=20.0.0requirement, MCP version auto-detection, and environment variable notes, and sync the For Agents and MCP Server docs in both languages. #58460@afc163- 🐞 Fix antd root semantic
stylepriority across components to ensure componentstyleoverrides globalstyles.rootandstyleconfiguration. #58474@QDyanbing- 💄 Improve Component Token small control height in compact theme to avoid cramped line boxes. #58411
@nightt5879- 🐞 Fix Anchor hash parsing performance issue with specially crafted hash values. #58472
@afc163- 🆕 Add Collapse
headerPaddingSM,headerPaddingLG,contentPaddingSM, andcontentPaddingLGtokens to configure header and content padding for small and large sizes separately. #58436@biubiukam- 🆕 Add ConfigProvider form
labelWrapconfiguration support. #58035@EmilyyyLiu
... (truncated)
Changelog
Sourced from antd's changelog.
6.5.0
2026-06-27
- 🔥 Add the antd
DESIGN.mddesign-language file and publish it at ant.design/design.md, helping AI design tools understand Ant Design visual language, component archetypes, and theme tokens. #58011 #58356 #58489@afc163- 📦 Optimize the antd full bundle size: compared with 6.4.5, size-limit reports
antd.min.jsdown from437.05 KBto432.44 KB, andantd-with-locales.min.jsdown from514.19 KBto506.84 KB. The main gains come from slimmer DatePicker and TimePicker runtime code in@rc-component/picker, plus Icon/Upload avoiding extra TwoTone runtime in the full bundle. #58403 #58497@QDyanbing@afc163- Icon
🔥 Add built-in Icon entries for Anthropic, Claude, Gemini, Mistral, DeepSeek, Qwen, Perplexity, HuggingFace, Ollama, Replicate, ElevenLabs, Telegram, Mastodon, Threads and Snapchat. #58524
@afc163📦 Optimize Icon and Upload default icon imports by upgrading
@ant-design/iconsto6.3.1and switching Upload picture-list default placeholders to Outlined icons, reducing extra TwoTone runtime in the full bundle. #58497@afc163🐞 Fix Icon styles not working when
theme.zeroRuntimeis enabled. #58517@afc163- Input
- 🆕 Add Input.Password
visibilityToggle.tabIndexto customize the visibility toggle button tab order. #58458@QDyanbing- 🐞 Fix Input.Search not applying ConfigProvider root
styleconfiguration. #58467@QDyanbing- 🐞 Fix Input.Search losing
enterButton.className. #58506@QDyanbing- 💄 Fix Input.Search button height not aligning with Input token height. #58525
@afc163- 💄 Add focus outline for borderless Input components. #58250
@QDyanbing- Select
- 🆕 Add Select function-based
tokenSeparatorssupport. #57966@ZQDesigned- 🐞 Fix Select and related popup components numeric popup width rendering. #58511
@QDyanbing- 🐞 Fix Select creating disabled tags. #58518
@afc163- 🐞 Fix Select single mode
labelRenderdimming while open. #58288@kfylaktopoulos- Table
- 🐞 Fix Table
defaultSortOrderand controlledsortOrderbeing ignored when the column is hidden byresponsiveat the current breakpoint. #58008@yogeshwaran-c- 🐞 Fix Table extra vertical line on the last fixed-right column in bordered mode. #58516
@uttam12331- ⌨️ Improve Table row selection checkbox accessibility by supporting
aria-*attributes fromgetCheckboxProps. #58275@EmilyyyLiu- 💄 Fix Table sticky header top border missing in bordered mode. #58451
@BangDori- BorderBeam
- 🆕 Add BorderBeam
durationprop to control beam loop duration. #58233@QDyanbing- 🆕 Add BorderBeam
lineWidthprop to control beam width. #58324@QDyanbing- 🆕 Add BorderBeam
sizeprop to control beam size. #58303@QDyanbing- Badge
- 🆕 Add Badge
titleprop to allow removing the native tooltip. #58209@QDyanbing- 💄 Improve Badge processing status display in dark mode. #58414
@clxstart- Layout
- 🆕 Add Layout.Sider semantic
classNamesandstylessupport. #57938@landeqiming666- 🐞 Fix Layout.Header, Layout.Footer and Layout.Content losing default background when used standalone with
theme.cssVarenabled. #58046@yogeshwaran-c- Pagination
- 🐞 Fix Pagination text wrapping and overflow in some scenarios. #58151
@selicens- 🐞 Fix Pagination quick jumper layout instability. #58282
@QDyanbing- Upload
- 🐞 Fix Upload not showing file icon for failed files. #58484
@biubiukam- ⌨️ Improve Upload list item name accessibility when previewing files without a URL. #58092
@ug-one- Alert
- 🐞 Fix Alert icon vertical alignment when description content is provided. #57915
@MMMIXER- 🐞 Fix Alert icon and close button not aligning with the first title line when only a title is provided. #57878
@QDyanbing- 📖 Improve AI agent support for the ant.design website and its isitagentready.com/ant.design result. #58510 #58490 #57725
@afc163@ug-one- 📖 Update Ant Design CLI docs with
antd setup, Node.js>=20.0.0requirement, MCP version auto-detection, and environment variable notes, and sync the For Agents and MCP Server docs in both languages. #58460@afc163
... (truncated)
Commits
740ad96ci: rm action version comment (#58536)3b44cefdocs: add changelog for 6.5.0 (#58527)c94729drevert: remove rate star border tokens (#58535)8856f85type: typeScript definition improvement (#58534)b0272e2fix(Descriptions): apply labelStyle/contentStyle to bordered cells6a3a641fix: remove subpixel offset from Steps rail8110508fix(Alert): align icon and close button for title-only alerts (#57878)0a8fb57chore(deps): update dependency eslint to v10.6.0 (#58532)6b7a789chore(deps): update dependency@google/design.md to ^0.3.0 (#58531)7b1f026chore(deps): update actions/cache digest to 55cc834 (#58530)- Additional commits viewable in compare view
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)
Package Dependencies
Technical Details
| ID: | 16124696 |
| UUID: | 4834183041 |
| Node ID: | PR_kwDON3EDgM7vHCOH |
| Host: | GitHub |
| Repository: | naveen12112001/Counselling-System |