Skip to content

Vaadin Flow 8.0.1

Choose a tag to compare

@vaadin-bot vaadin-bot released this 09 Sep 10:03
· 68 commits to 8.0 since this release
f17109a

Vaadin Flow 8.0.1

Changes in Flow from 8.0.0

  • Fixes:

    • Update current UI instance upon locale change (#11725). PR:11784. Ticket:11599

    • Upgrade to lit 2.0.0-rc.4. PR:11779

    • Remove the sw referer filter when adding csrf token. PR:11767

      The service worker referer filter for adding CSRF token to the index HTML page causes a problem that Endpoint doesn't work for Safari on refresh, since Safari never gets a CSRF token as it fetches the index page through the service worker once it has been installed.

  • ⧉ All changes