Skip to content

Vaadin Flow 9.0.4

Choose a tag to compare

@vaadin-bot vaadin-bot released this 21 Jan 14:54
· 167 commits to 9.0 since this release
64126cc

Changes since 9.0.3

All changes

Fixes

  • Force an older babel version (#12781)
    Commit · Pull request

    This fixes some random build issues where webpack exits with code 139

  • --openssl-legacy-provider also in build-frontend (#12726)
    Commit · Pull request · Issue

    Need to pass --openssl-legacy-provider to make Webpack 4 work with Node 17 in some cases. Now also when invoked as part of build-frontend.

  • Handle non versions in isUserChanged
    Commit · Pull request

    If the version in vaadin or dependenices is not a valid version, but a string like next/latest compare string content to determine if they equal.

  • Remove read-only flag on copy (#12715)
    Commit · Pull request · Issue

    When copying the local frontend files remove any read-only flags from the copies.

  • Use configured push parameter (#12700)
    Commit · Pull request · Issue

    Get the push suspend timout parameter from the configuration as atmosphere doesn't read it from anywhere.

  • Copy source maps for frontend resources (#12701)
    Commit · Pull request