github vaadin/flow 24.8.0.rc1
Vaadin Flow 24.8.0.rc1

latest releases: 24.9.0-beta3, 25.0.0-alpha12, 25.0.0-alpha11...
pre-release3 months ago

Changes since 24.8.0.beta4

All changes

New features

  • Add ElementRequestHandler to Element (#21656)
    Commit · Pull request

    Add possibility to give a ElementRequestHandler as attribute to Element so you can directly use .setAttribute("xyz", downloadHandler) and .setAttribute("xyz", uploadHandler)

  • Add link type control to Anchor (#21649)
    Commit · Pull request

    Add LinkMode to Anchor for selecting if the anchor should be download or inline. handle null mode

Fixes

  • Download sets content-disposition (#21671)
    Commit · Pull request

    Download handlers should set content-disposition: inline when inline has been invoked.

Don't miss a new flow release

NewReleases is sending notifications on new releases.