v0.10.0
!!! Braking changes
- ProgressBar settings
fillOffset
property is replaced withfillPaddings
and the logic of this setting is changed, check docs - ProgressBar settings
bg
&fill
properties types changed fromContainer | string
toSprite | Graphics | string
, check docs - Input settings
bg
property type changed fromContainer | string
toSprite | Graphics | string
, check docs
What's Changed
- fix: FancyButton: tweedle.js reports a WARNING on each playAnimations if both "animations" and any of "defaultView", "hoverView", "pressedView" or "icon" properties are set in constructor. by @CyberDex in #116
- fix: ScrollBox scrolling if height is more then elements height, add … by @SergeiSomin in #114
- Make Components responsive by @CyberDex in #118
New Contributors
- @SergeiSomin made their first contribution in #114
Full Changelog: v0.9.1...v0.10.0