github vaadin/flow 2.8.3
Vaadin Flow 2.8.3

latest releases: 24.5.0.beta2, 23.5.5, 24.5.0.alpha20...
21 months ago

Changes since 2.8.2

All changes

Fixes

  • Session resynchronization for embedded webcomponents (#15421)
    Commit · Pull request · Issue

  • Flush all changes for events that triggers event listeners (#14035)
    Commit · Pull request · Issue

  • Collect changes until UI is not dirty (#15517) (#15521)
    Commit · Pull request · Issue

    When UidlWriter collects changes to send to the client, it may happen that UI is still dirty because features may enqueue additional changes. As a side effect, if UI is still dirty after UIDL response is written, a useless PUSH action is performed. This change performs changes collection until the UI is no more dirty.

  • Use es2019 for TS compiler
    Commit · Pull request

    Uses lib for specifying the version to not break the older browsers support (preserve old JS target ).

  • Don't warn about new license checker in production mode
    Commit · Pull request · Issue

    New license checker warning should be printed only on development mode

  • Added HasDynamicTitle checking in parent layouts (#15355)
    Commit · Pull request · Issue

    Checks the navigation targets including parent layouts and takes the page title from the one implementing HasDynamicTitle.

Don't miss a new flow release

NewReleases is sending notifications on new releases.