github vaadin/flow 23.2.10
Vaadin Flow 23.2.10

latest releases: 24.4.4, 24.3.13, 24.5.0.alpha6...
17 months ago

Changes since 23.2.9

All changes

Fixes

  • Prevent flush changes when synchronizing properties (#15583)
    Commit · Pull request · Issue

    DOM events related to property synchronization must not flush changes to avoid wrong execution order of events on server side. For example, an 'has-input-value-changed' event may occur before the actual value of a field has been changed and a flush will trigger listeners with an old value.

  • Interpret a directory import as an import for index.js in the directory (#15005)
    Commit · Pull request · Issue

    This is only used by the theme import rewriter which traverses all imports. It does not actually affect which files are imported

  • Apply variant when using default theme (#15641)
    Commit · Pull request · Issue

    If Theme annotation specifies a variant but not theme name or class, the production build applies the default Lumo theme but without the variant. This change makes the variant work even when theme name or class are not specified.

Don't miss a new flow release

NewReleases is sending notifications on new releases.