Skip to content

1.3.0

Compare
Choose a tag to compare
@matthewp matthewp released this 26 Jul 10:26
· 179 commits to master since this release

This is a minor release that integrations with done-ssr's incremental renderer.

data-attached

When rendering is completed and the application is reattached, done-autorender now adds a data-attached attribute to the HTML element:

<html data-attached>
 ...

You might use this to control styling while the application is detached.

incremental rendering

done-ssr 1.1.0 adds incremental rendering, a new way to do server side rendering that is faster. done-autorender now can more quickly reattach when incremental rendering is used.