Skip to content

Commit 6ea6a27

Browse files
chore(release): 2.10.5 [skip ci]
## [2.10.5](2.10.4...2.10.5) (2026-06-08) ### Bug Fixes * **ui:** 修复事件参数直接传递引用导致引用失效的问题 ([3de2194](3de2194))
1 parent 3de2194 commit 6ea6a27

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.10.5](https://github.com/gameframex/com.gameframex.unity.ui/compare/2.10.4...2.10.5) (2026-06-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **ui:** 修复事件参数直接传递引用导致引用失效的问题 ([3de2194](https://github.com/gameframex/com.gameframex.unity.ui/commit/3de2194e411b1bf15a2ae38dfb4d97696dd272a1))
7+
18
## [2.10.4](https://github.com/gameframex/com.gameframex.unity.ui/compare/2.10.3...2.10.4) (2026-06-07)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Game Frame X UI",
44
"category": "GameFrameX",
55
"description": "GameFrameX UI — Unity UI-framework-agnostic form management package. Handles opening, closing, grouping, and lifecycle of UI forms with depth-based layering, async form loading via the asset system with object pooling, configurable show/hide animations, and event notifications for open/close lifecycle. Docs: https://gameframex.doc.alianblank.com\n\nGameFrameX UI — Unity 跨 UI 框架的窗体管理功能包。处理 UI 窗体的打开、关闭、分组和生命周期,支持基于深度的分层,通过资源系统异步加载窗体并集成对象池,可配置显示/隐藏动画,以及打开/关闭生命周期的事件通知。文档:https://gameframex.doc.alianblank.com",
6-
"version": "2.10.4",
6+
"version": "2.10.5",
77
"unity": "2019.4",
88
"keywords": [
99
"GameFrameX",

0 commit comments

Comments
 (0)