From 407b11fdf953580b7f7ac9ffd57e9799a0d31d33 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Wed, 14 May 2025 19:25:07 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B1:=20[client]=20sync=20upgrade=20wit?= =?UTF-8?q?h=203=20commits=20[trident-sync]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit build: publish success chore: --- packages/ui/certd-client/CHANGELOG.md | 10 ++++++++++ packages/ui/certd-client/package.json | 2 +- .../ui/certd-client/src/plugin/antdv-async/index.ts | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/packages/ui/certd-client/CHANGELOG.md b/packages/ui/certd-client/CHANGELOG.md index e9e8fc1c..b3b69d61 100644 --- a/packages/ui/certd-client/CHANGELOG.md +++ b/packages/ui/certd-client/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.25.11](https://github.com/fast-crud/fast-crud/compare/v1.25.10...v1.25.11) (2025-05-14) + +### Bug Fixes + +* 修复naive-ui下 form-item 的label设置为render会报警告的问题 ([45e1bc6](https://github.com/fast-crud/fast-crud/commit/45e1bc6d9cfc408a98dfe628bf3b9bd14af4b2cf)) + +### Performance Improvements + +* 单元格支持tooltip ([44d83ad](https://github.com/fast-crud/fast-crud/commit/44d83ad890589b2b64ff5e9f869fc04863576a3b)) + ## [1.25.10](https://github.com/fast-crud/fast-crud/compare/v1.25.9...v1.25.10) (2025-04-25) ### Performance Improvements diff --git a/packages/ui/certd-client/package.json b/packages/ui/certd-client/package.json index 79fd0d3c..0965bf1c 100644 --- a/packages/ui/certd-client/package.json +++ b/packages/ui/certd-client/package.json @@ -1,6 +1,6 @@ { "name": "@fast-crud/fs-admin-antdv4", - "version": "1.25.10", + "version": "1.25.11", "private": true, "scripts": { "dev": "vite", diff --git a/packages/ui/certd-client/src/plugin/antdv-async/index.ts b/packages/ui/certd-client/src/plugin/antdv-async/index.ts index 473e0359..5f2db273 100644 --- a/packages/ui/certd-client/src/plugin/antdv-async/index.ts +++ b/packages/ui/certd-client/src/plugin/antdv-async/index.ts @@ -1,6 +1,6 @@ import { defineAsyncComponent } from "vue"; -import Input from "ant-design-vue/es/input/Input"; -import Button from "ant-design-vue/es/button/button"; +import Input from "ant-design-vue/es/input"; +import Button from "ant-design-vue/es/button"; import Divider from "ant-design-vue/es/divider"; import Badge from "ant-design-vue/es/badge"; import Empty from "ant-design-vue/es/empty";