This repository has been archived by the owner on May 2, 2022. It is now read-only.
v1.1.1
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.5.5 or above
- TweenJS 0.6.2 or above
- ZLib 0.3.1 (rawinflate.js) or above
Changes
- [Fix] GTextInput text align does not work #4
- [Fix] GTextField text align not work when it's being moved. #6
- [Fix] TextMetrics.wordWrap from official code adds extra useless blank to the head of the first text line, see issue: pixijs/pixijs#4251. I've pushed this patch to the official Guithub as a pull-request already, once they merge it, I'll clear my code again.
- add fallbackWidth / fallbackHeight to UIStage options if it's in the worst situation that we can't fetch size from the parent element of the PIXI view.
- [Fix] specify the default load type as IMAGE for GLoader
- [Fix] cannot pass playCallback as null for PlayTransitionAction class