KEMBAR78
Release Vaadin Flow Components V24.9.3 · vaadin/flow-components · GitHub
Skip to content

Vaadin Flow Components V24.9.3

Latest

Choose a tag to compare

@vaadin-bot vaadin-bot released this 17 Oct 06:21
· 3 commits to 24.9 since this release
d194316

Vaadin Flow Components 24.9.3

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.9.2

Changes in vaadin-confirm-dialog-flow

  • Fixes:
    • Auto-attach Popover based on helper annotation (#8110). PR:8132

      Introduces a new internal Java annotation interface to help Popover decide where to attach itself when the component is auto added to the UI. Adds the @ModalComponent annotation to the following components: - Dialog - ConfirmDialog - LoginOverlay When the Popover target's element is inside any of the components above, the component will be placed in the same parent as the target's to allow events to be listened from the Popover content.

Changes in vaadin-dialog-flow

  • Fixes:
    • Auto-attach Popover based on helper annotation (#8110). PR:8132

      Introduces a new internal Java annotation interface to help Popover decide where to attach itself when the component is auto added to the UI. Adds the @ModalComponent annotation to the following components: - Dialog - ConfirmDialog - LoginOverlay When the Popover target's element is inside any of the components above, the component will be placed in the same parent as the target's to allow events to be listened from the Popover content.

Changes in vaadin-login-flow

  • Fixes:
    • Auto-attach Popover based on helper annotation (#8110). PR:8132

      Introduces a new internal Java annotation interface to help Popover decide where to attach itself when the component is auto added to the UI. Adds the @ModalComponent annotation to the following components: - Dialog - ConfirmDialog - LoginOverlay When the Popover target's element is inside any of the components above, the component will be placed in the same parent as the target's to allow events to be listened from the Popover content.

Changes in vaadin-popover-flow

  • Fixes:
    • Mark ModalRoot annotation with @inherited (#8140). PR:8141

      This allows the subclasses of any component using the @ModalRoot annotation to access the annotation, which ensures that the Popover's auto-attach mechanism to work for such subclasses.

    • Auto-attach Popover based on helper annotation (#8110). PR:8132

      Introduces a new internal Java annotation interface to help Popover decide where to attach itself when the component is auto added to the UI. Adds the @ModalComponent annotation to the following components: - Dialog - ConfirmDialog - LoginOverlay When the Popover target's element is inside any of the components above, the component will be placed in the same parent as the target's to allow events to be listened from the Popover content.

Compatibility

  • This release use Web Components listed in Vaadin Platform 24.9.3
  • Tested with Vaadin Flow version 24.9.3