github vaadin/flow 23.6.6
Vaadin Flow 23.6.6

latest releases: 25.0.0-alpha17, 24.8.8, 24.9.1...
9 hours ago

Changes since 23.6.5

All changes

Fixes

  • Add try-catch to removing UIs (#22200) (#22323)
    Commit · Pull request

  • Copy all frontend resources from JAR files (#22264)
    Commit · Pull request · Issue

    Frontend resources in JAR files are filtered to only copy a hard-coded set of file types like JS, TS, CSS, etc. Since the resources are collected only from specific folders, the filter is most likely unecessary and also makes it impossible to use fronted frameworks that rely on custom extensions (e.g. Vue). This change removes the file extension filter, allowing all files in META-INF/frontend and META-INF/resources/frontend to be copied in the frontend generated folder.

  • Fix init location computation (#22225)
    Commit · Pull request · Issue

    Flow client computes the initial location to be sent to the server by getting the current location and removing the document base URI part. However, the process performs an URL decode only for the location causing replacement to fail if the web application context path contains URL encodable characters. This change makes sure that both texts are URL decoded before performing the replacement. It also ensure that the regex based on document baseURI is correctly escaped.

  • Support callpod user agent format (#21828)(CP: 23.6)
    Commit · Pull request · Issues 21829, 21546

    (cherry picked from commit d14618f)

Don't miss a new flow release

NewReleases is sending notifications on new releases.