XuZhiqiang
|
dcccef1c02
|
fix(@vben/web-antdv-next): 修复 InputNumber 组件宽度在表单中不占满的问题
|
2026-05-13 15:47:52 +08:00 |
XuZhiqiang
|
9a5bee4dce
|
fix(@vben/web-antdv-next): adapter修正组件名称TextArea一致的大小写格式
|
2026-05-13 15:20:15 +08:00 |
XuZhiqiang
|
06f776d1ef
|
feat(@vben/web-antdv-next): 替换 antdv-next 中不可用的 List 组件,手动迁移为 div 结构,后续组件库新增 Listy 组件在进行替换
|
2026-05-12 16:37:42 +08:00 |
XuZhiqiang
|
40f0ba71f5
|
feat(@vben/web-antdv-next): migrate ant-design-vue to antdv-next
Migration Summary: ant-design-vue → antdv-next
Core Changes
package.json - Replaced "ant-design-vue": "catalog:" with "antdv-next": "catalog:"
bootstrap.ts - Changed @vben/styles/antd to @vben/styles/antdv-next
adapter/component/index.ts - Major rewrite:
Removed dynamic defineAsyncComponent imports from ant-design-vue/es/...
Added static imports from antdv-next main entry
Renamed RangePicker → DateRangePicker, Textarea → TextArea
Defined local types for Rule, Locale, UploadRequestOption, FileType, Key
Bulk Import Replacements (100+ files)
from ant-design-vue → from antdv-next
from ant-design-vue/es/locale/... → from antdv-next/locale/...
from ant-design-vue/es/... → removed (use main entry)
from ant-design-vue/lib/... → removed (use main entry)
Component API Differences Handled
ant-design-vue antdv-next Files affected
Form.Item FormItem 475 references
Tabs.TabPane TabPane 240 references
Select.Option SelectOption 151 references
Descriptions.Item DescriptionsItem 2 references
Timeline.Item TimelineItem 2 references
Radio.Group RadioGroup 20 references
Collapse.Panel CollapsePanel 9 references
Layout.Content/Sider/Header/Footer LayoutContent/LayoutSider/... 14 references
Dropdown#overlay slot Dropdown#popupRender 6 references
RangePicker DateRangePicker 15+ references
Textarea TextArea 37 references
ButtonGroup Space (fallback) 12 references
Known Issues (requires manual attention)
List component - Not available in antdv-next. 4 files have TODO comments where List/List.Item/List.Item.Meta are used
@form-create/ant-design-vue - Kept as-is (compatible with antdv-next at runtime)
Type errors - ~366 type errors remain (vs 189 in web-antd), mostly pre-existing business logic issues and minor API differences
|
2026-05-12 15:30:08 +08:00 |
XuZhiqiang
|
0fced45a9c
|
refactor(@vben/web-antdv-next): 根据web-antd初始化web-antdv-next
|
2026-05-12 12:14:32 +08:00 |
xingyu4j
|
a653e428f3
|
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
|
2026-04-13 16:45:32 +08:00 |
过冬
|
a9b76ba2ed
|
fix: antdv-next message/notification 跟随暗色主题 (#7799)
|
2026-04-12 11:51:23 +08:00 |
Jin Mao
|
53ccec1d80
|
fix: 修复VITE_APP_TITLE变量替换语法
- 将index.html中的<%= VITE_APP_TITLE %>替换为%VITE_APP_TITLE%
- 更新web-antd、web-antdv-next、web-ele、web-naive、web-tdesign应用
- 修改文档中loading组件的VITE_APP_TITLE引用方式
- 修复vite-config插件中默认加载模板的变量语法
- 统一所有应用和模板中的环境变量引用格式
|
2026-04-11 14:29:18 +08:00 |
dullathanol
|
7e4edd270d
|
fix: 补全 ComponentPropsMap 与 Vxe 表格表单链路的类型
|
2026-04-05 19:03:03 +08:00 |
dullathanol
|
5211f5065d
|
feat: 表单 Schema 支持组件 Props 映射泛型,同步适配VxeGrid
|
2026-04-04 23:40:27 +08:00 |
dullathanol
|
96d6f89732
|
refactor: 简化 componentProps 回调的类型写法
|
2026-04-03 15:02:32 +08:00 |
dullathanol
|
6ab06584eb
|
fix: 函数式 componentProps 按已注册 component 的 Props 校验返回值
|
2026-04-03 13:36:03 +08:00 |
dullathanol
|
a6433c2b50
|
feat: Schema 中 componentProps 随注册组件联动类型提示
|
2026-04-03 01:39:49 +08:00 |
xingyu4j
|
fece74f744
|
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into vite8
|
2026-03-23 16:55:27 +08:00 |
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 包版本
- 更新根目录包版本
|
2026-03-14 09:14:23 +08:00 |
xingyu4j
|
395babc1f5
|
feat: tsgolint
|
2026-03-13 23:13:10 +08:00 |
xingyu4j
|
68cde54bad
|
feat: add tsgolint
|
2026-03-13 23:13:01 +08:00 |
xingyu4j
|
c7d7529c00
|
chore: ts
|
2026-03-13 23:07:04 +08:00 |
xingyu4j
|
a850d426ef
|
chore: fix lint and typecheck issues
|
2026-03-13 20:57:52 +08:00 |
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
|
2026-03-10 05:08:45 +08:00 |
Jin Mao
|
8a215fbcc7
|
chore: release 5.6.0
|
2026-02-09 05:09:57 +08:00 |
Jin Mao
|
1d9b6407a4
|
chore: 更新开发环境端口号配置
- 将 VITE_PORT 从 5555 修改为 5999
- 保持其他环境变量配置不变
|
2026-02-09 03:04:42 +08:00 |
Bin
|
8cadad0a1e
|
feat(web): add antdv-next model
|
2026-02-08 23:00:19 +08:00 |