Reese Wellin
cd86de54e1
fix(preferences): 修复主题等个性化信息持久化被初始化配置覆盖 ( #7948 )
...
调整 initPreferences 中 merge 顺序,使用户缓存优先于 initialPreferences。
Fixes #7943
2026-05-23 04:17:46 +08:00
Jin Mao
60eb1335f8
chore: vite 降级到8.0.10
2026-05-22 13:20:25 +08:00
xingyu
f2b3b12553
chore: pnpm v11 ( #7942 )
...
* chore: remove rolldown dep
* fix: issues-helper and maintain-one-comment are temporarily disabled due to security issues
* chore: update deps
* fix: change error type to TypeError for non-browser environment check in LocalStorageDriver
* chore: update pnpm v11
2026-05-22 12:02:14 +08:00
layhuts
c066889c37
Fix: 在isMobile=true时无法自定义Drawer的class问题 ( #7941 )
...
* fix: 在isMobile=true时无法自定义Drawer的class问题
* fix: 在ResizableHandle两边增加边距
2026-05-22 11:56:09 +08:00
928646789
6b81d1b0d5
fix: preferences-button click to show setting drawer ( #7938 )
2026-05-22 07:26:12 +08:00
afe1
126b33687a
chore: vite config tsconfig include ( #7936 )
...
* fix: catelog
* fix: system
* fix(vite-config): include tsdown config in tsconfig
2026-05-22 07:25:50 +08:00
Jin Mao
5b67c2e740
chore: 更新pnpm-lock
2026-05-21 20:44:38 +08:00
Jin Mao
2d7c3c3072
chore: 更新pnpm-lock
2026-05-21 20:40:49 +08:00
Jin Mao
5cc68c9dd0
chore: 更新 vite 依赖版本
...
- 将 vite 版本从 ^8.0.13 降级到 ^8.0.10
- 保持其他依赖包版本不变
2026-05-21 20:22:28 +08:00
Jin Mao
63a38dce49
refactor(workflow): 优化发布工作流配置
...
- 简化触发条件,移除冗余的推送事件配置
- 更新标签创建输入参数描述,明确格式要求
- 移除 Husky 环境变量配置
- 重命名构建作业为发布作业,提高语义清晰度
- 移除 Node.js 版本矩阵策略配置
- 优化版本提取逻辑,支持工作流调度和推送事件
- 统一标签前缀处理,确保版本格式一致性
- 移除注释掉的冗余步骤配置
- 简化发布配置,移除不必要的发布操作注释块
2026-05-21 09:07:59 +08:00
Jin Mao
629f747795
feat(workflow): 添加手动触发release标签工作流
...
- 添加 workflow_dispatch 触发器支持手动运行
- 新增 tag 输入参数用于指定创建的标签
- 设置默认标签值为 staging
- 保留原有的 push tags 自动触发功能
2026-05-21 08:54:51 +08:00
Jin Mao
8585008f79
chore: release v5.7.0
2026-05-20 17:45:44 +08:00
xingyu
00990d9453
Merge branch 'main' into fix/lint
2026-05-20 17:38:19 +08:00
PanFu
2a84b590b5
feat: 偏好设置按钮,支持在右上角用户的下拉框中展示;偏好设置中支持设置时区(多一个入口); ( #7931 )
...
* feat: 偏好设置按钮支持显示在用户下拉窗中的特性
* feat: 时区设置功能支持在偏好设置列表进行配置
* feat: 偏好设置按钮支持显示在用户下拉窗中的特性 - 完善示例代码
* feat: 时区设置功能支持在偏好设置列表进行配置
* feat: 时区设置功能支持在偏好设置列表进行配置-单元测试报错问题
* feat: 时区设置功能支持在偏好设置列表进行配置-修改代码QC问题
---------
Co-authored-by: PanFu <panfu@zhihuaai.com>
2026-05-20 17:24:53 +08:00
PanFu
769c970e08
fix: 修复三个问题:偏好配置项修改后重启不会生效;锁屏弹出框的按钮文字错误;右上角偏好设置按钮排序问题优化; ( #7930 )
...
* fix: 修正偏好设置加载缓存的偏好设置并与初始配置合并的顺序
* fix: 修正锁屏弹出框的按钮文字
* fix: 偏好设置按钮排序优化(取第三个占位的数字,若是第三个占位不是数字,则自动分配排序索引)
* fix: 修正偏好设置加载缓存的偏好设置并与初始配置合并的顺序 - 代码QC问题修改
---------
Co-authored-by: PanFu <panfu@zhihuaai.com>
2026-05-20 17:24:18 +08:00
xingyu4j
4d3c481a93
fix: 当lint检查出问题后,不能在终端终止
2026-05-20 16:39:03 +08:00
xingyu4j
fda4b39c01
chore: update deps
2026-05-20 16:38:19 +08:00
xingyu4j
74d8942f39
chore: remove Unused deps
2026-05-20 16:24:59 +08:00
xingyu4j
9ec98f0846
refactor: replace depcheck with knip for dependency checking
...
Migrate vsh check-dep from depcheck to knip, reducing
315 transitive dependencies. Config is inlined in
DEFAULT_CONFIG, matching the check-circular pattern.
Also re-export CollapsibleParams from @vben/common-ui.
2026-05-20 16:14:21 +08:00
xingyu4j
f71094e878
refactor: migrate json-viewer from vue-json-viewer to vue-json-pretty
...
- Replace vue-json-viewer with vue-json-pretty (actively maintained, Vue 3 native)
- Map original props to vue-json-pretty API in bindProps for backward compatibility
- Implement copy functionality via renderNodeActions slot with i18n support
- Update style.scss from .jv-* to .vjs-* class names
2026-05-20 14:39:17 +08:00
xingyu4j
9badda3d11
chore: update deps
2026-05-20 11:30:03 +08:00
xingyu4j
03fcecadcc
fix: lefthook config
2026-05-19 16:13:00 +08:00
xingyu4j
3a88adb8a6
feat: test
2026-05-19 16:10:18 +08:00
xingyu4j
c759cb2593
fix: lint config
2026-05-19 16:08:10 +08:00
xingyu4j
f77166b3a2
chore: update deps
2026-05-19 15:59:43 +08:00
xingyu4j
f7928b34b2
fix: lint
2026-05-19 15:58:34 +08:00
xingyu4j
454a5b54bd
chore: lefthook config
2026-05-19 15:54:03 +08:00
Jin Mao
a4dd9d30ce
chore: release 5.7.0
2026-05-19 14:39:46 +08:00
Jin Mao
76cfcda2e9
Merge branch 'fork/xingyu4j/antdv-next'
2026-05-19 14:14:28 +08:00
橙子
7ec4df4995
fix: search-panel when ArrowUp and ArrowDown ( #7922 )
2026-05-19 13:40:50 +08:00
leo
d71c81e8ff
style: apply vsh lint formatting ( #7923 )
2026-05-19 13:40:13 +08:00
xingyu4j
aac626da32
feat: add system user view
2026-05-18 21:45:17 +08:00
xingyu4j
5db93a345a
fix: doc build error
2026-05-18 20:17:35 +08:00
xingyu4j
7c943cc06b
chore: disable oxc typeAware and add --threads option for oxlint
...
Type-aware linting was consuming excessive memory with nearly all
type-aware rules turned off. Add --threads CLI option to control
oxlint parallelism.
2026-05-18 18:46:13 +08:00
xingyu4j
5c8dd1a6da
chore: docs config
2026-05-18 18:35:34 +08:00
xingyu4j
6592135cc5
chore: update vitepress v2
2026-05-18 18:23:10 +08:00
xingyu4j
2f16ee7cf5
docs: use antdv-next
2026-05-18 17:30:59 +08:00
xingyu4j
0c1b737325
fix: fix lint && typecheck
2026-05-18 16:50:14 +08:00
xingyu4j
5bbdcffb97
Merge branch 'main' into antdv-next
2026-05-18 16:38:56 +08:00
xingyu4j
1867015e97
Merge branch 'antdv-next' of https://github.com/xingyu4j/vue-vben-admin into antdv-next
2026-05-18 16:35:28 +08:00
xingyu
b6aeadd9a2
Merge branch 'main' into antdv-next
2026-05-18 16:35:18 +08:00
xingyu4j
1e44b87359
refactor: migrate playground deprecated antdv-next APIs
...
- Modal: destroyOnClose → destroyOnHidden
- Card: body-style → styles.body
- Alert: message prop/slot → title
- Spin: tip → description, wrapper-class-name → classes.root
2026-05-18 16:35:06 +08:00
xingyu4j
a1081bf7a6
fix: 修复 InputNumber 组件宽度在表单中不占满的问题
2026-05-18 16:28:19 +08:00
xingyu4j
9bb2026b4d
fix: 修复 InputNumber 组件宽度在表单中不占满的问题
2026-05-18 16:25:49 +08:00
xingyu4j
4554cd016a
fix: lint
2026-05-18 16:19:53 +08:00
xingyu4j
350d5ee60e
refactor: playground use antdv-next
2026-05-18 16:18:46 +08:00
xingyu4j
1ec058cbe3
chore: update deps
2026-05-18 15:06:59 +08:00
xingyu4j
eb9cdbab9b
fix: lint
2026-05-16 12:55:19 +08:00
xingyu4j
4907f281af
chore: 更新 pnpm-workspace.yaml 配置,添加 publicHoistPattern 和 allowBuilds 设置
2026-05-16 11:56:39 +08:00
xingyu4j
aadf9b6e39
chore: update deps
2026-05-16 11:52:20 +08:00