github vaadin/flow 25.2.0-rc2
Vaadin Flow 25.2.0-rc2

pre-release7 hours ago

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.

Don't miss a new flow release

NewReleases is sending notifications on new releases.