Go to file
LiuJiaNan 248e60c77a feat(SelectTree): 更新 onGetLabel 类型定义支持字符串数组
- 修改 onGetLabel 回调函数参数类型为 string | string[]
- 允许获取标签值时支持单个字符串或字符串数组返回值
- 提升组件在多选场景下的类型安全性和灵活性
2026-04-09 16:55:54 +08:00
.claude 重构 FormItemsRenderer 中的表单配置项类型定义 2026-03-06 10:30:42 +08:00
src feat(SelectTree): 更新 onGetLabel 类型定义支持字符串数组 2026-04-09 16:55:54 +08:00
.editorconfig init 2025-10-22 14:43:42 +08:00
.gitignore 发布npm之前增加打包工具构建 2025-12-25 14:30:17 +08:00
.npmignore 发布npm之前增加打包工具构建 2025-12-25 14:30:17 +08:00
README.md 发布npm之前增加打包工具构建 2025-12-25 14:30:17 +08:00
eslint.config.js 增加eslint 2026-02-26 16:08:22 +08:00
npm 删除npm账号信息 2025-12-11 13:46:37 +08:00
package.json 1.2.24 2026-04-09 15:12:29 +08:00
rollup.config.js 修复 2026-01-06 15:20:10 +08:00

README.md

zy-react-library

📦 安装

# yarn
yarn add zy-react-library

📄 更新日志

v1.0.0 (2025-10-22)

  • 🎉 初始版本发布

v1.1.2 (2025-12-25)

  • 🎉 优化编译效果