This commit is contained in:
2021-12-29 19:35:41 +00:00
parent 4fea5b22b7
commit 68b80a416c

View File

@@ -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