-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Comparing changes
Open a pull request
base repository: vbenjs/vue-vben-admin
base: v5.5.8
head repository: vbenjs/vue-vben-admin
compare: v5.5.9
- 15 commits
- 92 files changed
- 11 contributors
Commits on Jul 17, 2025
-
feat: add animation effects to VbenModal component
panda7 committedJul 17, 2025 Configuration menu - View commit details
-
Copy full SHA for 1a9b050 - Browse repository at this point
Copy the full SHA 1a9b050View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc9ea34 - Browse repository at this point
Copy the full SHA fc9ea34View commit details
Commits on Jul 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 260e45c - Browse repository at this point
Copy the full SHA 260e45cView commit details -
fix: adding roles does not automatically refresh (#6548)
* fix: adding roles does not automatically refresh * style: fix code style err
Configuration menu - View commit details
-
Copy full SHA for fad0b49 - Browse repository at this point
Copy the full SHA fad0b49View commit details -
perf: perf the control logic of
VbenModalfull screen and header (#……6566) * resolve the issue of header=false and full screen button display but not operable
Configuration menu - View commit details
-
Copy full SHA for 5b75e5e - Browse repository at this point
Copy the full SHA 5b75e5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06ffdf1 - Browse repository at this point
Copy the full SHA 06ffdf1View commit details
Commits on Jul 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cb3f966 - Browse repository at this point
Copy the full SHA cb3f966View commit details -
Configuration menu - View commit details
-
Copy full SHA for 193f5b6 - Browse repository at this point
Copy the full SHA 193f5b6View commit details
Commits on Jul 29, 2025
-
fix(@vben/layouts): respect base URL when opening route in new window (…
…#6583) Previously, the generated URL for opening routes in a new window did not include the router base, which led to incorrect paths when the app was deployed under a subdirectory (e.g., /admin/). This change ensures that the resolved path includes the configured base by using router.resolve(path).href.
Configuration menu - View commit details
-
Copy full SHA for b93e22c - Browse repository at this point
Copy the full SHA b93e22cView commit details
Commits on Aug 7, 2025
-
* perf(style): 优化useVbenForm垂直布局 actions 样式 * perf(style): 优化useVbenForm actions 布局样式 - 操作按钮组显示位置 ``` actionPosition?: 'center' | 'left' | 'right'; ``` - 操作按钮组的样式 ``` actionType?: 'block' | 'inline' inline: 行类显示,block: 新一行单独显示 ``` * perf: 优化useVbenForm actions 布局样式 删除 actionType 增加 actionLayout - actionLayout?: 'inline' | 'newLine' | 'rowEnd'; - newLine: 在新行显示。rowEnd: 在行内显示,靠右对齐(默认)。inline: 使用grid默认样式 - 删除无用代码 queryFormStyle * perf: 优化useVbenForm使用案例 * perf: 优化form组件样式 去掉padding,改为gap * docs: update vben-form.md * fix: 修复FormMessage位置 * perf: Avoid direct mutation of props object. - props.actionLayout = props.actionLayout || 'rowEnd'; - props.actionPosition = props.actionPosition || 'right'; + const actionLayout = props.actionLayout || 'rowEnd'; + const actionPosition = props.actionPosition || 'right'; Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fix: 修复 wrapperClass 权重 * fix: 全局搜索结果不匹配 #6603 * fix: 避免FormMessage溢出 --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9fc5944 - Browse repository at this point
Copy the full SHA 9fc5944View commit details
Commits on Aug 12, 2025
-
fix(@vben/backend-mock): fix all ts type errors in this module (#6613)
* fix(@vben/backend-mock): 修复所有 ts 类型报错 * fix(@vben/backend-mock): 修复该模块所有 ts 类型报错 * fix(@vben/backend-mock): 解决 coderabbitai * fix(@vben/backend-mock): 解决 coderabbitai * fix(@vben/backend-mock): 解决 coderabbitai
Configuration menu - View commit details
-
Copy full SHA for ab7e363 - Browse repository at this point
Copy the full SHA ab7e363View commit details
Commits on Aug 14, 2025
-
fix(@vben/backend-mock): go back to the last modification (#6634)
* fix(@vben/backend-mock): the version went back to the last submission, and the latest submission was completely useless. * fix: resolve conflicts
Configuration menu - View commit details
-
Copy full SHA for 3cf0c0e - Browse repository at this point
Copy the full SHA 3cf0c0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ce0df8 - Browse repository at this point
Copy the full SHA 9ce0df8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4efebb8 - Browse repository at this point
Copy the full SHA 4efebb8View commit details
Commits on Aug 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e147a9d - Browse repository at this point
Copy the full SHA e147a9dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.5.8...v5.5.9