github vaadin/flow 25.1.0-alpha14
Vaadin Flow 25.1.0-alpha14

pre-release2 hours ago

Changes since 25.1.0-alpha13

All changes

New features

  • Use type-parameter-level nullability for Signal APIs
    Commit · Pull request

    Follow Java's List pattern where nullability flows from the type argument rather than being hardcoded on method signatures. This makes Signal.get() return non-null String while Signal.get() returns AtNullable String. Key changes: - All signal type parameters use bound - Remove explicit AtNullable from public method signatures (get, peek, set, replace, map, computed, etc.)

Don't miss a new flow release

NewReleases is sending notifications on new releases.