Skip to content

Commit

Permalink
feat:发行为 v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
build-admin committed May 6, 2024
1 parent 54790fc commit c78bad0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## v2.0.10-Release
### 新增
- 单复选框支持按钮模式
- 公共搜索增加渲染类名方便单独定位某字段
- 图片上传达到限制数时隐藏上传框的配置项
- 增加`AttachmentInsert`事件,开发者或模块可于附件入库后对新的附件做一些额外的操作

### 重构/优化/修复
- 优化文件上传,文件移动操作优先于文件数据入库
- 优化管理员管理和菜单规则管理的控制器代码
- 修复选择数据表、选择数据表字段接口非默认数据库返回空数据的问题
- 修复第一个菜单为 Iframe 时不能自动跳转的 BUG
- 修复由于`Gitee Pages`停止服务造成的文档站无法访问
- 修复可视化`CRUD`远程下拉选择数据表时不能关键词搜索的问题
- 修复右击菜单组件的菜单面板可能超出屏幕的问题

## v2.0.9-Release
### 新增
- 增加动态修改后台顶部`Tab`标题的方法
Expand Down
2 changes: 1 addition & 1 deletion config/buildadmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
// 内容分发网络URL,末尾不带`/`
'cdn_url' => '',
// 版本号
'version' => 'v2.0.9',
'version' => 'v2.0.10',
// 接口地址
'api_url' => 'https://buildadmin.com',
];
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-admin",
"version": "2.0.9",
"version": "2.0.10",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down

0 comments on commit c78bad0

Please sign in to comment.