Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vbenjs/vue-vben-admin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.5.8
Choose a base ref
...
head repository: vbenjs/vue-vben-admin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.5.9
Choose a head ref
  • 15 commits
  • 92 files changed
  • 11 contributors

Commits on Jul 17, 2025

  1. feat: add animation effects to VbenModal component

     panda7 committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    1a9b050 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc9ea34 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Configuration menu
    Copy the full SHA
    260e45c View commit details
    Browse the repository at this point in the history
  2. fix: adding roles does not automatically refresh (#6548)

    * fix: adding roles does not automatically refresh
    
    * style: fix code style err
    aonoa authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    fad0b49 View commit details
    Browse the repository at this point in the history
  3. perf: perf the control logic of VbenModal full screen and header (#…

    …6566)
    
    * resolve the issue of header=false and full screen button display but not operable
    ming4762 authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    5b75e5e View commit details
    Browse the repository at this point in the history
  4. feat: add dingding login

    ming4762 committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    06ffdf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. Configuration menu
    Copy the full SHA
    cb3f966 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    193f5b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. 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.
    slshsl authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    b93e22c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. perf: 优化useVbenForm样式 (#6611)

    * 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>
    sekaiai and coderabbitai[bot] authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    9fc5944 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. 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
    qianYuanJ authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    ab7e363 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. 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
    qianYuanJ authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    3cf0c0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ce0df8 View commit details
    Browse the repository at this point in the history
  3. fix:update (#6635)

    qianYuanJ authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    4efebb8 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

  1. chore: release 5.5.9

    anncwb committed Aug 16, 2025
    Configuration menu
    Copy the full SHA
    e147a9d View commit details
    Browse the repository at this point in the history
Loading