Skip to content

Commit a4f6839

Browse files
committed
feat:发行为 v2.3.2
1 parent 051920a commit a4f6839

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

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

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

5+
## v2.3.2-Release
6+
### 新增
7+
- 增加预设表格单元格渲染器内部的组件的任意属性自定义功能
8+
- 表格公共搜索中的范围输入框的 `placeholder` 支持以数组类型定义不同值
9+
- 允许模块向 `modules` 目录写入文件,即操作其他模块,而不是局限于系统本身
10+
- 模块系统增加 `nuxt` 工程的 模块启动引导代码 插入支持
11+
- 对外导出前后台各种布局下顶栏的高度数据
12+
13+
### 重构/优化/修复
14+
- 模板引用升级为 `vue 3.5` 新增的 `useTemplateRef`
15+
- 缓存后台菜单规则管理中数据行的展开折叠等状态以便更好的对菜单进行管理
16+
-`baTable.getIndex``baTable.requestEdit` 方法增加更适宜的别名
17+
- 使用更易读的方式定义表格管家类的钩子
18+
- 修复后台标签页的退出全屏按钮不能点击的问题
19+
- 修复刷新页面后菜单栏滚动条不能自动滚动到激活菜单所在位置的问题
20+
- 优化模块列表页面样式
21+
- 优化 `baTableApi` 类细节
22+
- 优化 `TableColumn` 类型定义
23+
- 优化 `baTable` 注释和类型定义注释
24+
- 优化后台菜单规则管理的验证规则和细节
25+
- 优化右击菜单组件和图标选择器的事件监听
26+
- 优化生成 `tableRenderer.d.ts` 文件的逻辑和其内容
27+
528
## v2.3.1-Release
629

730
### 安全更新

config/buildadmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
// 内容分发网络URL参数,将自动添加 `?`,之后拼接到 cdn_url 的结尾(例如 `imageMogr2/format/heif`)
8181
'cdn_url_params' => '',
8282
// 版本号
83-
'version' => 'v2.3.1',
83+
'version' => 'v2.3.2',
8484
// 中心接口地址(用于请求模块市场的数据等用途)
8585
'api_url' => 'https://buildadmin.com',
8686
];

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.3.1",
3+
"version": "2.3.2",
44
"license": "Apache-2.0",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)