Skip to content

2.0.6 - Maintenance release

Choose a tag to compare

@mehdi-vaadin mehdi-vaadin released this 02 Aug 13:25

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 IllegalStateException with a message informing about the cause is thrown during deployment time. (#6122)
  • Use Part.getSubmittedFileName instead of Part.getName in StreamReceiverHandler (#6121)
  • Add rewrite HtmlImports step to the V14 migration tool (#6109)
  • Add logic to rewrite StyleSheet annotations 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 JsModule and CssImport annotations to highlight where the files should be located (#6154)
  • Complete list of changes since 2.0.5

See all the changes in Flow 2.0