Skip to content

Commit 66e1b1d

Browse files
chore(release): 6.4.0 [skip ci]
1 parent 3f683f1 commit 66e1b1d

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [6.4.0](https://github.com/ant-design/ant-design-cli/compare/v6.3.4...v6.4.0) (2026-03-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **info:** fix isMainSection detection for all antd API patterns ([88e4b81](https://github.com/ant-design/ant-design-cli/commit/88e4b81c305492f561549ce9bd3013a23dc5a15b))
7+
* **info:** parse multi-section API docs (Form.FormInstance, useWatch, etc.) ([9f00d82](https://github.com/ant-design/ant-design-cli/commit/9f00d82b6fa3e1e393517495fe13808a5381e918))
8+
9+
10+
### Features
11+
12+
* add `antd doc <component>` command to output full markdown docs ([c0fe017](https://github.com/ant-design/ant-design-cli/commit/c0fe017ce97a4925d8561a4ce7252df395243a8b))
13+
* **info:** show sub-component props separately (e.g. Splitter.Panel) ([bcd505d](https://github.com/ant-design/ant-design-cli/commit/bcd505d25480712b33d852d99a212b592b26185e))
14+
115
## [6.3.4](https://github.com/ant-design/ant-design-cli/compare/v6.3.3...v6.3.4) (2026-03-17)
216

317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/cli",
3-
"version": "6.3.4",
3+
"version": "6.4.0",
44
"description": "CLI tool for querying antd knowledge and analyzing antd usage in projects",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)