Skip to content

0.1.1

Latest
Compare
Choose a tag to compare
@stasm stasm released this 12 Sep 17:25
· 19 commits to master since this release
  • Dispatch the render event on roots. (#15)

    The render event provides a hook to add custom logic after the render is
    complete. It allows to restore focus, selection and caret positions after
    render.

  • Filter out null and undefined interpolations in the html helper. (#8)

  • Ignore tests and examples in npm. (#11)