⁃ True sizing uses canvas.getTextWidth() and heuristics to estimate text height for a lot of use cases. The engine still measures DOM elements for certain use cases, but many use cases have been speed up in order to get the element measurements straight from the first tick
⁃ The engine will now utilise famous’ spec property name hide for renderable who’s size not yet can be determined (for the remainder of the use cases not covered in the above mentioned point)
⁃ To adjust for some deficiencies of Safari and Mozilla with the changes of famous, forced reflow is happening for some use cases
⁃ Bug fix for true sizing calculation
⁃ ArvaRouter slight method refactoring
⁃ Gave the Model the option to use a sub-branch
⁃ Added DataSource.getTimestampSymbol to push a data-synced timestamp
⁃ Fixed DataBoundScrollView race conditions