Skip to content

Vaadin Flow 23.1.5

Choose a tag to compare

@vaadin-bot vaadin-bot released this 18 Aug 10:08
· 59 commits to 23.1 since this release
4c22cb1

Changes since 23.1.4

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

  • Add missing general styles to webcomponents shadow dom (#14316)
    Commit · Pull request · Issue

    The document that is generated by WebComponentBootstrapHandler was missing the needed CSS to be added to the shadow dom while using Vite. (cherry picked from commit 16959a9)

  • 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

  • Allow windowResize during modality (#14268)
    Commit · Pull request · Issue

    Allow window resize events when modal component is set.