docs: 📝 项目更新声明补充

This commit is contained in:
hxr
2024-05-27 08:11:24 +08:00
parent c0eeb4e4eb
commit 0a192eb41e

View File

@@ -1,7 +1,82 @@
# 2.10.0 (待定)
# 2.11.0 (2024/5/27)
## ✨ feat
- 菜单添加路由参数设置author by [haoxianrui](https://github.com/haoxianrui)
- 增加列表选择组件author by [cshaptx4869](https://github.com/cshaptx4869)
- 增加列表选择组件使用示例author by [cshaptx4869](https://github.com/cshaptx4869)
- 增加defaultToolbar配置参数author by [cshaptx4869](https://github.com/cshaptx4869)
- 表单弹窗支持drawer模式author by [cshaptx4869](https://github.com/cshaptx4869)
- 表单项增加computed和watchEffect配置author by [cshaptx4869](https://github.com/cshaptx4869)
- 支持switch属性修改author by [cshaptx4869](https://github.com/cshaptx4869)
- 表单项增加文本类型支持author by [cshaptx4869](https://github.com/cshaptx4869)
- 列表列增加show配置项author by [cshaptx4869](https://github.com/cshaptx4869)
- 支持搜索表单显隐控制author by [cshaptx4869](https://github.com/cshaptx4869)
- 支持input属性修改author by [cshaptx4869](https://github.com/cshaptx4869)
- search配置新增函数能力拓展author by [xiudaozhe](https://github.com/xiudaozhe)
- 表格新增列设置控制author by [haoxianrui](https://github.com/haoxianrui)
- 搜索添加展开和收缩author by [haoxianrui](https://github.com/haoxianrui)
- watch函数增加配置项参数返回author by [cshaptx4869](https://github.com/cshaptx4869)
## ♻️ refactor
- 重构图标选择组件author by [cshaptx4869](https://github.com/cshaptx4869)
- 重构列表选择组件默认样式 author by [cshaptx4869](https://github.com/cshaptx4869)
- 加强对话框表单组件和列表选择组件author by [cshaptx4869](https://github.com/cshaptx4869)
- routeMeta增加alwaysShow字段声明author by [cshaptx4869](https://github.com/cshaptx4869)
- 分页组件增加溢出滚动效果author by [cshaptx4869](https://github.com/cshaptx4869)
- 修正登录表单的Ref类型author by [cshaptx4869](https://github.com/cshaptx4869)
- 点击表格刷新按钮不重置页码author by [cshaptx4869](https://github.com/cshaptx4869)
- 筛选列超出一定高度滚动author by [cshaptx4869](https://github.com/cshaptx4869)
- 优化加强initFn函数表单项增加initFn函数author by [cshaptx4869](https://github.com/cshaptx4869)
- 重构watch、computed、watchEffect调用author by [cshaptx4869](https://github.com/cshaptx4869)
- 修改操作成功提示author by [cshaptx4869](https://github.com/cshaptx4869)
- PageSearch 改用card作为容器,样式改用unocss写法author by [cshaptx4869](https://github.com/cshaptx4869)
- 优化首页 loading 动画效果author by [haoxianrui](https://github.com/haoxianrui)
## 🐛 fix
- 路由是否始终显示不限制只有顶级目录才有的配置,开放至菜单 author by [haoxianrui](https://github.com/haoxianrui)
- sockjs-client 报错 global is not defined 导致开发环境无法打开 WebSocket 页面问题修复 author by [haoxianrui](https://github.com/haoxianrui)
- 发送用户重启密码功能最少为6位字符小于6位登陆时不允许的问题 author by [dreamnyj](https://gitee.com/dreamnyj)
- 修复系统设置面板滚动条问题author by [cshaptx4869](https://github.com/cshaptx4869)
- 修复表单插槽失效问题author by [cshaptx4869](https://github.com/cshaptx4869)
- 修改tagsview刷新丢失query问题author by [xiudaozhe](https://github.com/xiudaozhe)
## 📦️ build
- 升级 NPM 包版本至最新 author by [haoxianrui](https://github.com/haoxianrui)
## ⚙️ ci
- 规整脚本执行命令
# 2.10.1 (2024/5/4)
## ♻️ refactor
- 抽离CURD的使用部分代码为Hooks实现author by [cshaptx4869](https://github.com/cshaptx4869)
- 修改CURD导入权限点标识名author by [cshaptx4869](https://github.com/cshaptx4869)
- cURD表单字段支持watch监听author by [cshaptx4869](https://github.com/cshaptx4869)
- cURD表单input支持number修饰author by [cshaptx4869](https://github.com/cshaptx4869)
- cURD表单组件支持checkbox多选框author by [cshaptx4869](https://github.com/cshaptx4869)
- 优化axios响应数据TS类型提示author by [cshaptx4869](https://github.com/cshaptx4869)
- 修改CURD表单组件自定义类型的attrs传值author by [cshaptx4869](https://github.com/cshaptx4869)
- 同步重置密码按钮权限标识重命名author by [haoxianrui](https://github.com/haoxianrui)
- 重构API为静态方法实现模块化管理并将types.ts重命名为model.ts用于存放接口模型定义author by [haoxianrui](https://github.com/haoxianrui)
## 🐛 fix
- sockjs-client 报错 global is not defined 导致开发环境无法打开 WebSocket 页面问题修复 author by [haoxianrui](https://github.com/haoxianrui)
- 主题颜色设置覆盖暗黑模式下el-table行激活的背景色问题修复 author by [haoxianrui](https://github.com/haoxianrui)
- 修复因API接口调整而影响的调用页面的问题 author by [haoxianrui](https://github.com/haoxianrui)
## 📦️ build
- 升级 NPM 包版本至最新 author by [haoxianrui](https://github.com/haoxianrui)
# 2.10.0 (2024/4/26)
## ✨ feat
- 封装增删改查组件author by [cshaptx4869](https://github.com/cshaptx4869)
- 集成 vite-plugin-vue-devtools 插件author by [Tricker39](https://github.com/Tricker39)
- 增加CURD配置化实现author by [cshaptx4869](https://github.com/cshaptx4869)
# 2.9.3 (2024/04/14)
## ✨ feat