@techui/scifi 0.1.4-alpha.1 → 0.1.5-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 CHANGED
@@ -1,4 +1,4 @@
1
- # Update Log | 更新日志
1
+ # Update Log | 更新日志
2
2
 
3
3
  [English](#english) | [中文](#中文)
4
4
 
@@ -11,6 +11,18 @@
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.5 (2026-05-16)
15
+
16
+ Version `0.1.5` introduces the interaction foundation and sorting model work.
17
+
18
+ - Added `TuiDndProvider`, `TuiDndDroppable`, `TuiDndSortable`, `TuiDndMultiSortable`, `TuiDndGridSortable`, `TuiDndNestedSortable`, `TuiDndLayoutSortable`, `TuiInxDraggable`, `TuiInxResizable`, `TuiInxTransformable`, `TuiInxDroppable`, `TuiInxGesturable`, and `TuiInxPointerEvents`.
19
+ - Clarified that the interaction category is a Prime-only interaction extension layer. It can develop interaction components independently inside Prime, and future Prime form designer, screen designer, and related product components will depend on it.
20
+ - Added node dragging to `TuiTree`, including drag guards and drop-position control for tree-node sorting.
21
+ - Added dragging, resizing, drop zones, list sorting, grid sorting, nested sorting, layout sorting, and a combined drag + resize transform panel.
22
+ - Extracted `sortable-core`, grid occupancy / collision / placement models, and nested sortable models for more stable drag-and-drop sorting.
23
+ - Fixed cursor drift, handle reset, edge snapping jitter, scaled-container positioning, hit testing, placeholders, and hierarchy movement in drag / resize / sortable workflows.
24
+ - Added docs, demos, navigation, and shared previews for the interaction components.
25
+
14
26
  ### v0.1.4 (2026-05-04)
15
27
 
16
28
  Version `0.1.4` consolidates Chart as the internal graphic layer.
@@ -161,6 +173,18 @@ Version 0.1.0 marks a milestone upgrade:
161
173
  - 英文部分的文档,采用了翻译软件或者AI对齐进行翻译,所以可能存在部分用词不当或者表达模糊的情况。
162
174
  - 截止到目前为止,TechUI的每次发布,均会对当前四个组件库进行同步打包发布。并且更新记录中,可能会出现当前组件库中不存在的组件,属于正常现象。因为当前Update文档是针对整个TechUI工程,而非争对当前的组件库。
163
175
 
176
+ ### v0.1.5 (2026-05-16)
177
+
178
+ 版本 `0.1.5` 新增交互基础能力与排序模型。
179
+
180
+ - 新增 `TuiDndProvider`、`TuiDndDroppable`、`TuiDndSortable`、`TuiDndMultiSortable`、`TuiDndGridSortable`、`TuiDndNestedSortable`、`TuiDndLayoutSortable`、`TuiInxDraggable`、`TuiInxResizable`、`TuiInxTransformable`、`TuiInxDroppable`、`TuiInxGesturable`、`TuiInxPointerEvents`。
181
+ - 明确交互能力类目是 Prime 组件库独占的交互扩展能力,可在 Prime 内独立开发相关交互组件;后续 Prime 的表单设计器、大屏设计器等系列组件都会依赖这套交互组件。
182
+ - `TuiTree` 新增节点拖拽功能,支持节点拖拽守卫和投放位置控制,用于树节点排序。
183
+ - 新增拖拽、尺寸调整、投放区、列表排序、网格排序、嵌套排序、布局排序和拖拽 + resize 组合面板。
184
+ - 抽离 `sortable-core`、网格占位 / 碰撞 / 放置模型与嵌套排序模型,形成更稳定的拖放排序底层。
185
+ - 修复拖拽 / resize / sortable 流程中的光标漂移、handle 回正、边缘吸附抖动、缩放容器定位、命中、占位和层级移动问题。
186
+ - 补齐交互能力组件的文档、Demo、导航和 shared 预览入口。
187
+
164
188
  ### v0.1.4 (2026-05-04)
165
189
 
166
190
  版本 `0.1.4` 将 Chart 收敛为内部图形层。