github vaadin/flow 9.0.5
Vaadin Flow 9.0.5

2 years ago

Changes since 9.0.4

All changes

Fixes

  • Handle faulty imports
    Commit · Pull request · Issue

    Do not throw silently for incompatible import paths. Fix comment removal for JS files to accept ' as string.

  • Update node-fetch to 2.6.7 (#12844)
    Commit · Pull request

    Update node-fetch version

  • Check if node_modules exists (#12843)
    Commit · Pull request

    Even if there were seemingly undeletable files we should at the end check if the node_modules folder still exists before throwing an exception.

  • Reliable deletion of node_modules (#12822)
    Commit · Pull request · Issue

    Do not set permissions nor follow symlinks when deleting node_modules.

  • Log exception for closed socket (#12829)
    Commit · Pull request

    Instead of throwing an exception if the client has closed the stream socket, log a message in debug mode. Closes #12646

  • Fix serialization of a recently deserialized session (#12784)
    Commit · Pull request · Issue

  • Use service already assigned (#12808)
    Commit · Pull request · Issue

    Code cleanup

Don't miss a new flow release

NewReleases is sending notifications on new releases.