Loading performance improvements
Pre-release
Pre-release
New features
- Improved loading speed of the application:
- All imports done via annotations (
@JavaScript
,@HtmlImport
) are now loaded in parallel, disregarding their order - Initial JS dependencies are now included into the HTML (due to performance reasons)
- All imports done via annotations (
- Allow adding and removing elements during same request
Fixes
- Reuse existing DOM node for re-added back StateNode
- Restore all current instance values after running access tasks
Demos
No changes
Tutorials
No changes
Breaking changes
All imports done via annotations (@JavaScript
, @HtmlImport
and @StyleSheet
) are now imported with no specific order.
This means that HTML imports are now loaded disregarding the JavaScript imports order.
If you want to have a specific import order, please specify it in on of the HTML imports.