Skip to content

Vaadin Flow 9.0.1

Choose a tag to compare

@vaadin-bot vaadin-bot released this 08 Dec 12:04
02d46a7

Vaadin Flow 9.0.1

Changes in Flow from 9.0.0

  • New Features:

    • Enable pwa for vite (#12363). PR:12507

      Enable pwa installation for vite. PWA doesn't work in development mode with this feature. Part of #12052

  • Fixes:

    • Add scope to dependencies (#12500). PR:12528. Ticket:12499

      Set all org.apache.maven artifacts to provided scope.

    • Make linking to packages in the file system work (#12424). PR:12517

    • Render only one error page when trying to go to a view without access (#12473). PR:12479

      Before this, an additional error page was rendered below the current error page if an error occured when navigating from the error page (which happens if you click on a view you do not have access to)

    • Remove duplicates when collecting BeforeEnterObservers (#12451). PR:12476. Ticket:12356

    • Do not decode + as space (#12432). PR:12466. Ticket:12354

  • ⧉ All changes