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
xingyu4j
de0181e0d9
fix: lint
2 weeks ago
xingyu4j
a850d426ef
chore: fix lint and typecheck issues
2 weeks ago
xingyu4j
e7fa87b301
chore: finalize oxlint migration config
2 weeks 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
ming4762
45b843f344
fix: fix bug where `renderEcharts` gets stuck in a dead loop ( #7561 )
* 触发条件:echart所在页面开启keepalive 在其他页面切换颜色模式
4 weeks ago
Aliner
7d04b600fb
fix: correct updateDate to updateData in the echarts hook ( #7538 )
* fix(@vben/plugins ): Fixed the misspelling of the data update method name in the echarts hook
Correct updateDate to updateData, ensuring that the API method name is correct and consistent
* Revert "fix(@vben/plugins ): Fixed the misspelling of the data update method name in the echarts hook"
This reverts commit 86d679cf25 .
* fix(@vben/plugins ): fixed the misspelling of the data update method name in the echarts hook
Correct updateDate to updateData, ensuring that the API method name is correct and consistent
1 month ago
zouawen
893f74dc3e
fix: 优化横向布局时菜单激活或聚焦时背景色,标签工具栏新增刷新按钮,其他样式优化
1 month ago
Jin Mao
8a215fbcc7
chore: release 5.6.0
1 month ago
Leo
6fd426d719
fix: 当 showToolbar 为 false 时禁用工具栏(vxe-table),减少无 Toolbar 的 Gird 留白
2 months ago
Sun
d5d4a5c591
feat(effects-plugins): 添加 echarts 图表更新功能
新增 updateDate 方法用于更新 echarts 图表选项,支持合并配置、
完全替换和延迟更新等模式。该方法会在组件未初始化时自动执
行首次渲染,并能够合并全局配置如 backgroundColor 等选项。
2 months ago
Qiu
3862942e9f
fix: chart instance disposal condition
dom has been disposed in vue3 v-if,but chartInstance exist
2 months ago
xingyu4j
af3fe53ec8
fix: type error
3 months ago
Jin Mao
cfbce0d737
chore: fix lint
5 months ago
Jin Mao
0e62862119
chore: fix lint
5 months ago
zhongming4762
b029f77b6a
feat: increase support for multiple time zones
5 months ago
vent
1e029dbc9a
fix: 修复部分场景 echarts 在使用 v-show 时获取不到 width 的问题 ( #6776 )
6 months ago
vben
e147a9d2fd
chore: release 5.5.9
7 months ago
vben
1575619d53
chore: release v5.5.8
8 months ago
Jin Mao
d5a36a167d
fix: fix vxeTable commit proxy ( #6536 )
* fix: 修正use-vxe-grid中的代理配置提交类型
* chore: change config
8 months ago
Jin Mao
1bc5d2986b
chore: update-vxe-table ( #6516 )
* chore: update vxe-pc-ui,vxe-table
* fix(ui): 修复代理配置初始化方法名错误
* fix(ui): 修改远程表格刷新配置
* chroe: update vxeTable
更新到最新
8 months ago
RanMaoting
33a4d524db
feat( @vben/plugins ): 新增VxeGrid组件插槽类型定义 ( #6452 )
* feat(@vben/plugins ): 新增VxeGrid组件插槽类型定义
Closes : #6451
* fix(@vben/plugins ): 优化vxe-table组件的插槽类型定义
修复Omit导致的类型丢失
9 months ago
RanMaoting
017ed1a9e1
types: 为useVbenVxeGrid添加泛型声明,使grid实例上能正确获取到行数据的类型 ( #5653 )
Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>
10 months ago
wyc001122
470fd43b49
fix: 修复使用useVbenVxeGrid配置hasEmptyText、hasEmptyRender不生效的问题 ( #6310 )
10 months ago
Netfan
96a10ca83f
style: fix lint error ( #6298 )
10 months ago
wyc001122
4eb16d6d3a
fix: fix table-title slot not work ( #6295 )
10 months ago
liqiang0330
53304514b6
fix: Update index.ts ( #6268 )
* Update index.ts
VxeGridPropTypes.原文件缺少这个,现在补全!
* Update index.ts
增加空格!
10 months ago
vben
cc6c9bf7a0
chore: release v5.5.6
11 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
11 months ago
vben
7c7051a11e
chore: release v5.5.5
11 months ago
Netfan
0a9fc4e02d
fix: title of search button in vxeTable toolbar ( #6046 )
* 修改vxeTable工具栏里的搜索按钮的提示文案
11 months ago
pangyajun123
b985ff0584
fix: vxe-table theme token follow primary color ( #6007 )
11 months ago
Netfan
f46ec30995
fix: theme mode follow the system only `auto` ( #5923 )
* 修复主题在未设置为auto时,仍然会跟随系统主题变化的问题。
12 months ago
Netfan
9379093a4f
feat: customizable table separator ( #5898 )
* 表格的分隔条支持定制背景色或完全移除
12 months ago
Rascal-Coder
3600603016
fix: vxeGrid height fixed #5861 ( #5862 )
12 months ago
Netfan
7933da8f66
chore: update deps ( #5854 )
12 months ago
Netfan
3133f8f8b9
fix: table form reset will trigger reload twice while submitOnChange set ( #5756 )
* 修复表格的搜索表单在重置时,可能会触发2次表格刷新的问题
1 year ago
vben
b92ac5c36d
chore: release 5.5.4
1 year ago
Netfan
89d963c81a
fix: vxeTable search button not working with slot ( #5678 )
1 year ago
littlesparklet
12ffb310bf
fix: Fix inconsistent spacing around search form (issue #5429 ) ( #5495 )
1 year ago
Netfan
9f82052c71
feat: demo of motion plugin ( #5550 )
添加Motion的用法例子
1 year ago
vben
195ceec9b4
chore: release 5.5.3
1 year ago
Netfan
b785bc5704
fix: useEcharts return invalid instance ( #5360 )
1 year ago
Netfan
624beb6fa0
fix: locale switching logic correction ( #5344 )
* 修复语言切换后的数据更新逻辑
* 表单默认按钮的content属性可提供computed类型的值
1 year ago
Netfan
7606b86854
fix: vxeGrid init without search form ( #5342 )
* 修复vxeGrid在未使用表单的情况下,自动加载数据失效的问题。
* 暂时将vxeGrid版本锁定在4.10.0,新版本尺寸计算尚有问题
1 year ago
Netfan
2828e7a7b6
fix: form `fieldMappingTime` is not working ( #5333 )
* fix: form option `fieldMappingTime` is not working
* fix: form merge support `fieldMappingTime`
1 year ago
clddup
bbbdbfa912
feat: useEcharts exports echarts instance#5294 ( #5299 )
1 year ago
Vben
081d2aed23
perf: format code with better style ( #5283 )
1 year ago
vben
07c4ad05f4
chore: release 5.5.2
1 year ago
Netfan
9a660827a6
fix: vxeGrid top padding ( #5193 )
1 year ago