Skip to content

Commit

Permalink
feat:发行为 v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
build-admin committed Aug 5, 2024
1 parent 8d9f6e7 commit 967c3e6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

🔥🔥基于 Vue3.x setup + ThinkPHP6 + TypeScript + Vite + Pinia + Element Plus等流行技术栈的后台管理系统,自适应多端、支持CRUD代码生成、自带WEB终端、同时提供Web和Server端、内置全局数据回收站和字段级数据修改保护、自动注册路由、无限子级权限管理等,无需授权即可免费商用,希望能帮助大家实现快速开发。

## v2.1.1-Release
### 新增
- 上传类重构为多驱动模式,同时云存储模块将为系统安装服务端上传云存储的驱动

### 重构/优化/修复
- 限定`think-orm`版本以修复该依赖新版本带来的问题
- 修复上传组件的文件上传状态可能错误的问题
- 修复自定义后台入口后`WEB`终端命令执行失败的问题
- 修复`v-drag`指令对`el-dialog`使用时会意外抖动的问题
- 修复会员的权限不是所有时,修改邮箱提示没有权限的问题
- 修复一处类型定义中的注释书写错误 !163
- 优化`full_url`函数的参数类型
- 当表格公共搜索字段渲染为`tag`且操作为`in`时,支持多选 !162
- 上传组件禁用状态相关优化
- 调高部分全局通知消息的`zIndex`
- 使用更合理的方案处理`OPTIONS`请求

## v2.1.0-Release
### 新增
- 升级所有前端依赖
Expand Down

0 comments on commit 967c3e6

Please sign in to comment.