Skip to content

Vaadin Flow 25.2.0-rc2

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 17 Jun 12:46
· 1 commit to 25.2 since this release
38b2815

Changes since 25.2.0-rc1

All changes

New features

  • Expose page title resolution as public API (#24647) (CP: 25.2)
    Commit · Pull request

    Add Router.resolvePageTitle for resolving the page title of a navigation target without instantiating it, applying the same DynamicPageTitle generator / default PageTitleGenerator / static PageTitle chain used during navigation. The router is the navigation engine that already applies this chain, so it is the natural owner and parallels the existing resolveNavigationTarget methods.

Fixes

  • Read Vaadin version from vaadin-core-internal pom.properties
    Commit · Pull request

    Replace the hardcoded vaadin-core/pom.properties path in Platform.getVaadinVersion() with a constant pointing to vaadin-core-internal/pom.properties. - vaadin-core always depends on vaadin-core-internal, so the version is always available on the classpath.