@techui/scifi 0.0.1-alpha.3 → 0.0.2-alpha.2
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 +39 -0
- package/core/core_bg.wasm +0 -0
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/modules/tuiEchartsMap.js +1 -1
- package/index.js +1 -0
- package/package.json +2 -1
- package/core/package.json +0 -23
package/UPDATE.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# Update Log | 更新日志
|
|
2
|
+
|
|
3
|
+
[English](#english) | [中文](#中文)
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## English
|
|
8
|
+
|
|
9
|
+
### v0.0.2 (2025-10-16 00:29)
|
|
10
|
+
|
|
11
|
+
- Removed all SVG icons embedded in CSS
|
|
12
|
+
- Updated component icons to use @techui/icons default icon library
|
|
13
|
+
|
|
14
|
+
### v0.0.1 (2025-10-02)
|
|
15
|
+
|
|
16
|
+
- Initial release
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
**Notice: Before the new version is released, the old test package will be deleted or set to deprecated and will not be retained. (This behavior is limited to test packages)**
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## 中文
|
|
25
|
+
|
|
26
|
+
### v0.0.2 (2025-10-16 00:29)
|
|
27
|
+
|
|
28
|
+
- 移除所有 CSS 中内置的 SVG 图标
|
|
29
|
+
- 组件中的图标更新为使用 @techui/icons 默认图标库
|
|
30
|
+
|
|
31
|
+
### v0.0.1 (2025-10-02)
|
|
32
|
+
|
|
33
|
+
- 首次发布
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
**声明:在新版本发布之前,旧测试包将被删除或设置为已弃用,不予保留。(此行为仅限于测试包)**
|
|
38
|
+
|
|
39
|
+
---
|
package/core/core_bg.wasm
CHANGED
|
Binary file
|