github vaadin/flow 23.1.9
Vaadin Flow 23.1.9

23 months ago

Changes since 23.1.8

All changes

New features

Fixes

  • Cancel previous flush request if new one is forced (#14647)
    Commit · Pull request · Issue

  • Do not use a fixed download root (#14632)
    Commit · Pull request · Issue

    As the default download root might be different depending on the used system we should not use a hardcoded default if user has not given a download root.

  • Fix navigation to secured view with oauth2 without router-ignore (#14523) (CP: 23.1)
    Commit · Pull request · Issue

    This is to fix the problem of navigating to a secured view from a public view before login in while using the OAuth2 external login page. Prior to this, it was needed to set "router-ignore" attribute on the links from public pages to skip vaadin-router and let the spring-security forward the user to the external login page.

  • Redirect to the correct server view also when coming from a non-root URL (#14614)
    Commit · Pull request · Issue

  • Redirect to login page without showing the 404 page (#14576)
    Commit · Pull request · Issue

  • Sort classes by name in ReflectionsClassFinder (#14556) (CP: 23.1)
    Commit · Pull request

  • Added support for custom frontendDirectory in TaskCopyTemplateFiles (#14527) (CP: 23.1)
    Commit · Pull request

  • Add build resource dir to classpath element to scan (#14536)
    Commit · Pull request · Issue

    ClassFinder used for frontend build is missing build resources directory. This change adds it to the list of elements to scan during build.

Don't miss a new flow release

NewReleases is sending notifications on new releases.