github vaadin/flow 25.2.3
Vaadin Flow 25.2.3

latest release: 24.9.23
2 hours ago

Changes since 25.2.2

All changes

Vite downgraded to 8.0

Flow 25.2.3 reverts the bundled Vite version from 8.1 back to 8.0. The 8.1 update introduced a change in how the underlying bundler processes TypeScript sources shipped by add-ons, which caused some components provided through add-ons (for example those using Lit decorators) to fail to load in the browser. Downgrading to Vite 8.0 restores the previous, working behavior while a complete fix is prepared for an upcoming release. No changes are required in your application. You can follow the progress in #24982

Fixes

  • Downgrade Vite to 8.0 (25.2)
    Commit · Pull request

    Prevents issues with Vite and Typescript decorators. Related to #24982

Don't miss a new flow release

NewReleases is sending notifications on new releases.