hflveditor3 0.2.33 → 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 CHANGED
@@ -4,6 +4,13 @@
4
4
 
5
5
  ## 📝 更新日志
6
6
 
7
+ ### [0.2.34] - 2026-06-13
8
+ - ✨ **新增功能**
9
+ - 数据来源中增加routeP(路由参数),便于从路由中获取参数
10
+ - 绑定刷新里key值支持动态占位,从容器参数中获取动态部分
11
+ - 绑定显隐里key值支持动态占位,从容器参数中获取动态部分
12
+
13
+
7
14
  ### [0.2.33] - 2026-06-11
8
15
  - ✨ **新增功能**
9
16
  - 设计状态CompShape增加拖动图标,可通过其对组件位置进行拖动。目的是解决组件内部具有设计状态的情况,以前选中组件方式无法拖动的问题。