Changes since 24.5.0.alpha17
New features
-
Add option to not modify readonly files during copy, add logging of time
Commit · Pull request · IssueAllows 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 requestUsing 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.