dap
12d0ba24e5
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
9 months ago
vben
cc6c9bf7a0
chore: release v5.5.6
9 months ago
dap
b0763d6429
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
9 months ago
Netfan
f1af9f8f6e
fix: add triggerClass binding to PopoverTrigger and update icon-picker styles ( #6095 )
...
* Popover支持设置trigger的样式
* 修正icon-picker的input值更新
9 months ago
dap
5f26f5662e
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
9 months ago
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
9 months ago
vben
7c7051a11e
chore: release v5.5.5
9 months ago
Netfan
be840460d8
feat: vbenSelect support prop `allowClear` ( #6043 )
9 months ago
panda7
5ffd7db8e0
fix: the initial value echo for the check-button-group ( #6029 )
...
Co-authored-by: sqchen <9110848@qq.com>
9 months ago
dap
f096dfc6e6
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
9 months ago
wyc001122
333998b518
fix: determine if scrollbar has been totally scrolled ( #5934 )
...
* 修复在系统屏幕缩放比例不为100%的情况下,滚动组件对是否已滚动到边界的判断可能不正确的问题
9 months ago
Netfan
bf7496f0d5
feat: add `useAlertContext` for Alert component ( #5947 )
...
* 新增Alert的子组件中获取弹窗上下文的能力
9 months ago
dap
e085083e42
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
9 months ago
Netfan
4a2c7b313f
fix: alert animation ( #5927 )
9 months ago
dap
3e7a2336b0
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
10 months ago
Netfan
a8c5df38e9
fix: possible circular reference issue during build ( #5894 )
...
* 修复构建期间出现的循环引用警告
10 months ago
dap
eae24d8d83
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
10 months ago
Netfan
d216fdca44
feat: support logo text slot ( #5872 )
...
* 基础布局中的LOGO的文字区域允许通过插槽logo-text定制
10 months ago
dap
56e7e840b3
feat: 验证码loading
10 months ago
dap
44ad2c5f8d
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
10 months ago
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
10 months ago
dap
0a19ec3122
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
10 months ago
Netfan
06ccad9db0
fix: vbenTree modelValue synchronization ( #5825 )
10 months ago
Jin Mao
18722ce434
feat: sidebar button config ( #5818 )
...
* feat: 新增 PreferenceCheckboxItem 组件
* feat(preferences): 添加侧边栏按钮配置功能
* feat: 新增按钮点击事件触发功能
* feat(SidebarPreferences): 新增侧边栏折叠按钮与固定按钮配置
* feat(ui): 新增侧边栏固定按钮及配置选项
* fix(test): 修正侧边栏配置项缺失问题
10 months ago
dap
467d337515
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
10 months ago
Netfan
c2b5f6497d
fix: vben tree component warning ( #5809 )
10 months ago
dap
c0476613d7
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
10 months ago
Netfan
870cd86393
fix: auto check parent after node selected ( #5794 )
10 months ago
dap
17e82fb766
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
10 months ago
Netfan
39888cebaa
fix: base component focus color in form ( #5760 )
10 months ago
dap
feb6229383
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
10 months ago
vben
b92ac5c36d
chore: release 5.5.4
10 months ago
dap
a0b5aaa4dd
style: 移除select样式
10 months ago
dap
7230b94b16
style: 登录页input/select样式
10 months ago
dap
cca456aa82
refactor: 验证码样式优化
10 months ago
dap
209214f6a3
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
11 months ago
Netfan
e2a577de24
feat: add size prop to avatar component and update logo component for size handling ( #5684 )
11 months ago
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
11 months ago
dap
e78f4e984d
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
11 months ago
Netfan
31a6ab59fb
feat: vben checkbox support indeterminate state and transition animation ( #5662 )
11 months ago
dap
7b5fb4f164
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
11 months ago
Netfan
f380452ef0
feat: modal and drawer locking improve ( #5648 )
...
* feat: add `unlock` for modalApi
* fix: modal's close button style in locking
* fix: fix modal's close button disabled on locking
* feat: add `lock` and `unlock` for drawerApi
11 months ago
dap
43534b6142
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
11 months ago
Netfan
0e0661fe02
fix: breadcrumb style is affected by the globally-imported antd styles ( #5627 )
...
* 修复全局引入Antd时,面包屑的样式会受到影响的问题
11 months ago
dap
4da1bb9896
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
11 months ago
Netfan
4570d5b54b
feat: add `VbenButtonGroup` and `VbenCheckButtonGroup` with demo ( #5591 )
...
* 添加按钮组、选择按钮组以及相应的Demo
11 months ago
Netfan
d49e3e81a4
fix: loading and spinner style fixed and improved ( #5588 )
11 months ago
Netfan
579b1b486c
feat: loading and spinner component with directive ( #5587 )
...
* 添加loading和spinner组件,以及对应的vue指令
11 months ago
Netfan
1a12687027
fix: vben count to animator event name fixed ( #5573 )
11 months ago
dap
379778412b
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
1 year ago