Skip to content

Vaadin Flow 2.5.0.beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 03 Mar 12:50
· 68 commits to 2.5 since this release

Vaadin Flow 2.5.0.beta1

This is a prerelease of Flow targeted to Vaadin 14.5 which is a long term support release (LTS). Please try it out by getting the latest 14.5 prerelease from https://maven.vaadin.com/vaadin-prereleases/.

Changes in Flow from 2.5.0.alpha2

  • New Features:

    • Add getters for used Unit to HasSize (#9824). PR:10089

      Related to #8533 (comment)

    • Enable fetching browser URL. PR:10024

      Page::fetchCurrentUrl can be used to asynchronously get the current url from the browser. Closes #1897

  • Fixes:

    • Treat "clear all" as permanent initial state. PR:10128. Ticket:10119

    • Write package json for default changes (#10081). PR:10093. Ticket:10032

      Always write the package json after updateDefaultDependencies as even if the dependencies are not updated the defaults may be updated.

    • Make FCR try to attach child on appear (#9783). PR:10056. Ticket:/vaadin/flow-components#437

      This change is to workaround a buggy behavior related with flow-component-renderer and iron-list.

    • Don't throw an exception if servlet class can't be loaded (#8233). PR:10042. Ticket:8149

      (cherry picked from commit 00827e8)

    • Exclude url parameter templates when copying routes for OSGi. PR:10001. Ticket:9973

      Excludes url parameter templates from the application routes, when the these routes are copied from application route registry to OSGi route registry, so as to not duplicate them in the target routes.

All changes since Flow 2.4.