github vaadin/flow 23.3.17
Vaadin Flow 23.3.17

latest releases: 23.5.5, 24.5.0.alpha20, 24.5.0.beta1...
13 months ago

Changes since 23.3.16

All changes

Fixes

  • Upgrade pnpm version to latest 8.6.11
    Pull request

  • Reject emails with double dot between domain and tld (#17353)
    Commit · Pull request · Issue

    This changes updates the validation pattern of an email address by invalidating the dot-dot in the domain name. The pattern is now public, in order to reference it in EmaiField and remove duplicate code

  • Prevent adding query string for empty parameters in router link href (#17290)
    Commit · Pull request · Issue

    When an empty query parameters object is given to a RouterLink the computed href contains an empty query string. This change prevents the addition of the query string to the href attribute when query parameters object is empty. It also fixes parsing to return an empty query parameters object for blank string.

  • Handle spring boot relative path for static resource (#17305) (CP: 23.3)
    Commit · Pull request · Issue

    As this is an older JDK and it was the javax namespace back then. ---------

  • Fix unsafe path check for URL decoded path (#17312)
    Commit · Pull request · Issue

    If a path is already URL decoded but contains a percent char, the unsafe path check fails when it tries to decode it again. The thrown IllegalArgumentException can be safely ignored, as it means that the input path is already decoded and can be checked as is.

  • Update jandex-maven-plugin for JDK 21 (#17291)
    Commit · Pull request

Don't miss a new flow release

NewReleases is sending notifications on new releases.