Skip to content

Vaadin Multiplatform Runtime 2.2.7

Choose a tag to compare

@joheriks joheriks released this 11 Jan 19:20
5584b3b

The Vaadin Multiplatform Runtime (or MPR for short) allows the developer to run applications and components written with a Legacy Framework (Vaadin 7 or Vaadin 8) inside a Vaadin 14 (Flow) applications.

The Multiplatform Runtime is available to all Vaadin customers in the Prime subscription tier.

The complete documentation can be found here

Fixes since the 2.2.6 Release

  • Get path from template to avoid IllegalArgumentException (Issue: #103)
  • Ensure lock unrelease in all conditions (Issue: #104)
  • Add getWrapper method for component reuse and wrap values of WeakHashMap with WeakReference to avoid memory leaks (Issue: #100)
  • No debug window in production mode (Issue: #102)
  • Clear legacy UI upon Flow UI detach (Issue: #106)
  • Delay init if bootstrap not loaded (Issue: #105)