Skip to content

Vaadin Flow 24.5.0.alpha2

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 06 Jun 07:38
· 2169 commits to main since this release
39b0594

Changes since 24.5.0.alpha1

All changes

New features

  • Add raw html table and related components
    Commit · Pull request

  • Flow components as children for ReactAdapterComponent
    Commit · Pull request · Issue

    Add support for having Flow Components as children in a ReactAdapoterComponent

  • Create converters for numeric values from NumberField
    Commit · Pull request · Issue

    This pull request introduces converter classes which converts between Numeric data types. This change addresses the need for such converters as outlined in issue #5134. With the availability of a NumberField in Vaadin, it is essential to have converters that facilitate the use of various number formats with this component.

  • Add ValueContext.getBinder()
    Commit · Pull request

    original authors: @archiecobbs and @mstahv

Fixes