Changes since 24.5.0.alpha7
New features
-
Refresh browser using dev-tools connection
Commit · Pull requestUses 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 · IssueProgrammatic 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