Skip to content

Commit

Permalink
feat:发行为v1.1.1版本
Browse files Browse the repository at this point in the history
  • Loading branch information
build-admin committed Dec 25, 2022
1 parent 91b0b06 commit 9ba7e69
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

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

## v1.1.1-Release
### 新增
- 增加前台会员中心埋点(配合模块为会员中心增加功能)
- 编程式添加会员菜单规则支持

### 优化
- 默认关闭监听SQL
- 服务端返回302时自动删除前端的用户token
- 系统配置保存时只效验和提交当前页的表单数据
- 优化用户信息显示
- 优化`getTableFieldList`接口
- 统一接口响应数据`key`的命名规范
- 默认不再允许上传pdf格式的文件
- `Token::check`方法增加过期不抛出异常时的逻辑

### 修复/重构
- 修复模块下载安装时解压目录名可能错误的问题
- 文件后缀名大写时无法上传的问题
- 修复关联表名带下划线生成的代码出错
- 修复上传组件一处类型检查错误
- 会员中心的用户名默认不再禁止修改
- 会员修改绑定信息时账户验证通过的token在使用后立即删除
- 自定义排序字段,模型onAfterInsert方法生成错误
- 修复生成三级以上的菜单规则时,无法为非超管分配权限的问题
- 修复可视化CRUD删除字段时可能出现报错的问题
- 去除多余的会员菜单规则
- 模块市场中与官网相关的URL修改
- 修复预览图片宽高较大时超出对话框的问题
- 修复公共搜索只有一个输入框时会触发表单的默认行为的问题
- 其他细节

## v1.1.0-Release
### 新增
- **可视化CRUD新增多种快捷组件,并修复已知问题**
Expand Down
2 changes: 1 addition & 1 deletion config/buildadmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
// 内容分发网络URL,末尾不带`/`
'cdn_url' => '',
// 版本号
'version' => 'v1.1.0',
'version' => 'v1.1.1',
// 接口地址
'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": "1.1.0",
"version": "1.1.1",
"scripts": {
"dev": "vite --force",
"build": "vite build && esno ./src/utils/build.ts",
Expand Down

0 comments on commit 9ba7e69

Please sign in to comment.