- 在组件中新增 exclude 和 include 属性,支持对数据进行筛选 - 使用 useMemo 优化实际展示数据的计算逻辑 - 引入工具函数 getMatchedItems 和 getUnmatchedItems 进行数据过滤 - 修改回调函数和 options 渲染为基于过滤后的数据 - 通过 onGetData 返回过滤后的数据列表 |
||
|---|---|---|
| src | ||
| .editorconfig | ||
| .gitignore | ||
| .npmignore | ||
| README.md | ||
| eslint.config.js | ||
| npm | ||
| package.json | ||
| rollup.config.js | ||
README.md
zy-react-library
📦 安装
# yarn
yarn add zy-react-library
📄 更新日志
v1.0.0 (2025-10-22)
- 🎉 初始版本发布
v1.1.2 (2025-12-25)
- 🎉 优化编译效果