Skip to content

0.0.7

Compare
Choose a tag to compare
@typhonrt typhonrt released this 27 Feb 23:51
· 813 commits to main since this release

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.
  • Introduction of Application state. this.state.save / restore and other methods including animating to a saved state
    are now possible.