github vaadin/flow 23.0.9
Vaadin Flow 23.0.9

latest releases: 24.5.4, 24.6.0.alpha3, 24.3.21...
2 years ago

Changes since 23.0.8

All changes

Fixes

  • Override missing osgi dependency (#13965)
    Commit · Pull request

    Override org.osgi.service:org.osgi.service.prefs dependency because it has an incorrect groupId.

  • Scan Hilla packages by default (#13942)
    Commit · Pull request

    The removes the need to manually specify dev.hilla in the whitelist, something that should be considered an internal detail

  • Update webpack-cli to a latest version (#13954)
    Commit · Pull request

    Update webpack-cli to v4.10.0, since 4.9.2 incompatible with @webpack-cli/serve 1.7.0. (cherry picked from commit 791e8d7)

  • Add missing media-queries and resources for PWA splash screen (#13923)
    Commit · Pull request · Issue

    Missing media-queries and meta resources caused PWA splash screen do not show up on Apple devices.

  • Use KeyMapper by default to generate unique keys (#13883)
    Commit · Pull request

    Delegates to regular KeyMapper whenever the unique key provider is not present and a unique key is needed for a row.

  • Include RouteAliases in RouteNotFoundError message (#13908)
    Commit · Pull request

    When navigating to a non-existent route in dev mode, an error page is displayed with the list of the available routes. However, as noted by @dmitrilc, this list doesn't include routes defined via the @RouteAlias annotation.

Don't miss a new flow release

NewReleases is sending notifications on new releases.