Skip to content

Vaadin Flow 23.0.0.beta3

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 16 Feb 11:53
· 192 commits to 23.0 since this release
4cfb569

Changes since 23.0.0.beta2

All changes

Notes

Flow - Spring integration sources (previously at https://github.com/vaadin/spring) have been merged into the Flow repository.

Fixes

  • Update jaxb-runtime (#13022)
    Commit · Pull request · Issue

    Update jaxb-runtime to a version compatible with jdk17

  • Push '.' instead of '' when navigating (#12991)
    Commit · Pull request · Issue

    The API for Location::getPath/getPathWithQueryParameters was changed in V15 to return "" instead of "." for the base URL. However, it seems to not have been taken into account that FF / Safari do not navigate to base when passing the empty string for URL to the history methods (and this ticket, which seems to have observed that this workaround was necessary, was closed without action). This commit moves the workaround to its own method in History.