Skip to content

Vaadin Flow Components V24.6.0.alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 17 Oct 09:32
· 28 commits to main since this release
53d36a0

Vaadin Flow Components 24.6.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.5.0.rc1

Changes in vaadin-dashboard-flow

  • New Features:

    • Add dashboard component. PR:6706

    • Add dashboard packages. PR:6548

    • Add dashboard packages

    • Add packages for testbench and integration tests

    • Add title API to dashboard widget. PR:6560

    • Add title for widget

    • Introduce add and remove widget functionality to dashboard. PR:6572

    • Introduce add and remove widget functionality to dashboard

    • Implement max col count feature. PR:6581

    • Implement max col count feature

    • Add getter for maximum column count

      ---------

    • Add dashboard widget colspan support. PR:6591

    • Add dashboard widget colspan support

    • Add max min column width support. PR:6594

    • Add max min column width support

    • Add gap support to dashboard. PR:6596

    • Add min row height support to dashboard. PR:6613

    • Add dashboard sections support. PR:6606

    • Add dashboard sections support

    • Use components to set items on the client side. PR:6610

    • Add content support to dashboard widget. PR:6618

    • Add content related api to dashboard widget

    • Add content related api to dashboard widget

    • Add rowspan support to dashboard widget. PR:6624

    • Add content related api to dashboard widget

    • Add rowspan support to dashboard widget

    • Add header support to dashboard widget. PR:6617

    • Add content related api to dashboard widget

    • Add header support to dashboard widget

    • Support drag drop for dashboard. PR:6633

    • Support drag drop for dashboard

    • Add drag resize support to dashboard. PR:6643

    • Add drag resize support to dashboard

    • Support dashboard item remove using button. PR:6650

    • Support dashboard item remove using button

    • Implement i18n support. PR:6668

    • Implement i18n support

    • Implement item mode changed events. PR:6672

    • Add dense layout support to dashboard. PR:6678

    • Add dense layout support to dashboard

  • Fixes:

    • Correct the inverted module names
    • Add module to root level pom
    • Update polymer legacy adapter version
    • Add missing lines and run formatter
    • Fix compilation error
    • Handle invalid widget index. PR:6584
    • Do not remove widgets on detach
    • Handle the case where drag reorder returns the same items
    • Only update client items when necessary
    • Update pom versions

Changes in vaadin-grid-flow

  • Fixes:
    • Clear client-side selection when changing selection mode. PR:6720
    • Do not trigger data communicator reset when no filters. PR:6712

Changes in vaadin-select-flow

  • Fixes:
    • Allow replacing items with refreshItem. PR:6714

Compatibility