🔱: [client] sync upgrade with 3 commits [trident-sync]

build: publish success
chore:
pull/349/head
GitHub Actions Bot 2025-05-14 19:25:07 +00:00
parent f0b5489e3e
commit 407b11fdf9
3 changed files with 13 additions and 3 deletions

View File

@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [1.25.10](https://github.com/fast-crud/fast-crud/compare/v1.25.9...v1.25.10) (2025-04-25)
### Performance Improvements ### Performance Improvements

View File

@ -1,6 +1,6 @@
{ {
"name": "@fast-crud/fs-admin-antdv4", "name": "@fast-crud/fs-admin-antdv4",
"version": "1.25.10", "version": "1.25.11",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@ -1,6 +1,6 @@
import { defineAsyncComponent } from "vue"; import { defineAsyncComponent } from "vue";
import Input from "ant-design-vue/es/input/Input"; import Input from "ant-design-vue/es/input";
import Button from "ant-design-vue/es/button/button"; import Button from "ant-design-vue/es/button";
import Divider from "ant-design-vue/es/divider"; import Divider from "ant-design-vue/es/divider";
import Badge from "ant-design-vue/es/badge"; import Badge from "ant-design-vue/es/badge";
import Empty from "ant-design-vue/es/empty"; import Empty from "ant-design-vue/es/empty";