Releases: vaadin/flow
Vaadin Flow 23.5.11
Changes since 23.5.10
Fixes
-
Ensure requestEnd clears Vaadin thread locals (#20687)
Commit · Pull requestMakes sure that Vaadin thread locals are cleared even if something fails durung requestEnd execution. It also wraps Vaadin interceptors execution in a try/catch block to ensure all of them are invoked and that potential failures does not affect the continuation of requestEnd method.
Vaadin Flow 24.6.0.rc1
Changes since 24.6.0.beta8
Fixes
-
Fix redirect URL for PUSH with websocket transport (#20666)
Commit · Pull request · Issue -
Appended path on fast navigate (#20673)
Commit · Pull request · IssueWhen navigating in quick succession check that path starts with / as else react wll append to current url.
-
Complete client websocket future on open (#20587)
Commit · Pull request · IssueCompleting the websocket future in onOpen event prevents the connection to hang indefintely when application run on low resources.
-
Wrap UI closing to catch exceptions (#20645)
Commit · Pull request · IssueWhen session destroy is triggered, wraps each UI close/detach to catch exceptions, making sure session destroy listeners are called.
-
Prevent generated pwa icons to be added to manifest (#20639)
Commit · Pull requestGenerated PWA icons are served at runtime by PwaHandler, that also takes care of adding a subset of them to the web manifest for caching. However, the Vite inject-manifest-to-sw plugin adds all generated icons to the manifest with /pwa-icons path prefix making them pre-cached by the browser and potentially breaking pre-defined security rules. This change prevents generated icons to be added to the manifest, preserving the previous behavior.
Vaadin Flow 24.7.0.alpha1
Changes since 24.6.0.beta3
New features
-
Resend payload of reoccuring client request
Commit · Pull requestIf the client request contains the previous id and exactly the same message content respond with the same payload as previously.
Fixes
-
Prevent generated pwa icons to be added to manifest
Commit · Pull requestGenerated PWA icons are served at runtime by PwaHandler, that also takes care of adding a subset of them to the web manifest for caching. However, the Vite inject-manifest-to-sw plugin adds all generated icons to the manifest with /pwa-icons path prefix making them pre-cached by the browser and potentially breaking pre-defined security rules. This change prevents generated icons to be added to the manifest, preserving the previous behavior.
-
Wrap UI closing to catch exceptions
Commit · Pull request · IssueWhen session destroy is triggered, wraps each UI close/detach to catch exceptions, making sure session destroy listeners are called.
-
Service destroy listener exceptions
Commit · Pull requestRelated to #20577
-
Remove timeout for browser websocket connection for Vite
Commit · Pull request -
Enforce plugin-required dependencies and log incompatibilities
Commit · Pull request · IssueThe Flow Maven Plugin uses a class loader that combines project and plugin dependencies to ensure class scanning happens on runtime artifacts. However, plugin execution may fail if the project defines dependency versions incompatible with those used by the plugin. This change enforces the use of plugin-defined versions for certain dependencies not directly used by Flow at runtime. Additionally, it logs potential incompatibilities for other dependencies if the build fails.
-
Remove modal component on route refresh
Commit · Pull request · IssueModal components attached to the UI were not removed or replaced during self-navigation triggered by a route refresh. This change updates navigation handler to ensure modal components are removed and adds a new navigation trigger for route refresh to differentiate programmatic navigations (e.g., forward actions). It also modifies Hotswapper to require a full chain refresh when modal components are present.
-
Add vite-ping subprotocol to Vite websocket proxy
Commit · Pull request · Issue -
Include all component tracker locations
Commit · Pull requestSome filtering was already earlier moved to Copilot and handling everything in the same place is easier
-
Compute unique key for artifact
Commit · Pull requestComputes a unique key for maven artifacts when collecting dependencies for the Flow maven plugin isolated classloader.
-
Prevent hotswap failure if class is not found
Commit · Pull requestReferences #20389
-
Multiple fast navigate calls
Commit · Pull request · Issueand fast
navigate
calls throws exception due to faulty blocker state change. Add test view for manual testing. Test script doesn't fail on double click.
Vaadin Flow 24.6.0.beta8
Changes since 24.6.0.beta7
Fixes
-
Add React Router future flags for flow auto-generated routes file
Commit · Pull request -
Service destroy listener exceptions (#20622)
Commit · Pull requestRelated to #20577
-
Remove timeout for browser websocket connection for Vite (#20611)
Commit · Pull request
Vaadin Flow 24.5.9
Changes since 24.5.8
Fixes
-
Remove timeout for browser websocket connection for Vite (#20611)
Commit · Pull request -
Enforce plugin-required dependencies and log incompatibilities (#20601)
Commit · Pull request · IssueThe Flow Maven Plugin uses a class loader that combines project and plugin dependencies to ensure class scanning happens on runtime artifacts. However, plugin execution may fail if the project defines dependency versions incompatible with those used by the plugin. This change enforces the use of plugin-defined versions for certain dependencies not directly used by Flow at runtime. Additionally, it logs potential incompatibilities for other dependencies if the build fails.
Vaadin Flow 24.6.0.beta7
Changes since 24.6.0.beta6
Fixes
-
Enforce plugin-required dependencies and log incompatibilities (#20601)
Commit · Pull request · IssueThe Flow Maven Plugin uses a class loader that combines project and plugin dependencies to ensure class scanning happens on runtime artifacts. However, plugin execution may fail if the project defines dependency versions incompatible with those used by the plugin. This change enforces the use of plugin-defined versions for certain dependencies not directly used by Flow at runtime. Additionally, it logs potential incompatibilities for other dependencies if the build fails.
Vaadin Flow 24.6.0.beta6
Changes since 24.6.0.beta5
Fixes
-
Remove modal component on route refresh (#20540)
Commit · Pull request · IssueModal components attached to the UI were not removed or replaced during self-navigation triggered by a route refresh. This change updates navigation handler to ensure modal components are removed and adds a new navigation trigger for route refresh to differentiate programmatic navigations (e.g., forward actions). It also modifies Hotswapper to require a full chain refresh when modal components are present.
-
Add vite-ping subprotocol to Vite websocket proxy (#20578)
Commit · Pull request · Issue
Vaadin Flow 24.5.8
Changes since 24.5.7
Fixes
-
Remove modal component on route refresh (#20540)
Commit · Pull request · IssueModal components attached to the UI were not removed or replaced during self-navigation triggered by a route refresh. This change updates navigation handler to ensure modal components are removed and adds a new navigation trigger for route refresh to differentiate programmatic navigations (e.g., forward actions). It also modifies Hotswapper to require a full chain refresh when modal components are present.
-
Include all component tracker locations (#20568)
Commit · Pull requestSome filtering was already earlier moved to Copilot and handling everything in the same place is easier
-
Compute unique key for artifact (#20551)
Commit · Pull requestComputes a unique key for maven artifacts when collecting dependencies for the Flow maven plugin isolated classloader.
-
Prevent hotswap failure if class is not found (#20549)
Commit · Pull requestReferences #20389
Vaadin Flow 24.6.0.beta5
Changes since 24.6.0.beta4
Fixes
-
Include all component tracker locations (#20568)
Commit · Pull requestSome filtering was already earlier moved to Copilot and handling everything in the same place is easier
Vaadin Flow 24.6.0.beta4
Changes since 24.6.0.beta3
Fixes
-
Compute unique key for artifact (#20551)
Commit · Pull requestComputes a unique key for maven artifacts when collecting dependencies for the Flow maven plugin isolated classloader.
-
Prevent hotswap failure if class is not found (#20549)
Commit · Pull requestReferences #20389
-
Multiple fast navigate calls (#20446)
Commit · Pull request · IssueFix issue where a slow connection and fast navigate calls throws exception due to faulty blocker state change.