dap
f81dffd072
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into warmflow
1 year ago
Netfan
b8bffd884c
feat: allow close tab when mouse middle button click ( #5347 )
...
* 偏好设置增加鼠标中键关闭标签页的设置
1 year ago
dap
844a9b5013
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
1 year ago
Vben
081d2aed23
perf: format code with better style ( #5283 )
1 year ago
dap
cf9edbb1c4
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
1 year ago
Netfan
2135cb8ece
feat: new layout `sidebar nav with full header` ( #5270 )
1 year ago
dap
e3025176ff
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
1 year ago
Netfan
ff8d5ca351
feat: header mixed layout ( #5263 )
...
* feat: new layout header-mixed
* fix: header-mixed layout update
* feat: layout preference update
* fix: extra menus follow layout setting
1 year ago
vben
07c4ad05f4
chore: release 5.5.2
1 year ago
dap
5234f2ef54
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
1 year ago
Netfan
ec2c6eff6f
feat: header menu align support ( #5256 )
...
* feat: header menu align support
* fix: typo
1 year ago
dap
219cde1e0e
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
1 year ago
Netfan
2efb5b71c3
feat: auto activate subMenu on select root menu ( #5147 )
...
* feat: auto activate subMenu on click root menu
* fix: prop name fixed
* chore: test and docs update
1 year ago
Netfan
7581fb381f
fix: pinInput value synchronous update ( #5142 )
1 year ago
Netfan
7fbf7b189a
feat: tabbar support mouse wheel vertical ( #5129 )
...
* feat: tabbar support mouse wheel
* docs: add tabbar wheelable tips
* chore: resolve vitest test
1 year ago
vben
cbca9ffd95
chore: release 5.5.1
1 year ago
Netfan
ed465d2b5b
feat: table search form visible control ( #5121 )
...
* feat: table search form visible control
* chore: fix docs and demo
* chore: type error fixed
1 year ago
dap
eeba7b50f9
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
vben
7ab00250bf
chore: release 5.5.0
1 year ago
Netfan
e23486dbc6
feat: form component `IconPicker` ( #5005 )
1 year ago
dap
da0ddfc8c7
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
vben
c8dd9bbf0b
chore: release 5.4.8
1 year ago
dap
40bb93afcd
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
vben
788a29a8cb
chore: release v5.4.7
1 year ago
dap
12d53db740
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
vben
94efcec7da
chore: release v5.4.6
1 year ago
dap
db5c1487cb
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
vben
57d5a919d2
chore: release v5.4.5
1 year ago
dap
81bb5fb5fe
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
vben
44440d0951
chore: release v5.4.4
1 year ago
dap
9d908a2f40
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
vben
ad3963ff70
chore: release v5.4.3
1 year ago
dap
ea59f7d9e6
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
1 year ago
vben
bfaa2780ab
chore: release v5.4.2
1 year ago
dap
972e9439b7
chore: 更改i18n
1 year ago
Vben
0df8c5c02c
refactor: reconstruct language files into multi-file structures ( #4683 )
...
* refactor: reconstruct language files into multi-file structures
* chore: typo
1 year ago
vben
d1ca09c7bb
chore: release v5.4.1
1 year ago
Vben
24d14c2841
refactor(adapter): separate form and component adapters so that components adapt to components other than the form ( #4628 )
...
* refactor: global components can be customized
* refactor: remove use Toast and reconstruct the form adapter
1 year ago
vben
9856bc88d2
chore: release v5.4.0
1 year ago
vben
68465b5fbf
chore: release v5.4.0-beta.1
1 year ago
Netfan
ba539f6793
chore: correct spelling for 'dragable' ( #4600 )
1 year ago
Vben
60c615ce8a
refactor: adjust layout refresh button and watermark; allow static i18n on language switch ( #4579 )
...
* refactor: adjust layout refresh button and watermark; allow static i18n on language switch
* chore: typo
1 year ago
Vben
4173264805
feat: add vxe-table component ( #4563 )
...
* chore: wip vxe-table
* feat: add table demo
* chore: follow ci recommendations to adjust details
* chore: add custom-cell demo
* feat: add custom-cell table demo
* feat: add table from demo
1 year ago
vben
46540a7329
chore: release v5.3.2
1 year ago
LinaBell
aed31a5a4e
perf: [antd] default placeholder for input and select components ( #4551 )
...
* chore: demo of customizing form layout using tailwind
* perf: default placeholder for input and select components
* chore: update ts type
* chore: extract public methods
1 year ago
vben
01391ee5a1
chore: release v5.3.1
1 year ago
vben
31f6cc6416
chore: release v5.3.0
1 year ago
Vben
dac80703d9
feat: add sliding verification to the login form ( #4461 )
1 year ago
invalid w
000172e482
chore(@vben/common-ui): add verify component ( #4390 )
...
* chore(@vben/common-ui): 增加拖拽校验组件
* chore: 增加样式
* Merge branch 'main' into wangjue-verify-comp
* chore: 封装action组件
* chore: 拆分完成拖拽功能
* chore: 样式调整为tailwindcss语法
* chore: 导出check图标
* chore: 拖动的图标变为@vben/icons的
* chore: 完成插槽功能迁移
* fix: ci error
* chore: 适配暗黑主题
* chore: 国际化
* chore: resolve conflict
* chore: 迁移v2的图片旋转校验组件
* chore: 完善选择校验demo
* chore: 转换为tailwindcss
* chore: 替换为系统的颜色变量
* chore: 使用interface代替组件的props声明
* chore: 调整props
* chore: 优化demo背景
* chore: follow suggest
* chore: rm unnecessary style tag
* chore: update demo
* perf: improve the experience of Captcha components
---------
Co-authored-by: vince <vince292007@gmail.com>
Co-authored-by: Vben <ann.vben@gmail.com>
1 year ago
LinaBell
fbd23701de
feat: default form validation rules applicable to selector components ( #4442 )
...
* fix: hover border style same as antd style when validate error
* fix: hover border style same as antd style when validate error
* feat(@vben-core/form-ui): Default form validation rules applicable to selector components
---------
1 year ago