Skip to content

Vaadin Flow 24.8.0.alpha4

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 01 Apr 06:56
· 1496 commits to main since this release
3b5a359

Changes since 24.8.0.alpha3

All changes

New features

  • Support scanning configuration in maven plugin
    Commit · Pull request · Issue

    Allows to fine tune scanning for frontend resources by defining inclusion and exclusion rules in the flow maven plugin configuration.

Fixes

  • Align npm package order between full and annotation scanners
    Commit · Pull request

    Using HashSet for the AtNpmPackage annotation values results in unreliable order. build-frontend has unexpected alpha5 version picked over before alpha4, whereas prepare-frontend is using alpha4 chosen by FQN sorted class order.