hflveditor3 0.2.32 → 0.2.34
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 +16 -0
- package/dist/hflveditor3.es.js +12122 -8124
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,22 @@
|
|
|
4
4
|
|
|
5
5
|
## 📝 更新日志
|
|
6
6
|
|
|
7
|
+
### [0.2.34] - 2026-06-13
|
|
8
|
+
- ✨ **新增功能**
|
|
9
|
+
- 数据来源中增加routeP(路由参数),便于从路由中获取参数
|
|
10
|
+
- 绑定刷新里key值支持动态占位,从容器参数中获取动态部分
|
|
11
|
+
- 绑定显隐里key值支持动态占位,从容器参数中获取动态部分
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### [0.2.33] - 2026-06-11
|
|
15
|
+
- ✨ **新增功能**
|
|
16
|
+
- 设计状态CompShape增加拖动图标,可通过其对组件位置进行拖动。目的是解决组件内部具有设计状态的情况,以前选中组件方式无法拖动的问题。
|
|
17
|
+
- 增加动态表单的组件,对于新组件可不提供配套的属性和数据编辑组件,通过schema定义动态表单渲染完成。
|
|
18
|
+
- 提供Schema设计器页面,方便配置
|
|
19
|
+
- 数据来源中增加置空(Null)方式
|
|
20
|
+
- 条件判断中增加isTrue和isFalse操作符
|
|
21
|
+
- 数据源中增加setTrue和setFalse方式
|
|
22
|
+
|
|
7
23
|
### [0.2.32] - 2026-04-30
|
|
8
24
|
- ✨ **新增功能**
|
|
9
25
|
- 消息弹出框中类型增加一个Alert
|