Skip to content

Commit 365923c

Browse files
chore(release): 2.4.0 [skip ci]
# [2.4.0](2.3.8...2.4.0) (2026-04-30) ### Bug Fixes * **UIManager:** 为池复用路径分配独立的请求序列号 ([0e0b004](0e0b004)) * **UIManager:** 修复UI资源加载失败时的内存泄漏问题 ([6b5bcb7](6b5bcb7)) * **UIManager:** 修复打开失败时静默返回而非抛出异常的问题 ([7b5139f](7b5139f)) * **UIManager:** 确保 openUIFormInfo 在所有路径下正确释放 ([f546cd6](f546cd6)) ### Features * **UIManager:** 添加单例界面的并发打开复用逻辑 ([ed47706](ed47706))
1 parent 0e0b004 commit 365923c

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [2.4.0](https://github.com/gameframex/com.gameframex.unity.ui.ugui/compare/2.3.8...2.4.0) (2026-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **UIManager:** 为池复用路径分配独立的请求序列号 ([0e0b004](https://github.com/gameframex/com.gameframex.unity.ui.ugui/commit/0e0b0046dd13d06b283ec484e915d69a8aaa8243))
7+
* **UIManager:** 修复UI资源加载失败时的内存泄漏问题 ([6b5bcb7](https://github.com/gameframex/com.gameframex.unity.ui.ugui/commit/6b5bcb7d10caab0761b05d6b250f47072acf3e04))
8+
* **UIManager:** 修复打开失败时静默返回而非抛出异常的问题 ([7b5139f](https://github.com/gameframex/com.gameframex.unity.ui.ugui/commit/7b5139f6a70c167b7f6aa5bcc64146721578e8ba))
9+
* **UIManager:** 确保 openUIFormInfo 在所有路径下正确释放 ([f546cd6](https://github.com/gameframex/com.gameframex.unity.ui.ugui/commit/f546cd6a4c6f870151e43299eea7a796f2cee1ee))
10+
11+
12+
### Features
13+
14+
* **UIManager:** 添加单例界面的并发打开复用逻辑 ([ed47706](https://github.com/gameframex/com.gameframex.unity.ui.ugui/commit/ed4770609fa57f900f3fd4b942b2cb21b70d2ca9))
15+
116
## [2.3.8](https://github.com/gameframex/com.gameframex.unity.ui.ugui/compare/2.3.7...2.3.8) (2026-04-30)
217

318

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 UGUI",
44
"category": "Game Framework X",
55
"description": "独立游戏前后端一体化解决方案,独立游戏开发者的圆梦大使。\n文档地址: https://gameframex.doc.alianblank.com \n Game Frame X UGUI 组件 - Unity UI功能包,提供UGUI组件的封装,使UGUI组件的使用更加简单高效。",
6-
"version": "2.3.8",
6+
"version": "2.4.0",
77
"unity": "2019.4",
88
"keywords": [
99
"Game Framework X"

0 commit comments

Comments
 (0)