Skip to content

Vaadin Flow 25.2.3

Latest

Choose a tag to compare

@vaadin-bot vaadin-bot released this 15 Jul 06:41
a0027d2

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