Skip to content

Vaadin Flow 24.5.0.alpha18

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 06 Sep 11:00
· 92 commits to main since this release
18761fd

Changes since 24.5.0.alpha17

All changes

New features

  • Add option to not modify readonly files during copy, add logging of time
    Commit · Pull request · Issue

    Allows to skip setting writable flag on copied files by providing the vaadin.frontend.disableWritableFlagCheckOnCopy system property. This may improve performance in certain scenarios with Windows OS.

  • Add download progress listener to FileDownloader
    Commit · Pull request

  • Make proxy reading method public
    Commit · Pull request

Fixes

  • Client navigation for server layout
    Commit · Pull request · Issues 3169, 19895

  • Use instantiator to lookup DAUCustomizer implementation
    Commit · Pull request

    Using instantiator instead of directly calling Lookup allows CDI and Quarkus projects to expose the implementation as a bean instead of registering it as a ServiceLoder component.