Skip to content

Vaadin Flow Components V24.1.0.alpha1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 23 Mar 10:20
· 1991 commits to main since this release
b973d4e

Vaadin Flow Components 24.1.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 from 24.0.0.beta1

Changes in All Components

  • Chore:
    • Increase Web-Component version
    • Increase Web-Component version

Changes in vaadin-board-flow

  • Fixes:
    • Use non themed imports. PR:4817

      ---------

Changes in vaadin-button-flow

  • New Features:
    • Make Button implement HasAriaLabel. PR:4755

Changes in vaadin-checkbox-flow

  • New Features:
    • Make Checkbox implement HasAriaLabel. PR:4760

Changes in vaadin-context-menu-flow

  • New Features:
    • Make MeuItemBase implement HasAriaLabel. PR:4771

Changes in vaadin-date-picker-flow

  • Fixes:

    • Do not modify reference date in connector. PR:4682

Changes in vaadin-details-flow

  • Fixes:

    • Use property change listener for opened change event. PR:4665

Changes in vaadin-grid-flow

  • Fixes:

    • Make treegrid generate a value for itemHasChildrenPath. PR:4797
    • Update effectiveSize at the end of clear. PR:4657
    • Remove page number alteration workaround from data provider
    • Revert removal of the workaround for subcaches
    • Revert changes in data provider
    • Override loadPage in order to compensate for the different interpretation of page numbers
    • Revert loadPage override and handle selections outside loop
    • Update effective size after clear
    • Add missing assignment
    • Revert the selection change
    • Close open details for cleared items in grid connector. PR:4655

Changes in vaadin-icons-flow

  • Fixes:
    • Use non themed imports. PR:4817

      ---------

Changes in vaadin-list-box-flow

  • New Features:
    • Make ListBox and MultiSelectListBox implement HasAriaLabel. PR:4761

Changes in vaadin-lumo-theme-flow

Changes in vaadin-map-flow

  • New Features:
    • Customize marker label styles. PR:4647

    • Set labels for map markers. PR:4632

    • Drag and drop map features. PR:3460

      ---------

Changes in vaadin-ordered-layout-flow

  • Fixes:
    • Use non themed imports. PR:4817

      ---------

Changes in vaadin-tabs-flow

  • New Features:

    • Make Tab implement HasAriaLabel. PR:4759
  • Fixes:

    • Prevent ClassCastException when calling Tabs#add(Component...). PR:4730

      Also Assert.assertThat is deprecated -> replaced with MatcherAssert.assertThat

    • Fix formatting and get rid of a missing assertion code smell

    • Using more specific name for the test method

Changes in vaadin-text-field-flow

  • Fixes:
    • Do not attempt to clear bad input when value is present. PR:4815

Changes in vaadin-upload-flow

  • Fixes:

    • Listen to file-reject instead of file-rejected. PR:4732
    • Fix event name typo
    • Remove default createTempFile and add parameters for the usages

Changes in vaadin-virtual-list-flow

  • Fixes:
    • Use non themed imports. PR:4817

      ---------

Compatibility