Skip to content

Vaadin Flow 23.1.1

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 14 Jun 08:27
· 106 commits to 23.1 since this release
60ebb8e

Changes since 23.1.0

All changes

Fixes

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

    Update webpack-cli to v4.10.0, since v4.9.2 is not compatible 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.

  • Run postinstall for the project itself when there is a script defined (#13917)
    Commit · Pull request · Issue

  • 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.