Skip to content

Vaadin Flow 23.3.3

Choose a tag to compare

@vaadin-bot vaadin-bot released this 20 Jan 14:35
· 143 commits to 23.3 since this release
1332d64

Changes since 23.3.2

All changes

New features

  • Add API to fetch page direction (#15598)
    Commit · Pull request · Issue

    Add API to fetch the document.dir from browser and pass it to the provided callback.

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.

  • Avoid infinite recursion on imported directories (#15596)
    Commit · Pull request · Issue

  • 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.