Skip to content

Commit f117669

Browse files
chore(release): 3.1.0 [skip ci]
# [3.1.0](3.0.0...3.1.0) (2025-12-23) ### Bug Fixes * **FairyGUIFormHelper:** 修复UI组属性获取和赋值逻辑 ([7c3bbc3](7c3bbc3)) * **FairyGUIFormHelper:** 修复未设置动画属性时未使用默认值的问题 ([db4186c](db4186c)) * **UIManager:** 修复UI表单释放时使用ContainsKey替代Contains的问题 ([2d5be7e](2d5be7e)) * **UIManager:** 修复界面复用时的资源释放问题 ([1592e2f](1592e2f)) * **UIManager:** 在Init方法中添加RecycleInterval参数 ([8af825a](8af825a)) * **UIManager:** 在关闭UI时移除组件并释放资源 ([68cebb0](68cebb0)) * **UI:** 修复UI资源释放时未处理资源句柄的问题 ([5ba15ce](5ba15ce)) * **UI:** 修复未设置UI分组的问题 ([38b642e](38b642e)) * **UI:** 修复组件释放时未正确清理的问题 ([129a244](129a244)) * 修正无效UI组的错误日志信息 ([95d3d13](95d3d13)) ### Features * **FUI:** 添加界面显示和隐藏方法 ([55c602c](55c602c)) * **UIManager:** 添加UI表单加载队列管理功能 ([c574686](c574686)) * **UI:** 添加UI表单显示和隐藏动画支持 ([e00146e](e00146e))
1 parent 2431247 commit f117669

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [3.1.0](https://github.com/gameframex/com.gameframex.unity.ui.fairygui/compare/3.0.0...3.1.0) (2025-12-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **FairyGUIFormHelper:** 修复UI组属性获取和赋值逻辑 ([7c3bbc3](https://github.com/gameframex/com.gameframex.unity.ui.fairygui/commit/7c3bbc337ff646268ef9523b1944f36bac6bb369))
7+
* **FairyGUIFormHelper:** 修复未设置动画属性时未使用默认值的问题 ([db4186c](https://github.com/gameframex/com.gameframex.unity.ui.fairygui/commit/db4186cb36fffc7b731ec20769afb480e68093b1))
8+
* **UIManager:** 修复UI表单释放时使用ContainsKey替代Contains的问题 ([2d5be7e](https://github.com/gameframex/com.gameframex.unity.ui.fairygui/commit/2d5be7e25a93fa2cd1fbdbb6ed7abfee41097d06))
9+
* **UIManager:** 修复界面复用时的资源释放问题 ([1592e2f](https://github.com/gameframex/com.gameframex.unity.ui.fairygui/commit/1592e2f0641c6dac97d072697805a04e9c4b8663))
10+
* **UIManager:** 在Init方法中添加RecycleInterval参数 ([8af825a](https://github.com/gameframex/com.gameframex.unity.ui.fairygui/commit/8af825acb747cf8d4de9039d9df9ef639d4f78a8))
11+
* **UIManager:** 在关闭UI时移除组件并释放资源 ([68cebb0](https://github.com/gameframex/com.gameframex.unity.ui.fairygui/commit/68cebb0dd61c94db1dbba22fb0ccdde0c80c66a9))
12+
* **UI:** 修复UI资源释放时未处理资源句柄的问题 ([5ba15ce](https://github.com/gameframex/com.gameframex.unity.ui.fairygui/commit/5ba15cee756eb40d81604363b3d7ffdaa7134cc2))
13+
* **UI:** 修复未设置UI分组的问题 ([38b642e](https://github.com/gameframex/com.gameframex.unity.ui.fairygui/commit/38b642e216ef6a1059bf047c9f88a0b831b713e2))
14+
* **UI:** 修复组件释放时未正确清理的问题 ([129a244](https://github.com/gameframex/com.gameframex.unity.ui.fairygui/commit/129a244bb21e79f2dd7784bd528ef79ee3436dfb))
15+
* 修正无效UI组的错误日志信息 ([95d3d13](https://github.com/gameframex/com.gameframex.unity.ui.fairygui/commit/95d3d13093c75a2eb74bb8676c121c5a5ca7286e))
16+
17+
18+
### Features
19+
20+
* **FUI:** 添加界面显示和隐藏方法 ([55c602c](https://github.com/gameframex/com.gameframex.unity.ui.fairygui/commit/55c602c68fab11ede16c969c09dd632d2315b245))
21+
* **UIManager:** 添加UI表单加载队列管理功能 ([c574686](https://github.com/gameframex/com.gameframex.unity.ui.fairygui/commit/c57468694f70b7752a765ec1e7cf442236a4ce5f))
22+
* **UI:** 添加UI表单显示和隐藏动画支持 ([e00146e](https://github.com/gameframex/com.gameframex.unity.ui.fairygui/commit/e00146ee7e3da3a48dfdc209a03f625916fa7e4e))
23+
124
# Changelog
225

326
## [3.0.0](https://github.com/GameFrameX/com.gameframex.unity.ui.fairygui/tree/3.0.0) (2025-10-25)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"displayName": "Game Frame X UI FairyGUI",
44
"category": "Game Framework X",
55
"description": "独立游戏前后端一体化解决方案,独立游戏开发者的圆梦大使。\n文档地址: https://gameframex.doc.alianblank.com \n Game Frame X UI FairyGUI组件 - Unity UI功能包,提供FairyGUI组件的封装,使FairyGUI组件的使用更加简单高效。",
6-
"version": "3.0.0",
6+
"version": "3.1.0",
77
"unity": "2019.4",
88
"keywords": [
99
"Game Framework X"
1010
],
1111
"repository": {
1212
"name": "com.gameframex.unity.ui.fairygui",
13-
"url": "https://github.com/gameframex/com.gameframex.unity.ui.fairygui.git",
13+
"url": "git+https://github.com/gameframex/com.gameframex.unity.ui.fairygui.git",
1414
"type": "git"
1515
},
1616
"author": {

0 commit comments

Comments
 (0)