github vaadin/flow 0.0.17
Loading performance improvements

latest releases: 24.3.11, 23.5.1, 23.4.1...
pre-release7 years ago

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)
  • 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.

All changes

https://github.com/vaadin/hummingbird/milestone/20?closed=1

Don't miss a new flow release

NewReleases is sending notifications on new releases.