Skip to content

Maintenance release for Vaadin 14.6+

Choose a tag to compare

@mshabarov mshabarov released this 09 Aug 06:34
95c3aed

Vaadin Multiplatform Runtime 2.2.3

Fixes in 2.2.3 from 2.2.2

  • Report a possible reason of FW UI absence in RPC handling. (Issue: #80)
  • Unlock after session access.
  • LegacyComponent should handle enabled change. (Issue: #82)
    A LegacyComponent should set the framework component to the correct enabled state if the wrapper state changes due to a parent component being disabled/enabled.
  • Hide tooltip on mouse out event. (Issue: #89)
    Adds a tooltip mouse move handler to the root panel to ensure a tooltip is being hidden properly.