Skip to content

Releases: donejs/autorender

Render immediately when incrementally rendering

25 Jun 11:57
Compare
Choose a tag to compare

Set nodeList on the global CanZone

07 May 19:35
Compare
Choose a tag to compare

Set the nodeList on Zone's data

07 May 18:03
Compare
Choose a tag to compare

Fix warning typo

22 Mar 16:07
Compare
Choose a tag to compare

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

02 Jan 13:33
Compare
Choose a tag to compare

Support the done.keepNode symbol

31 Dec 14:02
Compare
Choose a tag to compare

Allow the head to be modified outside of the stache template

19 Dec 21:54
Compare
Choose a tag to compare

This is needed to get portals to work

Make live-reload work when routing is done in the ViewModel

10 Dec 18:01
Compare
Choose a tag to compare

Provides the request property on H2 connections in SSR

13 Nov 19:39
Compare
Choose a tag to compare

Supports autorender-keep comment nodes, to prevent removing IR comments

30 Oct 12:32
Compare
Choose a tag to compare

Incremental rendering adds some placeholder comments, this allowed the convention of <!--autorender-keep some comment--> to prevent them from being removed.