Vaadin Flow 25.2.0-rc2
Pre-releaseChanges since 25.2.0-rc1
New features
-
Expose page title resolution as public API (#24647) (CP: 25.2)
Commit · Pull requestAdd 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 requestReplace the hardcoded
vaadin-core/pom.propertiespath inPlatform.getVaadinVersion()with a constant pointing tovaadin-core-internal/pom.properties. -vaadin-corealways depends onvaadin-core-internal, so the version is always available on the classpath.