hflvcomp 0.0.14 → 0.0.16
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 +10 -10
- package/dist/hflvcomp.es.js +4378 -2632
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
> 基础组件库,专为 hflveditor3 可视化编辑器设计
|
|
4
4
|
|
|
5
|
-
## 📦 组件列表
|
|
6
5
|
|
|
7
|
-
|
|
8
|
-
- **Subpage** - 子页面
|
|
9
|
-
- *更多组件开发中...*
|
|
10
|
-
|
|
11
|
-
### SVG组件
|
|
6
|
+
## 📝 更新日志
|
|
12
7
|
|
|
13
|
-
###
|
|
14
|
-
-
|
|
8
|
+
### [0.0.16] - 2026-06-11
|
|
9
|
+
- ✨ **新增功能**
|
|
10
|
+
- 新增SVGPath组件,可绘制多段折线
|
|
11
|
+
- 新增SVGPolygon组件,可绘制多边形
|
|
12
|
+
- 新增SVGConnector组件,连接线组件
|
|
13
|
+
- 新增SVGThermometer组件,温度计
|
|
15
14
|
|
|
16
|
-
---
|
|
17
15
|
|
|
18
|
-
|
|
16
|
+
### [0.0.15] - 2026-05-02
|
|
17
|
+
- 🎨 **优化改进**
|
|
18
|
+
- SVGDataText组件优化,数据为空时展示默认的空显示文本
|
|
19
19
|
|
|
20
20
|
### [0.0.14] - 2026-03-19
|
|
21
21
|
|