github vaadin/flow 24.7.0.alpha8
Vaadin Flow 24.7.0.alpha8

latest releases: 24.6.4, 24.7.0.alpha9, 24.5.12...
pre-release4 days ago

Changes since 24.7.0.alpha7

All changes

New features

Fixes

  • Build service worker without writing it to FS
    Commit · Pull request

  • Support bun 1.2 lock file
    Commit · Pull request

  • Trigger refresh from client on hotswap with PUSH
    Commit · Pull request · Issue

    When PUSH is enabled, Flow Hotswapper uses it to refresh only the affected UIs. However, this can cause issues if Flow views contain code that relies on VaadinRequest thread local, since hotswap refresh start in a background thread. This change defines a client side event listener to trigger the refresh, and uses PUSH only to fires the event.

  • Set viewport-fit=cover to enable CSS env() variables in PWAs
    Commit · Pull request · Issue

    Using env() variables in PWAs requires viewport-fit=cover to be set in the . Without this setting, some parts of such components as app-layout get cut off on iOS devices. Adding viewport-fit follows MDN's documentation about env() variables and helps fix such issues .

Code refactoring

Don't miss a new flow release

NewReleases is sending notifications on new releases.