Skip to content

Vaadin Flow 2.7.9

Choose a tag to compare

@vaadin-bot vaadin-bot released this 21 Jan 14:57
· 82 commits to 2.7 since this release
45387fb

Changes since 2.7.8

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 (#12733)
    Commit · Pull request

  • Handle non versions in isUserChanged (#12716)
    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.

  • Always use defined node version
    Commit · Pull request

    Use node version and url properties if defined. Force home node also in plugin if set. Part of #12686

  • Pass --host=127.0.0.1 to webpack-dev-server (#12710)
    Commit · Pull request

    Works around connection issue with webpack-dev-server 3.11.0 and Node 17+

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