Skip to content

Vaadin Flow 6.0.1

Choose a tag to compare

@vaadin-bot vaadin-bot released this 09 Mar 09:13
· 156 commits to 6.0 since this release

Vaadin Flow 6.0.1

Changes in Flow from 6.0.0

  • Fixes:
    • Service worker communicate offline state to client. PR:10007
      Fix a bug that the connection indicator is not visible when starting offline.
    • Set default PWA start_url as "." instead of "". PR:10194. Tickets:10148
      Fix a bug that a PWA cannot be installed.
    • Offline path should be relative to current path not root. PR:10191
      Fix a bug that cannot offline start a custom offline page with non-root context path.
    • Don't clean registry on every new routes set. PR:10176. Ticket:10109
      RouteRegsitry should not be cleaned up every time when new routes are set: there may be interim registry modification which adds routes. Such routes should not be removed but they should stay in the registry.
    • Execute error handling as a last action in message handler. PR:10142. Tickets:9647, 9705