Skip to content

Commit

Permalink
feat:发行为 v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
build-admin committed Aug 10, 2023
1 parent 0304961 commit 450df7b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 8 deletions.
33 changes: 27 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,32 @@

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

## v2.0.2-Release
### 新增
- 上传图片组和文件组时支持拖拽排序
- 增加管理员和会员的登录态保持时间配置项
- 新增清理`XSS`代码的公共函数

### 重构/优化/修复
- 从服务端限制`WEB终端`仅限超管执行命令
- 表格公共搜索操作符不再使用不利于传输的符号形式
-`a`标签添加`rel="noopener noreferrer"`
- 优化请求输入变量的默认过滤规则
- 可视化CRUD:存在富文本组件时,默认对`XSS`代码进行清理
- 可视化CRUD:远程下拉参数预填弹窗增加滚动条,避免小屏显示异常
- 可视化CRUD:富文本字段默认值改为`empty string`
- 可视化CRUD:修复`php8.1`下从数据表开始可能报错的问题
- 修复远程下拉脱焦后会有个多余的请求的问题
- 修复远程下拉组件`row`事件可能失效的问题
- 修复会员登录态过期后不会触发重新登录的问题
- 修复小屏设备中后台最后一个菜单可能显示不全的问题
- 修复顶栏会员中心菜单的下拉项无法显示的问题

## v2.0.1-Release
## 新增
### 新增
- 全局提供 mainScrollbarRef 以实现子组件操作滚动条

## 重构/优化/修复
### 重构/优化/修复
- 前端初始化请求和会员中心初始化请求合并为一个
- 顶栏菜单在手机端的显示和交互优化
- 优化会员中心个人资料页面小屏自适应
Expand All @@ -31,7 +52,7 @@

## v2.0.0-Release
此版本有一些不兼容更新,建议在更新前参考:[v2.0.0不兼容更新](https://wonderful-code.gitee.io/guide/other/incompatibleUpdate/v200.html)
## 新增
### 新增
- 升级到`tp8.0.0`,升级所有后端依赖
- 升级到`vue3.3`,升级所有前端依赖
- 上传文件使用部分文件名作为前缀以便识别
Expand All @@ -49,7 +70,7 @@
- 可视化CRUD,选择的表有成功生成的记录则建议从历史记录开始
- 其他细节

## 优化/修复
### 优化/修复
- 安装器优化
- 公共语言翻译`key`全面大写开头
- 内置`font-awesome`
Expand All @@ -75,12 +96,12 @@
- 其他细节

## v1.1.7-Release
## 新增
### 新增
- 升级点选验证码
- 增加数据表命名规则的检查
- 增加模块安装时对`Nuxt`工程的版本检测

## 重构/修复
### 重构/修复
- 优化将字符串属性列表转为数组的函数
- 为模块安装请求设置更长的请求超时时间
- 修改高级配置文字颜色
Expand Down
2 changes: 1 addition & 1 deletion config/buildadmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
// 内容分发网络URL,末尾不带`/`
'cdn_url' => '',
// 版本号
'version' => 'v2.0.1',
'version' => 'v2.0.2',
// 接口地址
'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.1",
"version": "2.0.2",
"license": "Apache-2.0",
"scripts": {
"dev": "vite --force",
Expand Down

0 comments on commit 450df7b

Please sign in to comment.