Skip to content

Vaadin Flow Components V24.8.0.alpha4

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 11 Apr 10:11
· 1108 commits to main since this release
ac43628

Vaadin Flow Components 24.8.0.alpha4

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 24.8.0.alpha3

Changes in All Components

  • Chore:
    • Increase Web-Component version
    • Increase Web-Component version
    • Increase Web-Component version

Changes in vaadin-confirm-dialog-flow

  • Fixes:
    • Preserve overlays opened after forwarding to view. PR:7304
    • Preserve overlays after forwarding to view

Changes in vaadin-context-menu-flow

  • Fixes:
    • Cancel connector init if target is detached in beforeClientResponse. PR:7289

Changes in vaadin-dashboard-flow

  • New Features:
    • Add dashboard root heading level api. PR:7264

Changes in vaadin-dialog-flow

  • Fixes:
    • Preserve overlays opened after forwarding to view. PR:7304
    • Preserve overlays after forwarding to view

Changes in vaadin-grid-flow

  • New Features:

    • Add TreeGridElement#scrollToEnd. PR:7305

      ---------

  • Fixes:

    • Cancel connector init if target is detached in beforeClientResponse. PR:7289

Changes in vaadin-login-flow

  • Fixes:
    • Preserve overlays opened after forwarding to view. PR:7304
    • Preserve overlays after forwarding to view

Changes in vaadin-map-flow

  • New Features:
    • Add support for polygons to Map. PR:7274

      Introduced a new constant OL_GEOMETRY_POLYGON for referencing the polygon geometry type. This ensures consistency and avoids hardcoding string values in the codebase. Introduce the Polygon class for handling polygon geometries, including methods to set, get, and translate coordinates. Add comprehensive test coverage to validate functionality, including edge cases for null or empty inputs. Introduce a utility function convertToGeoJSONCoordinateArray to transform server-side coordinate objects into the GeoJSON coordinate array structure for polygons. This aids in handling polygon data and ensures compatibility with GeoJSON standards. Introduced synchronizePolygon function to handle the synchronization of Polygon geometry. Updated imports and mappings to include Polygon and the new coordinate conversion helper convertToGeoJSONCoordinateArray. This enhances functionality for handling complex geometries within the map. Introduced the PolygonFeature class with methods to define and manage polygon geometries. Added a new integration test page, PolygonFeaturePage, to demonstrate the creation, interaction, and styling of polygon features. This enhances the map component with advanced polygon handling capabilities. ---------

Changes in vaadin-master-detail-layout-flow

  • New Features:
    • Add feature flag check to Master Detail Layout. PR:7285

Changes in vaadin-notification-flow

  • Fixes:
    • Preserve overlays opened after forwarding to view. PR:7304
    • Preserve overlays after forwarding to view

Changes in vaadin-spreadsheet-flow

  • Fixes:
    • Calculate sheet size every time when setting row height

      ---------

Compatibility