chore: release packages (#434)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2e84942ea1
commit
7f631793d4
@@ -1,16 +0,0 @@
|
||||
---
|
||||
"@esengine/blueprint": minor
|
||||
---
|
||||
|
||||
feat(blueprint): 添加 Add Component 节点支持 + ECS 模式重构
|
||||
|
||||
新功能:
|
||||
- 为每个 @BlueprintExpose 组件自动生成 Add_ComponentName 节点
|
||||
- Add 节点支持设置初始属性值
|
||||
- 添加通用 ECS_AddComponent 节点用于动态添加组件
|
||||
- 添加 registerComponentClass() 用于手动注册组件类
|
||||
|
||||
重构:
|
||||
- BlueprintComponent 使用 @ECSComponent 装饰器注册
|
||||
- BlueprintSystem 继承标准 System 基类
|
||||
- 简化组件 API,优化 VM 生命周期管理
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
"@esengine/node-editor": patch
|
||||
---
|
||||
|
||||
fix(node-editor): 修复节点收缩后连线不显示的问题
|
||||
|
||||
- 节点收缩时,连线会连接到节点头部(输入引脚在左侧,输出引脚在右侧)
|
||||
- 展开后连线会自动恢复到正确位置
|
||||
Reference in New Issue
Block a user