Jin Mao
a6a6efdf59
chore: release 5.7.0
- 更新 backend-mock 包版本
- 更新 web-antd 包版本
- 更新 web-antdv-next 包版本
- 更新 web-ele 包版本
- 更新 web-naive 包版本
- 更新 web-tdesign 包版本
- 更新 docs 包版本
- 更新 commitlint-config 包版本
- 更新 eslint-config 包版本
- 更新 oxfmt-config 包版本
- 更新 oxlint-config 包版本
- 更新 stylelint-config 包版本
- 更新 node-utils 包版本
- 更新 tsconfig 包版本
- 更新 vite-config 包版本
- 更新 @core/base/design 包版本
- 更新 @core/base/icons 包版本
- 更新 @core/base/shared 包版本
- 更新 @core/base/typings 包版本
- 更新 @core/composables 包版本
- 更新 @core/preferences 包版本
- 更新 @core/ui-kit/form-ui 包版本
- 更新 @core/ui-kit/layout-ui 包版本
- 更新 @core/ui-kit/menu-ui 包版本
- 更新 @core/ui-kit/popup-ui 包版本
- 更新 @core/ui-kit/shadcn-ui 包版本
- 更新 @core/ui-kit/tabs-ui 包版本
- 更新 constants 包版本
- 更新 access 包版本
- 更新 common-ui 包版本
- 更新 hooks 包版本
- 更新 layouts 包版本
- 更新 plugins 包版本
- 更新 request 包版本
- 更新 icons 包版本
- 更新 locales 包版本
- 更新 preferences 包版本
- 更新 stores 包版本
- 更新 styles 包版本
- 更新 types 包版本
- 更新 utils 包版本
- 更新 playground 包版本
- 更新 turbo-run 包版本
- 更新 vsh 包版本
- 更新根目录包版本
1 week ago
xingyu
a4736a49f8
feat: migrate to Tailwind CSS v4 ( #7614 )
* chore: update deps
* feat: use jsonc/x language
* chore: update eslint 10.0
* fix: no-useless-assignment
* feat: add CLAUDE.md
* chore: ignore
* feat: claude
* fix: lint
* chore: suppot eslint v10
* fix: lint
* fix: lint
* fix: type check
* fix: unit test
* fix: Suggested fix
* fix: unit test
* chore: update stylelint v17
* chore: update all major deps
* fix: echarts console warn
* chore: update vitest v4
* feat: add skills ignores
* chore: update deps
* chore: update deps
* fix: cspell
* chore: update deps
* chore: update tailwindcss v4
* chore: remove postcss config
* fix: no use catalog
* chore: tailwind v4 config
* fix: tailwindcss v4 sort
* feat: use eslint-plugin-better-tailwindcss
* fix: Interference between enforce-consistent-line-wrapping, jsx-curly-brace-presence and Prettier
* fix: Interference between enforce-consistent-line-wrapping, jsx-curly-brace-presence and Prettier
* fix(lint): resolve prettier and better-tailwindcss formatting conflicts
* fix(tailwind): update theme references and lint sources
* style(format): normalize apps docs and playground vue files
* style(format): normalize core ui-kit components
* style(format): normalize effects ui and layout components
2 weeks ago
zouawen
aa7d8630b5
fix: 侧边菜单栏拖拽优化 ( #7606 )
* fix: 拖拽使用遮罩层实现,使得拖拽到min或max临界值时cursor显示not-allowed,同时拖拽线条颜色变浅,类似于disabled,提升用户体验
* fix: 修复代码审查建议;修复lint和test报错
* fix: 修复遮罩层挡住hover:bg-primary视觉效果问题
3 weeks ago
han
b8a0199cde
feat(preferences): add toggle for copy preferences button ( #7594 )
Co-authored-by: hl <hl@nmcsoft.com>
3 weeks ago
zouawen
1209aaafb4
fix: 修复lint报错
3 weeks ago
zouawen
8e71261d49
fix: 侧边栏菜单拖拽功能在设置内增加开关
3 weeks ago
zouawen
32379ba4b7
fix: 双列菜单模式下新增深色侧边栏和深色侧边栏子栏 ( #7542 )
* fix: 双列菜单模式下新增深色侧边栏和深色侧边栏子栏
* fix: 修复报错 config.test.ts.snap
* fix: 修复lint报错
* fix: 修复侧边栏菜单文本内容溢出问题
* fix: 修复lint报错
1 month ago
zouawen
463bfde2ac
fix: config.test.ts.snap新增showRefresh参数
1 month ago
zouawen
893f74dc3e
fix: 优化横向布局时菜单激活或聚焦时背景色,标签工具栏新增刷新按钮,其他样式优化
1 month ago
Jin Mao
8a215fbcc7
chore: release 5.6.0
1 month ago
zhongming4762
633c5f3cda
perf: optimize the closing jump logic of tabs
* 依据tab访问历史回退上一个tab,原逻辑是返回一下个 或 上一个
* 支持在配置中开启或关闭
1 month ago
zhongming4762
7a2b916387
perf: optimize the closing jump logic of tabs
* 依据tab访问历史回退上一个tab,原逻辑是返回一下个 或 上一个
* 支持在配置中开启或关闭
1 month ago
橙子
686c3f9208
docs( @vben-core/preferences ): update comments ( #7107 )
2 months ago
ppxb
51bca25345
fix(lint): pnpm format lint warning ( #7080 )
2 months ago
ppxb
24d20ca9ee
refactor: preference manager and export ( #7068 )
* fix: preferences drawer outline z-index
* refactor: preferencesManager and exports
3 months ago
米山
aaf0274fe9
feat: add menu font size variable and update related components
- Introduced a new CSS variable `--menu-font-size` calculated from the base font size.
- Updated `PreferenceManager` to trigger CSS variable updates when `fontSize` is modified.
- Adjusted `updateCSSVariables` to set the new `--menu-font-size` based on the theme's font size.
- Ensured that the menu components utilize the updated font size with `!important` to maintain styling consistency.
4 months ago
米山
c142af482b
fix: update snapshot for defaultPreferences immutability test to reflect fontSize change
- Adjusted the snapshot to ensure consistency with the updated defaultPreferences configuration, specifically retaining the fontSize property.
4 months ago
米山
cd7c11c7d0
fix: run 'pnpm format' update various components and improve layout structure
- Updated demo-preview and preview-group components for better error handling and layout.
- Enhanced drawer and modal components for improved auto-height functionality.
- Refactored layout components including header, footer, sidebar, and tabbar for better responsiveness and usability.
- Adjusted tooltip and help tooltip components for better user guidance.
- Fixed issues in various UI components to ensure consistent styling and functionality across the application.
4 months ago
xingyu4j
bed52983a0
fix: lint
4 months ago
米山
0bc7169698
feat: add global font size adjustment
4 months ago
米山
24b6e7a835
feat: add global font size adjustment
4 months ago
Copilot
c7c39047de
feat: add theme-aware logo support via optional sourceDark configuration ( #6866 )
* Initial plan
* Initial exploration and setup
Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>
* Add support for separate light and dark theme logos
Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>
* Update documentation with dark theme logo configuration
Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>
* feat: Add theme-aware logo support for authentication/login page
Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>
* revert: .npmrc
Signed-off-by: aonoa <1991849113@qq.com>
---------
Signed-off-by: aonoa <1991849113@qq.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>
Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
Co-authored-by: aonoa <1991849113@qq.com>
5 months ago
zhongming4762
4d713db546
feat: increase support for multiple time zones
* 优化实现方法
5 months ago
Jin Mao
cfbce0d737
chore: fix lint
5 months ago
Jin Mao
6b6cdef42d
chore: 一些调整
5 months ago
zhongming4762
b029f77b6a
feat: increase support for multiple time zones
5 months ago
zhongming4762
0a8339a405
feat: increase support for multiple time zones
5 months ago
zouawen
59097e2466
chore: 新增是否开启首选项导航栏(外观、布局、快捷键、通用)吸顶效果,调整部分样式 ( #6804 )
5 months ago
zouawen
2ce161e585
feat: 1、新增水印文案自定义功能;2、input-item输入框组件新增清除功能(可用于快捷清除水印文案);3、偏好设置、主题切换、语言选择、是否全屏按钮新增动画效果 ( #6800 )
* feature: 新增水印文案自定义功能;
* chore: 偏好设置、主题切换、语言选择、是否全屏按钮新增动画效果
6 months ago
vben
e147a9d2fd
chore: release 5.5.9
7 months ago
vben
1575619d53
chore: release v5.5.8
8 months ago
vben
b9aef618fe
chore: release 5.5.7
10 months ago
wyc001122
97894a940e
feat: optimize logo display ( #6267 )
* feat(VbenAvatar): add fit property to VbenAvatar component
* feat(VbenLogo): add fit property to VbenLogo component
* feat(VbenLogo): add logo fit preference configuration
- Add preferences.logo.fit setting for logo display control
- Include corresponding documentation for the new preference
* feat(preferences): add default value for logo.fit preference
- Set default configuration for logo fit behavior
- Ensures consistent logo display across applications
* test(preferences): update configuration snapshots
---------
Co-authored-by: wyc001122 <wangyongchao@testor.com.cn>
10 months ago
wyc001122
8ac97688da
fix(preferences): 更新内容内边距默认值 ( #6233 )
Co-authored-by: wyc001122 <wangyongchao@testor.com.cn>
10 months ago
wyc001122
dae46abb71
feat: additional-settings ( #6225 )
* feat(preferences): 补充VbenAdminLayout传入属性(来自偏好设置)
* docs(@vben/docs ):update settings doc
---------
Co-authored-by: wyc001122 <wangyongchao@testor.com.cn>
10 months ago
vben
cc6c9bf7a0
chore: release v5.5.6
11 months ago
aonoa
41152d1722
refactor: modify the default homepage path loaded from the preference… ( #6099 )
* refactor: modify the default homepage path loaded from the preferences.ts
Signed-off-by: aonoa <1991849113@qq.com>
* refactor: modify the default homepage path loaded from the preferences.ts
Signed-off-by: aonoa <1991849113@qq.com>
---------
Signed-off-by: aonoa <1991849113@qq.com>
11 months ago
vben
7c7051a11e
chore: release v5.5.5
11 months ago
Netfan
f46ec30995
fix: theme mode follow the system only `auto` ( #5923 )
* 修复主题在未设置为auto时,仍然会跟随系统主题变化的问题。
12 months ago
Jin Mao
18722ce434
feat: sidebar button config ( #5818 )
* feat: 新增 PreferenceCheckboxItem 组件
* feat(preferences): 添加侧边栏按钮配置功能
* feat: 新增按钮点击事件触发功能
* feat(SidebarPreferences): 新增侧边栏折叠按钮与固定按钮配置
* feat(ui): 新增侧边栏固定按钮及配置选项
* fix(test): 修正侧边栏配置项缺失问题
12 months ago
vben
b92ac5c36d
chore: release 5.5.4
1 year ago
Netfan
5262233312
feat: tabbar support max count limit ( #5490 )
* 标签栏支持限制打开的最大数量
1 year ago
vben
195ceec9b4
chore: release 5.5.3
1 year ago
Netfan
b8bffd884c
feat: allow close tab when mouse middle button click ( #5347 )
* 偏好设置增加鼠标中键关闭标签页的设置
1 year ago
Vben
081d2aed23
perf: format code with better style ( #5283 )
1 year ago
Netfan
4d81b9d18d
fix: sidebar preferences fixed ( #5276 )
1 year ago
Netfan
3af22f7e91
fix: header logo may not be collapsed in `header-sidebar-nav` layout ( #5274 )
1 year ago
Netfan
2eb7fed9f4
fix: header-mixed layout side-menu active ( #5265 )
* fix: header-mixed layout side-menu active
* fix: config test
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