Skip to content

Vaadin Flow 24.5.0.alpha8

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 29 Jul 07:56
· 222 commits to main since this release
f81d6bd

Changes since 24.5.0.alpha7

All changes

New features

  • Refresh browser using dev-tools connection
    Commit · Pull request

    Uses the dev-tools websocket connection to refresh the UI when PUSH is not available, instead of forcing a page reload.

Fixes

  • Update browser URL on preserve on refresh navigation
    Commit · Pull request · Issue

    Programmatic self navigation with query parameters on view with preserve on refresh do not update the URL in the browser. This change fixes the regression introduced by #15331, updating push history also for navigation events with trigger REFRESH.

  • Ignore abstract AppShellConfigurators
    Commit · Pull request