Skip to content

Vaadin Flow Components V23.2.0.beta3

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 26 Aug 08:04
8a6c832

Vaadin Flow Components 23.2.0.beta3

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.2.0.beta2

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-confirm-dialog-flow

  • Fixes:
    • Prevent adding overlay to UI when forwarding happens in beforeEnter. PR:3602

    • Introduce navigation listener registration so that a registration for adding a component to UI can be cancelled

      Introduce after navigation listener registration for programmatic navigation events. Implement changes for ConfirmDialog, Dialog, LoginOverlay, and Notification. Add relevant tests.

    • Remove afterProgrammaticNavigationListenerRegistration if not triggered in before beforeClientResponse

      Remove afterProgrammaticNavigationListenerRegistration if not triggered in before beforeClientResponse for ConfirmDialog, Dialog, LoginOverlay, and Notification.

Changes in vaadin-date-picker-flow

  • Breaking Changes:
    • Put getDefaultValidator implementation behind a feature flag. PR:3597

Changes in vaadin-date-time-picker-flow

  • Breaking Changes:
    • Put getDefaultValidator implementation behind a feature flag. PR:3597

Changes in vaadin-dialog-flow

  • Fixes:
    • Prevent adding overlay to UI when forwarding happens in beforeEnter. PR:3602

    • Introduce navigation listener registration so that a registration for adding a component to UI can be cancelled

      Introduce after navigation listener registration for programmatic navigation events. Implement changes for ConfirmDialog, Dialog, LoginOverlay, and Notification. Add relevant tests.

    • Remove afterProgrammaticNavigationListenerRegistration if not triggered in before beforeClientResponse

      Remove afterProgrammaticNavigationListenerRegistration if not triggered in before beforeClientResponse for ConfirmDialog, Dialog, LoginOverlay, and Notification.

Changes in vaadin-grid-flow

  • New Features:
    • Introduce getSelectedItemIds. PR:3598. Tickets:3246, 3246

      Add a method, usable by subclasses, that provides access to the internal set of selected item ids.

Changes in vaadin-login-flow

  • Fixes:
    • Prevent adding overlay to UI when forwarding happens in beforeEnter. PR:3602

    • Introduce navigation listener registration so that a registration for adding a component to UI can be cancelled

      Introduce after navigation listener registration for programmatic navigation events. Implement changes for ConfirmDialog, Dialog, LoginOverlay, and Notification. Add relevant tests.

    • Remove afterProgrammaticNavigationListenerRegistration if not triggered in before beforeClientResponse

      Remove afterProgrammaticNavigationListenerRegistration if not triggered in before beforeClientResponse for ConfirmDialog, Dialog, LoginOverlay, and Notification.

Changes in vaadin-notification-flow

  • Fixes:
    • Prevent adding overlay to UI when forwarding happens in beforeEnter. PR:3602

    • Introduce navigation listener registration so that a registration for adding a component to UI can be cancelled

      Introduce after navigation listener registration for programmatic navigation events. Implement changes for ConfirmDialog, Dialog, LoginOverlay, and Notification. Add relevant tests.

    • Remove afterProgrammaticNavigationListenerRegistration if not triggered in before beforeClientResponse

      Remove afterProgrammaticNavigationListenerRegistration if not triggered in before beforeClientResponse for ConfirmDialog, Dialog, LoginOverlay, and Notification.

Changes in vaadin-text-field-flow

  • Breaking Changes:
    • Put getDefaultValidator implementation behind a feature flag. PR:3597

Changes in vaadin-time-picker-flow

  • Breaking Changes:
    • Put getDefaultValidator implementation behind a feature flag. PR:3597

Compatibility