Skip to content

Latest commit

 

History

History
83 lines (52 loc) · 1.46 KB

changelog.md

File metadata and controls

83 lines (52 loc) · 1.46 KB

(Note. this changelog do not contain all versions information, will be updated)

0.3.11 beta

  • partial compatibility fix for Phaser 2.4.4 Canvas renderer is OK WebGL have strange behaviour

0.3.1 beta

  • small fixes
  • fix Tabs component issue with phaser (issue #27)

0.3.0 beta

New features

  • 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)

Fixes

  • small fixes to relative positionning and size to take parent Window paddings in consideration.

0.2.1 beta

Fixes

  • programmatically addChild/addChildAt for List component (components inheriting Layout class)
  • Input Control issue on mobiles fixed

0.2.0 beta

New features

  • support of percentage values in width/height and position.x/y for components childrens

Fixes

  • Input Control issue while setting text programmatically (Ezelia#20)

0.9.1 beta

Fixes

  • Fix - Phaser 2.4 compatibility

0.9.0 beta

New features

  • Input control
  • Main Screen kit

0.9.0 beta

New features

  • Input control