Skip to content

v5.7.0 - Minor Update

Compare
Choose a tag to compare
@Javiani Javiani released this 25 Apr 00:07
· 24 commits to main since this release

Change Log

Performance Improvement

Making Templates smaller by removing child component html content from parent component template by creating "holes" inside the parent component template string.

Since parent component doesn't update child components html, it doesn't need to have child html data saved in memory.

This improvement is very welcome especially for pages that contains application component in the most top level hierarchy.