Skip to content

Vaadin Flow Components V23.1.0.beta2

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 17 May 09:05
d90d972

Vaadin Flow Components 23.1.0.beta2

This is a release of the Java integration for Vaadin Components to be used from the Java server side with Vaadin Flow.

Changes in Flow Components from 23.1.0.beta1

Changes in vaadin-details-flow

  • Fixes:
    • Return empty string if no summary text defined (#3172). PR:3173

Changes in vaadin-grid-flow

  • Fixes:
    • Improve performance of AbstractGridMultiSelectionModel#isSelected (#3167). PR:3188

      Query the presence of the ID of the given item in the selected Map instead of iterating over the value set.

Changes in vaadin-notification-flow

  • Fixes:

Changes in vaadin-renderer-flow

  • Fixes:
    • Implement LitRenderer.getValueProviders (#3148). PR:3151

Compatibility