@techui/scifi 0.1.0-alpha.1 → 0.1.1-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/README.md +2 -2
- package/UPDATE.md +37 -13
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -76,7 +76,7 @@ Notes:
|
|
|
76
76
|
This library depends on the following TechUI ecosystem packages:
|
|
77
77
|
|
|
78
78
|
- `@techui/colors` - Color system
|
|
79
|
-
- `@techui/
|
|
79
|
+
- `@techui/mixins` - style mixins
|
|
80
80
|
- `@techui/locales` - Internationalization
|
|
81
81
|
- `@techui/themes` - Theme system
|
|
82
82
|
- `@techui/libs` - Utility libraries
|
|
@@ -169,7 +169,7 @@ Prime组件库目前正在规划和开发其他的 独占高级组件 以提升
|
|
|
169
169
|
该库依赖以下 TechUI 生态系统包:
|
|
170
170
|
|
|
171
171
|
- `@techui/colors` - 色彩系统
|
|
172
|
-
- `@techui/
|
|
172
|
+
- `@techui/mixins` - 样式混入
|
|
173
173
|
- `@techui/locales` - 国际化
|
|
174
174
|
- `@techui/themes` - 主题系统
|
|
175
175
|
- `@techui/libs` - 工具库
|
package/UPDATE.md
CHANGED
|
@@ -6,12 +6,24 @@
|
|
|
6
6
|
|
|
7
7
|
## English
|
|
8
8
|
|
|
9
|
-
### Update Notes
|
|
10
|
-
|
|
11
|
-
- The English documentation was translated using translation software or AI alignment, so some terms may be inappropriate or expressions unclear.
|
|
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
|
-
|
|
14
|
-
### v0.1.
|
|
9
|
+
### Update Notes
|
|
10
|
+
|
|
11
|
+
- The English documentation was translated using translation software or AI alignment, so some terms may be inappropriate or expressions unclear.
|
|
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
|
+
|
|
14
|
+
### v0.1.1 (2026-04-18)
|
|
15
|
+
|
|
16
|
+
Version `0.1.1` continues the `0.1.0` update cycle and focuses on `techuiColors 2.0`, chart theme tokens, map demo migration, and infrastructure cleanup.
|
|
17
|
+
|
|
18
|
+
- `techuiColors` upgraded to `2.0`, with a new naming system, migration mapping, Hue Ring documentation, and improved color expression support.
|
|
19
|
+
- `@techui/lessmixins` was renamed to `@techui/mixins`, with new `Scss` entry support and clearer subpath imports.
|
|
20
|
+
- `TuiEcharts` and `TuiEchartsMap` now support theme-aware option tokens such as `$theme` and `$scheme`, reducing the need for manual theme patching after theme switches.
|
|
21
|
+
- A large number of Vue2 chart demos were migrated to Vue3, and multiple ECharts / EChartsMap demo directories were refactored around the new token-based theme workflow.
|
|
22
|
+
- Dialog dragging and adaptive scale handling were stabilized by improving `v-tui-drag`, `dom.info`, and related dialog internals.
|
|
23
|
+
- Colors, mixins, echarts, echartsMap, and related ecosystem documentation were updated to align with the new `2.0` color system and theme-aware configuration style.
|
|
24
|
+
- Additional naming, import-path, casing, and migration leftovers were cleaned up across demos, docs, and internal utilities.
|
|
25
|
+
|
|
26
|
+
### v0.1.0 (2026-04-05)
|
|
15
27
|
|
|
16
28
|
Version 0.1.0 marks a milestone upgrade:
|
|
17
29
|
|
|
@@ -108,12 +120,24 @@ Version 0.1.0 marks a milestone upgrade:
|
|
|
108
120
|
|
|
109
121
|
## 中文
|
|
110
122
|
|
|
111
|
-
### 更新说明
|
|
112
|
-
|
|
113
|
-
- 英文部分的文档,采用了翻译软件或者AI对齐进行翻译,所以可能存在部分用词不当或者表达模糊的情况。
|
|
114
|
-
- 截止到目前为止,TechUI的每次发布,均会对当前四个组件库进行同步打包发布。并且更新记录中,可能会出现当前组件库中不存在的组件,属于正常现象。因为当前Update文档是针对整个TechUI工程,而非争对当前的组件库。
|
|
115
|
-
|
|
116
|
-
### v0.1.
|
|
123
|
+
### 更新说明
|
|
124
|
+
|
|
125
|
+
- 英文部分的文档,采用了翻译软件或者AI对齐进行翻译,所以可能存在部分用词不当或者表达模糊的情况。
|
|
126
|
+
- 截止到目前为止,TechUI的每次发布,均会对当前四个组件库进行同步打包发布。并且更新记录中,可能会出现当前组件库中不存在的组件,属于正常现象。因为当前Update文档是针对整个TechUI工程,而非争对当前的组件库。
|
|
127
|
+
|
|
128
|
+
### v0.1.1 (2026-04-18)
|
|
129
|
+
|
|
130
|
+
版本 `0.1.1` 延续了 `0.1.0` 的升级方向,重点围绕 `techuiColors 2.0`、图表主题 token、地图案例迁移,以及基础设施收尾优化展开。
|
|
131
|
+
|
|
132
|
+
- `techuiColors` 升级至 `2.0`,引入新的命名体系、迁移映射、色相环文档与更完善的颜色表达式能力。
|
|
133
|
+
- `@techui/lessmixins` 更名为 `@techui/mixins`,新增 `Scss` 入口支持,并统一了子路径导入方式。
|
|
134
|
+
- `TuiEcharts` 与 `TuiEchartsMap` 支持 `$theme`、`$scheme` 等主题感知配置项,主题切换时不再依赖大量手工颜色同步。
|
|
135
|
+
- 大批 Vue2 图表案例迁移为 Vue3,多个 ECharts / EChartsMap 测试目录同步迁移到新的 token 主题模式。
|
|
136
|
+
- 通过迭代 `v-tui-drag`、`dom.info` 与 dialog 内部逻辑,进一步增强了拖拽和自适应缩放场景下的稳定性。
|
|
137
|
+
- `colors`、`mixins`、`echarts`、`echartsMap` 等相关文档已同步对齐 `2.0` 颜色体系与主题感知配置方式。
|
|
138
|
+
- 持续清理测试用例、文档与内部工具中的命名、导入路径、大小写与迁移遗留问题。
|
|
139
|
+
|
|
140
|
+
### v0.1.0 (2026-04-05)
|
|
117
141
|
|
|
118
142
|
版本 0.1.0 迎来里程碑式升级:
|
|
119
143
|
|
|
@@ -204,4 +228,4 @@ Version 0.1.0 marks a milestone upgrade:
|
|
|
204
228
|
|
|
205
229
|
### v0.0.1 (2025-10-02)
|
|
206
230
|
|
|
207
|
-
- 首次发布
|
|
231
|
+
- 首次发布
|