Skip to content

Vaadin Flow 9.0.18

Choose a tag to compare

@vaadin-bot vaadin-bot released this 18 Aug 08:33
· 81 commits to 9.0 since this release
9fe8595

Changes since 9.0.17

All changes

Fixes

  • Support Alpine by detecting OS using /etc/alpine-release (#14300)
    Commit · Pull request · Issue

    musl is Experimental so using the experimental download root

  • Request Desktop Site feature with only MajorVersion (#14322)
    Commit · Pull request

    Request Desktop Site feature is enabled. At this time the version only consists of the major version. part of #13921

  • Fix removal of windows junctions (#14259)
    Commit · Pull request · Issue

    symlink and Windows junction directory contents are not deleted also. Closes #11177