雪忆天堂
ebebb42625
feat: 1、FieldMappingTime拆解独立FieldMappingTimeItem+集合形式,方便单独对象定义;
...
2、表单submitOnChange增加changeDebouncedTime防抖处理,允许自定义防抖周期;
3、handleValuesChange事件set增加cloneDeep,防止对象值污染;
2026-06-16 09:48:27 +08:00
雪忆天堂
d1e6d4a3da
Merge remote-tracking branch 'origin/main'
2026-06-16 09:10:50 +08:00
Jefsky Wong
ad3f996bdb
fix(@vben/common-ui): prevent footer slot from overlapping content when Page contains Grid ( #8056 )
...
The Page component's outer container used min-h-full, which doesn't
provide an explicit height for flex children. Combined with h-full on
the content div, this caused the footer slot to overlap table content
(Grid/vxe-table) because the content area didn't properly account for
footer space in the flex column layout.
Fix:
1. Change outer container from min-h-full to h-full — gives the flex
container an explicit height so percentage heights resolve correctly.
2. Change content area from static h-full to flex-1 when autoContentHeight
is false — lets the flex layout naturally distribute remaining space
between content and footer.
Closes #5494
Co-authored-by: jefsky <jefsky@users.noreply.github.com >
2026-06-16 08:36:39 +08:00
HaroldZhangCode91
68877a7e97
Merge branch 'main' into feature/fix_confirm_regression
2026-06-15 17:46:19 +08:00
雪忆天堂
c5a839f652
Merge remote-tracking branch 'origin/main'
...
# Conflicts:
# packages/effects/plugins/src/vxe-table/use-vxe-grid.vue
2026-06-15 17:41:12 +08:00
HaroldZhangCode91
bf8c3d6411
feat: aligns ESLint with oxfmt's behavior ( #8054 )
2026-06-15 17:25:04 +08:00
HaroldZhangCode91
f753a3b75f
Merge branch 'main' into feature/fix_confirm_regression
2026-06-15 16:45:08 +08:00
曾兴顺
fcf726f953
fix: 修复Tree组件不支持半选的问题(子节点全选时父节点选中图标为勾选状态,子节点部分选中时父节点图标为减号,也就是版勾选状态,子节点未被选中时,父节点不被选中) ( #8050 )
2026-06-15 16:38:21 +08:00
Harold Zhang
16ebc67796
feat: fixed useScrollLock() can not be unlock
2026-06-15 16:34:53 +08:00
Harold Zhang
6b109c9ae6
fix: fixed regression of confirm
2026-06-15 16:24:17 +08:00
xingyu
160114c5e0
fix: select and user-dropdown ( #8042 )
...
* fix: 偏好设置中下拉框无法选择的问题,原因: 同步 shadcn-vue 将 z-popup 同步为 shadcn 的 z-50
* fix: 鼠标hover到用户登录头像 下拉来回闪烁 隐藏 显示
2026-06-10 21:26:47 +08:00
金毛88
4b1fada0ab
Merge branch 'fork/zhb410181/fix/style'
2026-06-09 11:22:58 +08:00
hiss
5c9daab2ff
fix(style): 1.修复ToggleGroupItem边框样式问题 2.修复用户头像下拉框Badge背景颜色
2026-06-09 08:56:07 +08:00
Harold Zhang
c2a85f4ec2
feat: support unlocking scroll when modal dialog closes
2026-06-08 14:15:31 +08:00
金毛88
f23c9f5e19
chore: update deps
2026-06-07 18:54:43 +08:00
xingyu4j
8e0564cc42
chore: node v24
2026-06-06 21:07:55 +08:00
xingyu4j
017b3c3fce
ci: bump actions/stale from 9 to 10
2026-06-06 20:49:34 +08:00
xingyu4j
126275b417
ci: bump dessant/lock-threads from 5 to 6
2026-06-06 20:48:51 +08:00
xingyu4j
bc908e29eb
ci: bump amannn/action-semantic-pull-request from 5 to 6
2026-06-06 20:48:19 +08:00
xingyu4j
efe3c25310
chore: update deps
2026-06-06 19:36:39 +08:00
xingyu4j
d85ac2c976
feat: form 表单赋值
2026-06-06 19:33:31 +08:00
xingyu4j
c816591b69
fix: modal 下拉等不能选中
2026-06-06 19:32:31 +08:00
xingyu4j
564b349700
fix: vue/custom-event-name-casing
2026-06-06 16:21:25 +08:00
xingyu4j
ce495d67a0
feat: 同步 antdv-next 的组件
2026-06-06 16:20:36 +08:00
xingyu4j
8094d1ffb9
chore: update deps
2026-06-06 16:19:32 +08:00
afe1
748b182e44
fix: workflow ( #8013 )
...
* fix: catelog
* fix: system
* chore: sync upstream changes
* feat: component and workflow error
2026-06-05 05:13:08 +08:00
金毛88
6544340d80
Merge branch 'fork/HaroldZhangCode91/feature/fix_freeze_scrollbar_of_modal'
2026-06-04 13:54:21 +08:00
Harold Zhang
6b7cb7b1fc
feat: fixed the regression of changing Menu to MenuUI
2026-06-04 11:46:53 +08:00
Harold Zhang
d90d45a128
fix: fixed modal freeze issue
2026-06-04 11:19:38 +08:00
Harold Zhang
66077b3bcf
Merge branch 'main' into feature/fix_freeze_scrollbar_of_modal
2026-06-03 18:07:37 +08:00
Harold Zhang
0328594747
feat: fixed the overlay layer can not work with reka-ui
2026-06-03 17:52:41 +08:00
金毛88
790e114d41
chore: 固定vite 8.0.10,避免编译后异常
2026-06-03 17:32:13 +08:00
Harold Zhang
cc60ca9592
feat: fixed the defects the scrollbar disapear when modal close
2026-06-03 16:10:17 +08:00
HaroldZhangCode91
79707a2ebd
feat: fixed regression of modal for element plus ( #7999 )
2026-06-03 13:27:12 +08:00
金毛88
0eb72ca4fd
feat: add useTDesignDesignTokens
2026-06-03 13:25:23 +08:00
金毛88
7fd4b1de04
Merge branch 'fork/SaleriHQ/feat/form-field-array'
2026-06-03 13:22:21 +08:00
Saleri
9ffd42f013
chore: add changeset for form field array
2026-05-31 23:06:00 +08:00
Saleri
40101911f0
style: format naive styles
2026-05-31 16:21:13 +08:00
xingyu
04fbb7a556
chore: 升级 shadcn-vue 组件到v4最新版 ( #7972 )
...
* fix: useStore is deprecated
* chore: update deps
* feat: 升级shadcn-ui v4
* fix: workbench style
* feat: 升级shadcn-ui v4 step2
* feat: 升级shadcn-ui v4 step3
* chore: 升级shadcn v4
* fix: pagination
* fix: dark style
* fix: doc import
* feat: 增加详情组件,参考 antdv-next
* docs: descriptions docs
* docs: Browser Support
* feat: add table action
* feat: icon use vbenIcon
* fix: type error
* fix: dropdown popConfirm
* feat: 使用默认的文字交互
* feat: 优化渲染性能
2026-05-31 15:18:46 +08:00
Saleri
e5f9106caa
feat(@core/form-ui): 新增 useVbenForm 数组编辑器 VbenFormFieldArray
2026-05-31 15:03:55 +08:00
afe1
108d7ff335
chore: add commitlint config declaration ( #7968 )
...
* fix: catelog
* fix: system
* chore: sync upstream changes
* types: add commitlint config declaration
2026-05-28 15:50:47 +08:00
leo
1d6842fa69
build: change runtime config asset naming strategy for PWA compatibility ( #7963 )
...
replace query-based config url (_app.config.js?v=...)
with deterministic hashed filename (_app-config-v{version}-{hash}.js)
ensure service worker precache matches runtime injected asset
2026-05-28 12:53:51 +08:00
Saleri
d6a9eaf9e9
fix: 修复 web-naive 表单页 Input 输入 _ 不显示的问题 ( #7962 ) ( #7965 )
...
* fix(@vben/web-naive): 修复 naive input 输入 _ 不显示的问题 (#7962 )
* fix(@vben/web-naive): 限制 input 字体修复作用域,避免全局影响
2026-05-28 12:49:48 +08:00
boisduval
f7540c119b
fix: 修复 useVbenModal useVbenDrawer 传入参数失效的问题 ( #7964 )
...
- 把provide的key值修改为与inject一致的options
2026-05-28 12:49:23 +08:00
过冬
acf289381e
fix(@vben-core/popup-ui): modal 响应式适配,支持视口自适应 ( #7951 )
2026-05-25 13:27:17 +08:00
PanFu
f813245827
feat: 偏好设置的快捷键列表追加ESC快捷键的控制(关闭当前窗口) ( #7947 )
...
* feat: 快捷键追加ESC控制,关闭当前窗口
* feat: 偏好设置中,页面切换动画的颜色看不清的问题(使用当前主题色)
* feat: 三种弹出框支持快捷键ESC动作
* feat: 代码自动格式化(3个框架改动)
* feat: 代码自动格式化(3个框架改动)
* fix: 修正locale数据获取方式
* 单元测试问题修改
* 单元测试问题修改
* fix: 解决代码评论的问题
* fix: 解决代码评论的问题
* fix: 解决代码评论的问题
* fix: 解决代码评论的问题
* 单元测试问题修改
* fix: 解决评论问题
* fix: 解决代码格式导致pnpm run lint报错的问题
---------
Co-authored-by: PanFu <panfu@zhihuaai.com >
2026-05-23 09:50:35 +08:00
过冬
e98f0b7558
fix: 移动端禁用混合布局菜单拆分 ( #7949 )
2026-05-23 04:21:19 +08:00
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