Skip to content

Vaadin Flow 23.2.0.alpha2

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 21 Jul 11:26
c55bdcc

Changes since 23.2.0.alpha1

All changes

New features

  • Remove validation status change listener upon unbind
    Commit · Pull request · Issue

    Listener removal was missing when unbind was happening.

Fixes

  • Let DataCommunicator#flush keep track of which StateTree is supposed to execute its flushRequest
    Commit · Pull request

  • Add empty export to vaadin-featureflags.ts
    Commit · Pull request

  • Always generate themes in frontend 'generated' directory subfolder
    Commit · Pull request · Issue

    Forces generated themes files to be stored in 'generated' folder under frontend directory, instead of using the 'generatedTsFolder' setting. Also fixes relative paths assuming frontend directory to be './frontend', and maven and gradle plugins to clean the 'frontendDirectory/generated' folder.

  • Override connectedCallback in customElements.define
    Commit · Pull request

    This is needed for the override to take effect, at least in Chrome