vben
cc6c9bf7a0
chore: release v5.5.6
8 months ago
Netfan
f1af9f8f6e
fix: add triggerClass binding to PopoverTrigger and update icon-picker styles ( #6095 )
...
* Popover支持设置trigger的样式
* 修正icon-picker的input值更新
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
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
Netfan
4a2c7b313f
fix: alert animation ( #5927 )
9 months ago
Netfan
a8c5df38e9
fix: possible circular reference issue during build ( #5894 )
...
* 修复构建期间出现的循环引用警告
9 months ago
Netfan
d216fdca44
feat: support logo text slot ( #5872 )
...
* 基础布局中的LOGO的文字区域允许通过插槽logo-text定制
9 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
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
Netfan
c2b5f6497d
fix: vben tree component warning ( #5809 )
10 months ago
Netfan
870cd86393
fix: auto check parent after node selected ( #5794 )
10 months ago
Netfan
39888cebaa
fix: base component focus color in form ( #5760 )
10 months ago
vben
b92ac5c36d
chore: release 5.5.4
10 months ago
Netfan
e2a577de24
feat: add size prop to avatar component and update logo component for size handling ( #5684 )
10 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
10 months ago
Netfan
31a6ab59fb
feat: vben checkbox support indeterminate state and transition animation ( #5662 )
10 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
10 months ago
Netfan
0e0661fe02
fix: breadcrumb style is affected by the globally-imported antd styles ( #5627 )
...
* 修复全局引入Antd时,面包屑的样式会受到影响的问题
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
vben
195ceec9b4
chore: release 5.5.3
12 months ago
Netfan
13087a10b7
refactor: fix popup component zIndex ( #5397 )
1 year ago
Netfan
42e322012c
fix: spinner may stop playing animation after dismiss ( #5365 )
...
* fix: spinner may stop playing animation after dismiss
* fix: animation paused more safely
1 year ago
Netfan
6719e2679f
feat: popup component support overlay blur effect ( #5359 )
1 year ago
Netfan
801c640724
fix: vben select placeholder color ( #5286 )
1 year ago
Vben
081d2aed23
perf: format code with better style ( #5283 )
1 year ago
Netfan
e86a7906fe
feat: drawer support `onOpened` & `onClosed`
1 year ago
vben
07c4ad05f4
chore: release 5.5.2
1 year ago
Netfan
acd87b2250
feat: add `resizable` and `ColPage` component ( #5188 )
...
* feat: add component resizable
* feat: component `ColPage` with demo
1 year ago
Netfan
10b3a16f79
fix: sidebar style on focus ( #5178 )
1 year ago
Netfan
38805a0e1f
feat: improve code login demo ( #5154 )
...
* feat: add some method in formApi
* fix: VbenPinInput style with small screen
* chore: improve code login demo
1 year ago
Netfan
7581fb381f
fix: pinInput value synchronous update ( #5142 )
1 year ago
vben
cbca9ffd95
chore: release 5.5.1
1 year ago
Netfan
e419b03cab
feat: modal&drawer support appendToMain and zIndex ( #5092 )
...
* feat: modal/drawer support append to main content
* feat: modal zIndex support
* fix: drawer prop define
* chore: type
* fix: modal/drawer position fixed while append to body
* docs: typo
* chore: add full-width drawer in content area
* chore: remove unnecessary class
1 year ago
Netfan
21d37a1be0
fix: `dialog` and `drawer` footer gap in small screen ( #5025 )
1 year ago
vben
7ab00250bf
chore: release 5.5.0
1 year ago
vince
54a9ff088f
feat: upgrade vite version to 6.0.0 ( #4961 )
...
* chore: upgrade vite version to 6.0.0
* chore: update lock
1 year ago
vben
c8dd9bbf0b
chore: release 5.4.8
1 year ago
Netfan
1302092798
fix: dialog `opened/closed` event triggered incorrectly,fixed #4902 ( #4908 )
1 year ago
vben
788a29a8cb
chore: release v5.4.7
1 year ago
vben
94efcec7da
chore: release v5.4.6
1 year ago
Vben
ba36ce8836
feat: pinInput supports disabled props ( #4851 )
...
* feat: pinInput supports disabled props
1 year ago
vben
57d5a919d2
chore: release v5.4.5
1 year ago