This commit is contained in:
2021-12-29 19:53:18 +00:00
parent 68b80a416c
commit ebcc96f6cb

View File

@@ -881,7 +881,8 @@ 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
- Noticed the service dispatch report has a syntax error in it's CSS, there is a comment line with a // for single line comment but this is not valid CSS the only valid CSS comment is a /* */ block on it's own line
It doesn't seem to break anything but I'm not sure if that is always the case better safe than sorry so if you know of any others please fix them up