Releases: donejs/autorender
Releases · donejs/autorender
Render immediately when incrementally rendering
Set nodeList on the global CanZone
v2.6.2 2.6.2
Set the nodeList on Zone's data
v2.6.1 2.6.1
Fix warning typo
Old warning:
"For Server-Side-Rendering you have to provide and initialized can-route."
Fix:
"For Server-Side-Rendering you have to provide an initialized can-route."
Fixes memory leak in ssr
v2.5.7 2.5.7
Support the done.keepNode symbol
v2.5.6 2.5.6
Allow the head to be modified outside of the stache template
This is needed to get portals to work
Make live-reload work when routing is done in the ViewModel
Provides the request property on H2 connections in SSR
Supports autorender-keep comment nodes, to prevent removing IR comments
Incremental rendering adds some placeholder comments, this allowed the convention of <!--autorender-keep some comment-->
to prevent them from being removed.