1.3.0
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.