Skip to content

Vaadin Flow 24.0.16

Choose a tag to compare

@vaadin-bot vaadin-bot released this 05 Sep 08:38
· 5 commits to 24.0 since this release
e70381d

Changes since 24.0.15

All changes

Fixes

  • Check for null when handling exception (#17542)
    Commit · Pull request · Issue

    For errors in beforeClientResponse handle cases where any part to the errorHandler is null

  • Update UI if custom errorHandler (#17504)
    Commit · Pull request · Issue

    Enable update of UI for beforeClientResponse execution when a custom ErrorHandler is set.