github vaadin/flow 2.7.11
Vaadin Flow 2.7.11

latest releases: 24.4.0.beta2, 24.3.10, 24.4.0.beta1...
2 years ago

Changes since 2.7.10

All changes

Breaking changes

  • No double decode query parameters
    Commit · Pull request

    URI.getQuery decodes the entire query string, making it impossible to distinguish & separating parameters from literal values: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8214423'
    Also return a properly encoded query string from QueryParameters.getQueryString. This is a potentially breaking change, as previously these were not encoded before being joined.

Fixes

  • Moved shortucts only initialized once (#12889)
    Commit · Pull request · Issue

    for component delegation so the shortcuts are not added with already initialized actions.

  • Also consider package.json for lock versions (#12915)
    Commit · Pull request · Issue

    Even if we have a vaadin_versions.json we should also take into account versions defined in package.json to be locked for transitive dependencies.

  • Use service already assigned (#12808) (#12835)
    Commit · Pull request · Issue

  • Make URLUtil.encodeURI behave like encodeURI in JavaScript and add encodeURIComponent
    Commit · Pull request

  • Add scope to dependencies (#12500) (#12527)
    Commit · Pull request · Issue

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

  • Do not log conversion error (#12882) (CP: 2.7)
    Commit · Pull request

    No other converter logs a conversion error, which makes sense as you do not want to see all invalid input in your server logs

Don't miss a new flow release

NewReleases is sending notifications on new releases.