star-horse-lowcode 2.8.72 → 2.8.74

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
@@ -471,4 +471,16 @@ barcode 条形码组件
471
471
  ```
472
472
  -修复表格组件显示异常和合并单元格列丢失异常
473
473
  ```
474
+ #### v2.8.73
475
+
476
+ ```
477
+ -优化表单查看组件,将自定义显示,改为表单组件禁用显示
478
+ -修复表格容器合并单元格的诸多问题
479
+ ```
480
+ #### v2.8.74
481
+
482
+ ```
483
+ -将表单设计器耦合的容器组件分离,以解决因优化表单设计器导致此组件的频繁更新
484
+ -修复tag 组件因优化导致的bug
485
+ ```
474
486