yxuse 3.0.44 → 3.0.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,14 @@
1
+ <!--
2
+ * @Author: WangXin
3
+ * @Date: 2024-04-24 11:20:12
4
+ * @LastEditors: WangXin
5
+ * @LastEditTime: 2025-04-29 17:20:17
6
+ * @FilePath: /yxuse/README.md
7
+ * @Description:
8
+ *
9
+ * Copyright (c) ${2024} by YuXing, All Rights Reserved.
10
+ -->
11
+
1
12
  # yxuse
2
13
 
3
14
  ## 更新日志
@@ -21,3 +32,9 @@
21
32
  - Components:[YxTable]修复类型提示和排序的 bug
22
33
  - utils:[translate]修复翻译的 bug
23
34
  - auth:[getUserRouter]获取当前系统的动态路由不再需要 viewConfig 配置,统一从权限配置取
35
+
36
+ ### 3.0.45
37
+
38
+ #### Features
39
+
40
+ - Components:[YxForm] 新增表单分组样式的自定义