Skip to content

Vaadin Flow 2.13.6

Choose a tag to compare

@vaadin-bot vaadin-bot released this 09 Jul 07:51
287f80a

Changes since 2.13.5

All changes

New features

  • Validate URL schemes in Anchor, IFrame and Page#open (CP: 2.13)
    Commit · Pull request

    branch 25.1, and also disables the validation by default. The defaults when "safeUrlSchemes" configuration is missing is adjusted, so that URL validation is disabled by default, and all URLs are considered safe. This avoids unexpected behavior changes for existing users of Flow 25.1 and below. The URL scheme validation feature could be enabled with configuration when necessary.

  • Add configurable max request body size (#24866) (CP: 2.13)
    Commit · Pull request

    Add maxRequestBodySize property to limit UIDL/RPC and push request body size (-1 disables); the default is 10 MB; does not affect uploads.