Skip to content

Vaadin Flow 24.1.10

Choose a tag to compare

@vaadin-bot vaadin-bot released this 05 Sep 08:38
· 56 commits to 24.1 since this release
43269ec

Changes since 24.1.9

All changes

Fixes

  • ShouldVisit should match package exactly (#17539)
    Commit · Pull request

    The shouldVisit list in frontend dependencies should match the packages exactly and not as a starts with. e.g. com.vaadiner is not a match for com.vaadin Found investigating #17490

  • 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

  • CssBundler should check all groups (#17536)
    Commit · Pull request · Issue

    Add the fourth url group to be checked when going through url strings.

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

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