0.0.7
Release 0.0.7 (large update)
- Complete overhaul of position / setPosition implementation making positional aspects reactive.
- Setting any
this.position.<XXX>
value is reactive. - New
this.position.set
method.setPosition
simply invokes it. - New position validators that make advanced window management easy.
- Setting any
- Introduction of Application state. this.state.save / restore and other methods including animating to a saved state
are now possible.