We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8be27 commit 0f157bbCopy full SHA for 0f157bb
2 files changed
CHANGELOG.md
@@ -3,6 +3,12 @@
3
All notable changes to this project will be documented in this file.
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6
+## [1.27.3](https://github.com/fast-crud/fast-crud/compare/v1.27.1...v1.27.3) (2025-09-26)
7
+
8
+### Bug Fixes
9
10
+* 修复getComponentRef为null的bug ([837f54f](https://github.com/fast-crud/fast-crud/commit/837f54ff3eae18366da58480b17b4defba12ac46))
11
12
## [1.27.2](https://github.com/fast-crud/fast-crud/compare/v1.27.1...v1.27.2) (2025-09-26)
13
14
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fast-crud/fs-admin-element",
- "version": "1.27.2",
+ "version": "1.27.3",
"private": true,
"scripts": {
"dev": "vite",
0 commit comments