github vaadin/flow 24.5.0.alpha17
Vaadin Flow 24.5.0.alpha17

latest releases: 24.5.0.alpha20, 24.5.0.alpha19, 2.11.1...
pre-release12 days ago

Changes since 24.5.0.alpha16

All changes

Fixes

  • Prevent Flow navigation for Hilla route
    Commit · Pull request


  • No react module for Vaadin Router
    Commit · Pull request · Issue

    Remove reactOutlet module if we are not running react, but are using Vaadin Router inferred from index.ts

  • Safely handle nested removal of menu routes
    Commit · Pull request

    MenuRegistry.filterClientViews removes inaccessible routes and their child routes. When iterating the list of all routes, a NPE can occur if a child route has already been removed together with its parent route. Add a check that prevents NPE for removed children.

  • Validate layout values
    Commit · Pull request · Issue

    Check Layout annotations for duplicate values. If found throw exception.

  • Prevent NPE when creating init parameters
    Commit · Pull request · Issue

    ServletConfig might contain init parameter with null values. This is however not supported by java Properties class. This change adds a null check and logs offending keys for debugging purpose.

Don't miss a new flow release

NewReleases is sending notifications on new releases.