hflvcomp 0.0.15 → 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 +8 -0
- package/dist/hflvcomp.es.js +4358 -2612
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,14 @@
|
|
|
5
5
|
|
|
6
6
|
## 📝 更新日志
|
|
7
7
|
|
|
8
|
+
### [0.0.16] - 2026-06-11
|
|
9
|
+
- ✨ **新增功能**
|
|
10
|
+
- 新增SVGPath组件,可绘制多段折线
|
|
11
|
+
- 新增SVGPolygon组件,可绘制多边形
|
|
12
|
+
- 新增SVGConnector组件,连接线组件
|
|
13
|
+
- 新增SVGThermometer组件,温度计
|
|
14
|
+
|
|
15
|
+
|
|
8
16
|
### [0.0.15] - 2026-05-02
|
|
9
17
|
- 🎨 **优化改进**
|
|
10
18
|
- SVGDataText组件优化,数据为空时展示默认的空显示文本
|