Changes since 2.8.0
Fixes
-
Stats in development mode
Commit · Pull requestIn development mode the local frontend stat files got left out from the cleaned stats that webpack served
-
Get vaadin version from core
Commit · Pull request · IssueUse vaadin-core-versions instead of vaadin-versions as core-versions is also available when using the full vaadin dependency
-
Fix faulty cleanup of stats.json
Commit · Pull requestso that the needed templates are not dropped.
-
Suppress error handler for upload (#15141)
Commit · Pull request · IssueDo not call the error handler for upload io exceptions. Only inform as streaming failed.
-
Filter chunks to minimize stats.json
Commit · Pull request