Skip to content

Vaadin Flow Components V14.8.0.beta1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 03 Dec 15:07
10024ff

Vaadin Flow Components 14.8.0.beta1

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

Changes in vaadin-charts-flow

  • Fixes:
    • Prevent HasItem.getItem throwing ClassCastException (#2390). PR:2402. Ticket:1040

      Cherry-pick of: #2390 Changes: - removed HasItemTest.getItemWithNodeSeriesThrowsUnsupportedOperationException - NodeSeries does not exist in 14 - updated JavaDoc for HasItem.getItemId - removed references to NodeSeries, updated example to use TreeSeries (cherry picked from commit 5b6ba06)

Changes in vaadin-combo-box-flow

  • Fixes:

    • Clear input element value when clearing custom value in ComboBox (#2340). PR:2346

      (cherry picked from commit 885128a)

  • Chore:

    • Increase Web-Component version

Changes in vaadin-context-menu-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-date-time-picker-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-grid-flow

  • New Features:

    • Add grid cell focus event (#822). PR:2239

      Extended grid connector to handle the client side cell-focus event, integrated the grid event context and added a CellFocusEvent class and respective listener to Grid.

  • Fixes:

    • Don't raise item-click when focusable header is clicked after item keys are changed. (#2327) (CP: 14.8). PR:2339
    • Add a variable to hold isFocusable function.
    • Change index of scroll to have tests passed

Changes in vaadin-menu-bar-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-text-field-flow

  • New Features:

Changes in vaadin-time-picker-flow

  • Chore:
    • Increase Web-Component version

Compatibility

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