Skip to content

Vaadin Flow 24.5.0.alpha10

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 19 Aug 09:43
· 459 commits to main since this release
360e899

Changes since 24.5.0.alpha9

All changes

New features

  • Strongly cache Copilot files
    Commit · Pull request

    Speeds up every reload as there is no need to check if the files have changed

Fixes

  • Use URLClassLoader with ResourceProvider in Maven plugins
    Commit · Pull request · Issue

    ResourceProvider ignored the actual project's resources when using the default ClassLoader. This resulted in loading vaadin-featureflags.properties from the vaadin-dev-bundle jar, even though there is a file in the project.