Skip to content

Commit 16a1a5b

Browse files
committed
feat:发行为 v2.1.2
1 parent 2869620 commit 16a1a5b

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-3
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

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

5+
## v2.1.2-Release
6+
### 新增
7+
- 增加前台会员登录验证码开关配置项
8+
- `BaInput``FormItem` 组件增加插槽支持
9+
- 可视化CRUD将字段默认值区分为多个类型进行设定
10+
- 可视化CRUD修改字段的生成类型时,询问是否重置为新类型的预设属性
11+
- 终端设置窗口内增加修改 `NPM``Composer` 源的功能
12+
13+
### 重构/优化/修复
14+
- 升级 `think-orm`
15+
- 提高 `node` 版本要求
16+
- 优化根标签和头像样式
17+
- 优化通用搜索表单重置逻辑
18+
- 优化前台会员登录注册接口
19+
- 优化开发服务环境检测,去除开发服务端口配置功能
20+
- 优化输入组件类型对应的数据表字段设计方案
21+
- 后台菜单的路由路径支持 `query`
22+
- `baTable` 的通用搜索初始化相关逻辑解耦
23+
- 删除 `countup.js` 依赖,使用 `useTransition` 代替
24+
- 设置通用搜索数据时对时间日期的识别优化
25+
- 表格列的 `renderFormatter` 替换为 `formatter`
26+
- 单元格渲染器拆分为独立组件并改用易于扩展的方式加载
27+
- 使用 `v-memo` 指令缓存表格中的按钮组以提高表格性能
28+
- 会员管理控制器的 `select` 方法过滤敏感字段
29+
- 附件选择器关闭通过 `query` 自动触发通用搜索的功能
30+
- 升级 `pinia``eslint``vue-tsc` 等多个前端依赖
31+
- 使用 `qrcode.vue` 替代 `vue-qr` 以确保不存在已弃用的子依赖
32+
- 安装程序增加对 `pdo_mysql` 的检测
33+
- 修复控制台页面部分图表超出容器的问题
34+
- 修复上传文件时入库文件路径使用了错误的斜杠造成图片可能无法显示的问题
35+
- 修复在多数据库场景中远程下拉组件的 `pk` 属性可能错误的问题
36+
- 修复系统配置中部分输入组件可能报警告的问题
37+
- 其他细节
38+
539
## v2.1.1-Release
640
### 新增
741
- 上传类重构为多驱动模式,同时云存储模块将为系统安装服务端上传云存储的驱动

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@
131131
- [eslint](https://github.com/eslint/eslint)
132132
- [prettier](https://github.com/prettier/prettier)
133133
- [vuepress](https://github.com/vuejs/vuepress)
134-
- [countUp](https://github.com/inorganik/countUp.js)
135134
- [Sortable](https://github.com/SortableJS/Sortable)
136135
- [v-code-diff](https://github.com/Shimada666/v-code-diff)
137136
- [jetbrains](https://www.jetbrains.com/)

config/buildadmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
// 内容分发网络URL,末尾不带`/`
7979
'cdn_url' => '',
8080
// 版本号
81-
'version' => 'v2.1.1',
81+
'version' => 'v2.1.2',
8282
// 接口地址
8383
'api_url' => 'https://buildadmin.com',
8484
];

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "build-admin",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"license": "Apache-2.0",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)