Skip to content

Vaadin Flow 24.0.7

Choose a tag to compare

@vaadin-bot vaadin-bot released this 04 May 09:04
· 48 commits to 24.0 since this release
312025c

Changes since 24.0.6

All changes

Fixes

  • Do not downgrade es-version (#16474)
    Commit · Pull request · Issue

  • Theme change should trigger dev bundle build in all cases (#16667) (CP: 24.0)
    Commit · Pull request

    Fixing some cases when theme.json change is not triggering a dev bundle build and so stat.json is not reflecting those changes, covered with unit tests, so will be easier next time (if needed) to check for other specific cases.

  • TaskUpdatePackages should use finder (#16692)
    Commit · Pull request · Issue

    The tasks should use finder for getting resources instead of using a XYZ.class.getClassLoader() as that doesn't contain required content.