xingyu4j
fcce15c0b8
feat: formatNumber 移动到 @vben/utils
2025-06-11 20:15:27 +08:00
xingyu4j
c7013a030e
feat: treeToString
2025-06-07 12:54:50 +08:00
xingyu4j
b6075a6611
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-06-04 13:49:25 +08:00
vben
b9aef618fe
chore: release 5.5.7
2025-06-04 05:33:06 +08:00
xingyu4j
e3e0b1f1a0
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-05-29 11:01:39 +08:00
wyc001122
f31360ba4e
feat: support for hybrid permission access control mode ( #6294 )
...
* feat: 添加混合权限访问控制模式
* feat: 文档补充
2025-05-28 17:01:58 +08:00
xingyu
1cb00f1470
!109 antd-schema 代码生成时,可选择生成批量删除接口
...
Merge pull request !109 from puhui999/dev-new
2025-05-19 06:08:14 +00:00
puhui999
98e9d9fbfc
feat: 【ANTD】新增代码生成批量删除接口示例 demo01
2025-05-19 12:53:10 +08:00
xingyu4j
2f5758d4dd
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-05-19 10:46:36 +08:00
ming4762
3d9dba965f
perf: perf the control logic of Tab ( #6220 )
...
* perf: perf the control logic of Tab
* 每个标签页Tab使用唯一的key来控制关闭打开等逻辑
* 统一函数获取tab的key
* 通过3种方式设置tab key:1、使用router query参数pageKey 2、使用路由meta参数fullPathKey设置使用fullPath或path作为key
* 单个路由可以打开多个标签页
* 如果设置fullPathKey为false,则query变更不会打开新的标签(这很实用)
* perf: perf the control logic of Tab
* perf: perf the control logic of Tab
* 测试用例适配
* perf: perf the control logic of Tab
* 解决AI提示的警告
2025-05-18 10:33:02 +08:00
xingyu4j
6a1317908a
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-05-06 23:51:36 +08:00
xingyu4j
21755317c5
perf: getRangePickerDefaultProps 移动到antdv目录下
2025-05-06 23:22:34 +08:00
vben
cc6c9bf7a0
chore: release v5.5.6
2025-05-06 22:32:58 +08:00
puhui999
abb9cfc05f
Merge remote-tracking branch 'refs/remotes/yudao/dev' into develop
2025-05-03 13:49:52 +08:00
xingyu4j
0defca66e2
fix: code style
2025-04-29 14:23:56 +08:00
xingyu4j
50d028f6b8
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-04-28 10:06:29 +08:00
Vben
76de450c71
chore: update dependency version for improved stability and compatibility ( #6023 )
...
* chore: update dependency version for improved stability and compatibility
* fix: optimize clearPoints function in useCaptchaPoints hook to improve performance
* fix: make several props optional in various components for better flexibility
2025-04-27 22:06:49 +08:00
vben
7c7051a11e
chore: release v5.5.5
2025-04-27 21:45:10 +08:00
xingyu4j
ecdca981b0
fix: fix lint
2025-04-27 20:52:12 +08:00
puhui999
5c4b95b01e
feat: 新增 vxe table 工具栏二次封装,提供给 vxe 原生列表使用
2025-04-27 18:13:08 +08:00
puhui999
db86dfc8c5
feat: 新增 antd 模式的代码生成示例
2025-04-25 18:22:56 +08:00
xingyu4j
e702e4aba0
fix: code lint packages
2025-04-24 17:55:30 +08:00
xingyu4j
26c2638146
refactor: 迁移 time.ts
2025-04-23 17:30:39 +08:00
xingyu4j
dccb846bb0
refactor: tree.ts 使用@vben/utils替换
2025-04-23 17:27:48 +08:00
xingyu4j
84a5002d4a
refactor: data.ts迁移,使用 @vben/utils 的 getRangePickerDefaultProps
2025-04-23 17:09:20 +08:00
YunaiV
b4efb7c468
refactor:修复 antd typecheck 提供的报错
2025-04-23 12:56:35 +08:00
YunaiV
1dbbc547fb
feat:完成头像上传的功能
2025-04-22 09:19:19 +08:00
YunaiV
fd98752073
feat:更新 doc、github、issue 地址
2025-04-21 20:27:22 +08:00
YunaiV
bd3b95f447
feat:增加 tinymce 组件
2025-04-19 09:27:10 +08:00
YunaiV
f6e2dc55ff
feat: 增加 file 文件上传 50%
2025-04-17 23:30:34 +08:00
YunaiV
431c93c42d
review:保持和 vben 一致(04-14)
2025-04-14 20:50:21 +08:00
puhui999
2207db02f5
feat: 代码生成
2025-04-10 11:34:20 +08:00
YunaiV
49632697a0
feat:增加 job 定时任务
2025-04-07 18:42:24 +08:00
YunaiV
6cb908e688
fix: AppRouteRecordRaw types(from xingyu)
2025-04-07 11:06:10 +08:00
YunaiV
49f13bf301
feat:增加 user 用户的导入功能
2025-04-05 08:21:32 +08:00
Netfan
82547b3c44
feat: add preset alert, confirm, prompt components that can be simple called ( #5843 )
...
* feat: add preset alert, confirm, prompt components that can be simple called
* fix: type define
2025-04-03 23:04:54 +08:00
Netfan
44138f578f
feat: add preset alert, confirm, prompt components that can be simple called ( #5843 )
...
* feat: add preset alert, confirm, prompt components that can be simple called
* fix: type define
2025-04-01 15:10:18 +08:00
YunaiV
a08d73b034
feat:岗位 post 的实现 100%(export 功能)
2025-03-29 20:00:00 +08:00
Netfan
5659dab41e
fix: popover background color in dark mode ( #5783 )
...
* 修复dark主题下的弹出层背景色在某些浏览器上表现为完全透明的问题
2025-03-26 22:51:07 +08:00
Netfan
17f156de89
fix: default value for nested fields ( #5763 )
2025-03-26 22:51:07 +08:00
vben
7a0354f4a8
chore: release 5.5.4
2025-03-26 22:51:07 +08:00
YunaiV
c881a47ffd
refactor: 【web-ant】重构认证模块并移除未使用的组件和功能【0fed9472】(剩余 request、present)
2025-03-26 07:36:12 +08:00
Netfan
0b650367f3
fix: popover background color in dark mode ( #5783 )
...
* 修复dark主题下的弹出层背景色在某些浏览器上表现为完全透明的问题
2025-03-25 21:17:55 +08:00
Netfan
03ceb2aac5
fix: default value for nested fields ( #5763 )
2025-03-21 16:06:14 +08:00
vben
b92ac5c36d
chore: release 5.5.4
2025-03-18 21:43:27 +08:00
Netfan
b37ed48b9d
feat: role management page with component `tree` ( #5675 )
...
* feat: add shadcn tree
* fix: update vbenTree component
* feat: role management demo page
* feat: add cellSwitch renderer for vxeTable
* chore: remove tree examples
2025-03-07 16:03:08 +08:00
Netfan
d33261d0c2
chore: demo page for system/department ( #5611 )
...
* feat: department management demo
* perf: department page improve
* feat: demo api middleware
* fix: add losing import
2025-02-25 19:47:45 +08:00
Netfan
4570d5b54b
feat: add `VbenButtonGroup` and `VbenCheckButtonGroup` with demo ( #5591 )
...
* 添加按钮组、选择按钮组以及相应的Demo
2025-02-24 13:50:50 +08:00
Netfan
799934171a
style: code style fixed
2025-02-16 23:32:06 +08:00
vben
195ceec9b4
chore: release 5.5.3
2025-01-21 22:07:55 +08:00