(Note. this changelog do not contain all versions information, will be updated)
- Fixed Pixi v4.6+ compatibility issues
- Droping Pixi v2 compatibility
- added tsconfig.json file
- using official PixiJS Plugin interface to register EZGUI and get reference to the main renderer .
- fixed Pixi v4 compatibility issues with WebGL renderer.
- phaser 2.4.9 to 2.6.2 compatibility fixes
- pixi 4.0.0 compatibility fixes
- partial compatibility fix for Phaser 2.4.4 Canvas renderer is OK WebGL have strange behaviour
- small fixes
- fix Tabs component issue with phaser (issue #27)
- experimental component erase/rebuild through erase() / rebuild() calls : this will allow for example to modify size, change component skin, ...etc at runtime
- Added Tabs controls (custom skin is still missing tabs will use button skin for now)
- small fixes to relative positionning and size to take parent Window paddings in consideration.
- programmatically addChild/addChildAt for List component (components inheriting Layout class)
- Input Control issue on mobiles fixed
- support of percentage values in width/height and position.x/y for components childrens
- Input Control issue while setting text programmatically (#20)
- Fix - Phaser 2.4 compatibility
- Input control
- Main Screen kit
- Input control