Skip to content

Vaadin Flow 9.0.3

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 11 Jan 15:21
· 178 commits to 9.0 since this release

Changes since 9.0.2

All changes

Fixes

  • Better exception for failing removal
    Commit · Pull request

    Update exception for failing to remove node_modules folder. Closes #12655

  • Check if --openssl-legacy-provider required for Node (#12675)
    Commit · Pull request · Issue

    Check if node -p 'crypto.createHash("md4")' works. If not, pass the --openssl-legacy-provider flag. Workaround for: webpack/webpack#14532

  • Proper handling of href when the anchor is disabled/enabled (#12616)
    Commit · Pull request · Issue

  • Output version string when version parsing fails
    Commit · Pull request

    This should ease debugging of problems like "UnknownVersionException: Unable to detect version of pnpm"