Skip to content

1.2.0

Compare
Choose a tag to compare
@matthewp matthewp released this 29 Jun 15:46
· 199 commits to master since this release

This is a minor release, adding a new module that allows using done-autorender without Zones. Using:

<script src="./node_modules/steal/steal.js" main="my-app/index.stache!done-autorender/no-zone"></script>

Will run done-autorender without using zones. This makes it so your code comes live instantly, as it is immediately inserted into the DOM, and prevents issues if you might use code that doesn't run well within Zones.

Pull Requests