2.0.6 - Maintenance release
Vaadin Flow 2.0.6 is a maintenance version with the following notable changes:
Fixes
- Check location's query parameters in addition to the path in server round-trip triggering logic of PopStateHandler (#6148)
- Mark the production mode web-fragment as distributable (#6145)
- m2e: run 'prepare-frontend' on project rebuilt, notify build context (#6125)
- Make generated client-script compatible with JS strict mode (#6124)
- Whether to run in standard (npm) or compatibility (bower) mode must now be set explicitly. If the mode could not be determined, an
IllegalStateExceptionwith a message informing about the cause is thrown during deployment time. (#6122) - Use
Part.getSubmittedFileNameinstead ofPart.getNameinStreamReceiverHandler(#6121) - Add rewrite HtmlImports step to the V14 migration tool (#6109)
- Add logic to rewrite
StyleSheetannotations and improve replacement logic in the V14 migration tool (#6120) - Removes comments from HTML template files during copying in the V14 migration tool (#6119)
- Filter out files and folders which were not initially in the source in the V14 migration tool (#6106)
- Allow the parent of UI element (root node) to be set to null (#6112)
- Do not listen to routing events when the app is run as an exported web component (#6111)
- Fix the name recognition so that we can have an add-on with a local polymer template bundle parser (#6091)
- Fix the Javadocs for
JsModuleandCssImportannotations to highlight where the files should be located (#6154) - Complete list of changes since 2.0.5