@techui/scifi 0.1.3-alpha.1 → 0.1.4-alpha.1
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/UPDATE.md +22 -0
- package/package.json +1 -1
package/UPDATE.md
CHANGED
|
@@ -11,6 +11,17 @@
|
|
|
11
11
|
- The English documentation was translated using translation software or AI alignment, so some terms may be inappropriate or expressions unclear.
|
|
12
12
|
- To date, every TechUI release has synchronously packaged and released all four component libraries. Consequently, the update log may list components no longer present in the current library—this is normal. The current Update documentation pertains to the entire TechUI project, not just the current component library.
|
|
13
13
|
|
|
14
|
+
### v0.1.4 (2026-05-04)
|
|
15
|
+
|
|
16
|
+
Version `0.1.4` consolidates Chart as the internal graphic layer.
|
|
17
|
+
|
|
18
|
+
- Added Chart internal graphic units: `TuiChartProgress`, `TuiChartRing`, `TuiChartGauge`, `TuiChartSegment`, `TuiChartFill`, `TuiChartLiquid`, `TuiChartLevel`, `TuiChartPulse`, `TuiChartMeter`, `TuiChartDensity`, and `TuiChartTimeline`, plus Progress / Fill / Liquid group components.
|
|
19
|
+
- Renamed the former `VisualUnit` family to `Chart` and aligned props, size models, `keyMap`, enter animations, semantic states, docs, and test previews.
|
|
20
|
+
- Changed all Chart components into internal component capabilities rather than public components exposed by the main libraries.
|
|
21
|
+
- Split `TuiProgress` bar, ring, and gauge graphics into Chart while keeping Progress as the semantic wrapper.
|
|
22
|
+
- Split `ProgressPool` fill and liquid graphics into `TuiChartFill` and `TuiChartLiquid`.
|
|
23
|
+
- Fixed Chart text overflow, value / label collision hiding, muted backgrounds, Liquid wave continuity, and chart animation details.
|
|
24
|
+
|
|
14
25
|
### v0.1.3 (2026-05-01)
|
|
15
26
|
|
|
16
27
|
Version `0.1.3` adds several focused components and continues Rolling, Scroller, Form, style, and documentation iteration.
|
|
@@ -150,6 +161,17 @@ Version 0.1.0 marks a milestone upgrade:
|
|
|
150
161
|
- 英文部分的文档,采用了翻译软件或者AI对齐进行翻译,所以可能存在部分用词不当或者表达模糊的情况。
|
|
151
162
|
- 截止到目前为止,TechUI的每次发布,均会对当前四个组件库进行同步打包发布。并且更新记录中,可能会出现当前组件库中不存在的组件,属于正常现象。因为当前Update文档是针对整个TechUI工程,而非争对当前的组件库。
|
|
152
163
|
|
|
164
|
+
### v0.1.4 (2026-05-04)
|
|
165
|
+
|
|
166
|
+
版本 `0.1.4` 将 Chart 收敛为内部图形层。
|
|
167
|
+
|
|
168
|
+
- 新增 Chart 内部图形单元:`TuiChartProgress`、`TuiChartRing`、`TuiChartGauge`、`TuiChartSegment`、`TuiChartFill`、`TuiChartLiquid`、`TuiChartLevel`、`TuiChartPulse`、`TuiChartMeter`、`TuiChartDensity`、`TuiChartTimeline`,并补充 Progress / Fill / Liquid 分组组件。
|
|
169
|
+
- 原 `VisualUnit` 系列全面更名为 `Chart`,统一 props、尺寸模型、`keyMap`、入场动画、语义状态、文档和测试预览入口。
|
|
170
|
+
- 所有 Chart 组件调整为内部组件能力,不再作为主库外部公开组件直接暴露。
|
|
171
|
+
- `TuiProgress` 拆分内部条形、环形、仪表图形能力到 Chart,进度组件本身保留语义封装。
|
|
172
|
+
- `ProgressPool` 拆分内部填充与液体图形能力为 `TuiChartFill`、`TuiChartLiquid`。
|
|
173
|
+
- 修复 Chart 文本溢出、数值 / label 碰撞隐藏、弱化背景、Liquid 波浪连续性和部分图形动画问题。
|
|
174
|
+
|
|
153
175
|
### v0.1.3 (2026-05-01)
|
|
154
176
|
|
|
155
177
|
版本 `0.1.3` 新增若干聚焦组件,并继续迭代 Rolling、Scroller、Form、样式体系和文档。
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techui/scifi",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4-alpha.1",
|
|
4
4
|
"description": "TechUI Scifi is a sci-fi SVG component library developed based on Vue3. It uses dynamically calculated SVG elements to generate a variety of cool, futuristic, and technological components.",
|
|
5
5
|
"author": "aYin <ayin86cn@gmail.com> <wechat:jay1986cn>",
|
|
6
6
|
"homepage": "https://techui.net",
|