From 68b80a416cd338e6f06acfe3340c95b046824599 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 29 Dec 2021 19:35:41 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 0f0d67ce..7fd7682b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -879,6 +879,8 @@ Current v8 docs home: https://www.ayanova.com/docs/ BUILD 8.0.0-beta.0.8 CHANGES OF NOTE - Removed maximum limit for AYANOVA_REPORT_RENDERING_TIMEOUT setting (was 15 minutes), kept minimum 1 minute, updated docs +- Report rendering speed up optimization, found a way to that prevent a re-render in the browser that was happening due to style change + previously it appeared that the only option was adding style *after* generated html content but found a way that works to insert it *with* the html content so it prevents a render cycle