This repository has been archived by the owner on May 2, 2022. It is now read-only.
Download
Development Build
- TypeDefinition fairygui.d.ts
- JS fairygui.js
- Source Map fairygui.js.map
Production Build
- JS fairygui.min.js
- Source Map fairygui.min.js.map
Dependencies
- PixiJS 4.8.1+ or above
- TweenJS 1.0.0+ or above
- ZLib 0.3.1+ (rawinflate.js) or above
Changes
[Fix] ItemClick event not removed if the list mode is virtual mode.
[Fix] GList dispose error fix
[Fix] scrollPanel problem, the initial dragging status is true #28
[Fix] the last texture not destroyed if load from an external URL in GLoader.
[Improve] improve the logic of external loading for GLoader
[Fix] auto width + height not work fixing, thanks @MykhailoStoianchuk
[Change] on iOS there is no resize event when the browser toolbar shows up. so removed the patch
code in UIStage.ts
. you have to find a way to mantaine your screen size by calling fgui.GRoot.inst.stageWrapper.updateScreenSize
once your browser size changes. fgui only handles the update automatically if it receives the resize event.