Go to file
LiuJiaNan a20ccba63c feat(select): 支持排除和包含选项的过滤功能
- 在组件中新增 exclude 和 include 属性,支持对数据进行筛选
- 使用 useMemo 优化实际展示数据的计算逻辑
- 引入工具函数 getMatchedItems 和 getUnmatchedItems 进行数据过滤
- 修改回调函数和 options 渲染为基于过滤后的数据
- 通过 onGetData 返回过滤后的数据列表
2026-08-11 15:04:58 +08:00
src feat(select): 支持排除和包含选项的过滤功能 2026-08-11 15:04:58 +08:00
.editorconfig init 2025-10-22 14:43:42 +08:00
.gitignore 删除.claude文件 2026-04-21 16:00:54 +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 fix(form): 修复表单项隐藏逻辑错误 2026-04-30 14:25:43 +08:00
package.json 1.3.29 2026-08-04 15:35:18 +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)

  • 🎉 优化编译效果