Skip to content

Vaadin Flow 2.7.19

Choose a tag to compare

@vaadin-bot vaadin-bot released this 18 Aug 09:41
· 24 commits to 2.7 since this release
c9302a7

Changes since 2.7.18

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

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