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
New antd design.md command — outputs antd's design language specification (colors, typography, spacing, radius, and design principles) in design.md format, ready for AI design tools like Figma Make and Stitch. Also available as antd_design_md MCP tool (#147, ant-design#57701)
New antd upgrade command — update the CLI to the latest version without leaving your terminal (#123)
All commands now support --format markdown output and --lang zh for Chinese labels (#146)
antd info now shows a note about common props (className / style / rootClassName) shared by all components (#139)
Bug Fixes
Fix version auto-detection defaulting to v5 instead of v6 when antd is not installed locally (#150)
antd mcp now shows a helpful message when run directly in a terminal instead of silently hanging (#154)
Fix some components (e.g. those with only sub-component props) failing to display in antd info (#152)
Fix missing or malformed prop metadata and token data for some components across v5/v6 (#138, #132, #122, #125)
Fix markdown table output with special characters being incorrectly escaped (#136)
Fix invalid --format or --lang values being silently ignored instead of showing an error (#141)
Fix version parsing, antd upgrade comparison, and antd semantic --lang zh crash (#127)
Security
Fix potential shell injection in build scripts (#137, #134)