github vaadin/flow 24.4.0.alpha14
Vaadin Flow 24.4.0.alpha14

latest releases: 24.5.0.alpha4, 24.3.12, 24.4.2...
pre-release4 months ago

Changes since 24.4.0.alpha13

All changes

New features

  • Check custom header for dev tools connection verification
    Commit · Pull request

    Allows to specify a custom header name to get the client address that is verfied to allow access to dev tools. In addition, validates all hops in the X-Forwaded-For chain.

  • Move default frontend to src/main and enable frontend fallback
    Commit · Pull request

    Move frontend folder from root to src/main. Enable falling back to the original frontend folder if the new one doesn't exist. Closes #18436

Fixes

  • Gradle frontend folder handling
    Commit · Pull request

    Closes #18859

  • Remove also Flow.tsx and ReactAdapter.tsx on react=false
    Commit · Pull request · Issue

    If Flow doesn't it, these files leave in the generated folder and prevent a project to compile. Have to be done automatically.

  • Remove routes.tsx when React is disabled
    Commit · Pull request · Issue

    When reactEnable=false, TaskGenerateReactFiles removes routes.tsx. If routes.tsx doesn't match the default generated content, then a backup file is created.

  • Unbind previous binding for the same field
    Commit · Pull request · Issues 18826, 18702

    When a field is bound multiple times, the previous bindings are removed from the Binder internal collection, but they are not unboud, leaving listeners attached to the field. This change unbounds previous bindings when the field is bound again.

  • Also scan changed files for routes
    Commit · Pull request

Don't miss a new flow release

NewReleases is sending notifications on new releases.