Skip to content

Vaadin Flow Components V14.8.0.alpha1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 16 Nov 09:27
cbb662c

Vaadin Flow Components 14.8.0.alpha1

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 in 14.8.0.alpha1

Changes in vaadin-button-flow

  • Fixes:
    • Disable on click behavior after detach and reattach (#2026). PR:2079.

Changes in vaadin-context-menu-flow

  • New Features:
    • Allow theming individual menu items (#2066). PR:2323

      This change enables theming individual menu bar items, for example to display one item as the primary item. As the menu bar uses the context menu to display submenus, most of the changes are in there. Backported changes for Vaadin 14 from vaadin/web-components#2066. Depends on vaadin/vaadin-menu-bar#140. Part of #880.

Changes in vaadin-date-picker-flow

  • New Features:

    • Add support for custom formats to date picker (CP: 14.8). PR:2002

      Added support for custom date formats to the Flow DatePicker component. The DatePickerI18N class now supports setting a custom date format that will be used for displaying dates and parsing user inputs. Optionally additional parsing formats can be specified to support entering dates in different formats. (cherry picked from commit 1c4ddf8)

  • Fixes:

Changes in vaadin-date-time-picker-flow

  • Fixes:
    • Make DateTimePicker apply initial steps (#2165). PR:2169
    • Prevent duplicate value changed events from DateTimePicker.setValue (#2099). PR:2127. Tickets:1986, 2101

Changes in vaadin-dialog-flow

  • New Features:
    • Add "no-padding" theme variants to dialog (CP: #589). PR:2216

Changes in vaadin-grid-flow

  • Fixes:
    • Select all checkbox is not checked if all boxes are selected from Java code (#2202) (CP: 14.8). PR:2231

Changes in vaadin-grid-pro-flow

  • Fixes:
    • Close custom editor after scrolled out of the view (#2257). PR:2263. Tickets:1020, 2253

      After custom editor was opened and grid was scrolled, the element set could be reattached in different row. This change makes the same check for built-in editors to define whether grid should leave the edit mode or not. Also, the same component could receive multiple focus, what made impossible to scroll as can be seen with more details in #2253. This change checks if the component is already attached to the cell before trying to append it and focus on the component.

Changes in vaadin-menu-bar-flow

  • New Features:

    • Allow theming individual menu items (#2066). PR:2323

      This change enables theming individual menu bar items, for example to display one item as the primary item. As the menu bar uses the context menu to display submenus, most of the changes are in there. Backported changes for Vaadin 14 from vaadin/web-components/#2066. Depends on vaadin/vaadin-menu-bar#140. Part of #880.

  • Fixes:

    • Avoid duplicate click events when clicking a menu button (CP: 14.8). PR:2283

      Backported changes for Vaadin 14 from vaadin/flow-components/#2036. Fixes vaadin/web-components#2315 for Vaadin 14.

Changes in vaadin-time-picker-flow

  • Fixes:
    • Prevent duplicate value changed events from DateTimePicker.setValue (#2099). PR:2127. Tickets:1986, 2101

Compatibility

  • This release use Web Components listed in Vaadin Platform 14.8.0.alpha1
  • Tested with Vaadin Flow version 2.7.4