Skip to content

Commit bca553f

Browse files
committed
chore(release): publish 0.11.0
1 parent 6b8f212 commit bca553f

5 files changed

Lines changed: 12 additions & 16 deletions

File tree

.changeset/brave-tables-bloom.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/calm-robots-harden.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/secure-styles-verify.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @robot-admin/naive-ui-components
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- f0a9254: 增强组件库公共契约与使用体验:C_Form 新增业务模型泛型、嵌套字段路径和 `useCForm`;C_Table 新增类型助手、远程查询控制器、行键诊断及可靠的异步展开;C_Date、C_Time、C_Menu、C_FormSearch 统一支持标准 `v-model`。同时引入可选的全局反馈、语言和组件默认配置,修复跨实例、异步竞态、重复副作用、受控状态同步及发布产物问题,并补齐契约与回归测试。
8+
- 48dc8fe: Add lightweight/full C_Form and C_Table style entries, deduplicate the full stylesheet and reject leaked Vue deep selectors, harden C_Captcha with cancellable server verification, stabilize Naive UI public type imports, remove unused/runtime validation dependencies, improve async error and keyboard behavior, and enforce dependency, SSR, declaration, and package-size release contracts.
9+
10+
### Patch Changes
11+
12+
- 0c5ecf2: 深度治理 C_Form、C_Table 及其他组件的状态同步、异步竞态、资源清理、输入输出安全与依赖漏洞,并补齐回归测试和推荐用法文档。
13+
314
## 0.10.3
415

516
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.10.3",
6+
"version": "0.11.0",
77
"description": "基于 Naive UI 的 Vue 3 组件库",
88
"packageManager": "bun@1.3.14",
99
"engines": {

0 commit comments

Comments
 (0)