Skip to content

Vaadin Flow 25.0.0-alpha6

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 23 Jul 06:10
· 123 commits to main since this release
ec7a322

Changes since 25.0.0-alpha5

All changes

Breaking changes

  • Deny access for parent layout with no annotation
    Commit · Pull request · Issue

    For a parent layout class with no access control annotation, the access to routes within this layout are denied.

Fixes

  • Make signal commands JSON serializable
    Commit - Pull request

  • Prevent deletion of css.generated.js files
    Commit · Pull request · Issue

    Prevents frontend compilation failures on hot reload caused by the deletion of css.generated.js and css.generated.d.ts generated files when prepare frontend task is executed.