Skip to content

Vaadin Flow Components V22.0.0.alpha5

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 01 Oct 08:57
d1501ac

Vaadin Flow Components 22.0.0.alpha5

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 22.0.0.alpha4

Changes in vaadin-context-menu-flow

  • New Features:
    • Allow theming individual menu items. PR:2066

      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.

Changes in vaadin-crud-flow

  • New Features:
    • Add API for editor buttons on Crud. PR:2063. Ticket:1112

      Add getters to Save, Cancel and Delete buttons on Crud.

Changes in vaadin-date-picker-flow

  • Fixes:
    • Validate first day of the week. PR:2046

Changes in vaadin-date-time-picker-flow

  • Fixes:
    • Make DateTimePicker apply initial steps. PR:2165

Changes in vaadin-menu-bar-flow

  • New Features:
    • Allow theming individual menu items. PR:2066

      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.

Compatibility