Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

v1.1.1

Compare
Choose a tag to compare
@jcyuan jcyuan released this 10 Nov 11:56
· 69 commits to dev since this release

Download

Development Build

Production Build

Dependencies

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

Demo