Skip to content

v1.1.0

Choose a tag to compare

@gnarf gnarf released this 19 Sep 00:20
· 23 commits to master since this release

New methods for FindWrapper and RenderContext

  • .component() to get stateful components
  • .setState() and .state() to write/read to component states.
  • FindWrapper will now emit a console.warn if you try to use any method on a stale result (something new rendered since you called .find())