Skip to content

Releases: vaadin/flow-components

Vaadin Flow Components V24.6.0.alpha4

20 Nov 09:57
ff7ce6a
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 24.6.0.alpha4

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.6.0.alpha3

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-button-flow

  • New Features:

    • Implement disable on click for menu item. PR:6815
  • Fixes:

    • Defer setting disabled
    • Check if element is there on disableonclick init and cleanup

Changes in vaadin-context-menu-flow

  • New Features:

    • Implement disable on click for menu item. PR:6815
  • Fixes:

    • Defer setting disabled
    • Check if element is there on disableonclick init and cleanup

Changes in vaadin-dashboard-flow

  • New Features:

    • Add constructor overloads for dashboard widget. PR:6841
    • Add dashboard feature flag. PR:6832
  • Fixes:

    • Make helpers public
    • Make helpers public

Changes in vaadin-date-picker-flow

  • New Features:
    • Add server-side fallback parser. PR:6743

Changes in vaadin-date-time-picker-flow

  • New Features:
    • Add server-side fallback parser. PR:6743

Changes in vaadin-ordered-layout-flow

  • New Features:
    • Add wrap API to HorizontalLayout/VerticalLayout. PR:6839

Changes in vaadin-text-field-flow

  • New Features:
    • Configure min and max rows in text area. PR:6828

      ---------

Changes in vaadin-upload-flow

  • New Features:
    • Implement HasEnabled for Upload. PR:6787

Compatibility

Vaadin Flow Components V24.5.5

18 Nov 11:30
f40b91b
Compare
Choose a tag to compare

Vaadin Flow Components 24.5.5

This is a release of the Java integration for Vaadin Components to be used from the Java server side with Vaadin Flow.

There are no Changes in Flow Components since 24.5.4

Compatibility

  • This release use Web Components listed in Vaadin Platform 24.5.5
  • Tested with Vaadin Flow version 24.5.5

Vaadin Flow Components V24.4.17

18 Nov 09:20
c52531d
Compare
Choose a tag to compare

Vaadin Flow Components 24.4.17

This is a release of the Java integration for Vaadin Components to be used from the Java server side with Vaadin Flow.

There are no Changes in Flow Components since 24.4.16

Compatibility

  • This release use Web Components listed in Vaadin Platform 24.4.17
  • Tested with Vaadin Flow version 24.4.12

Vaadin Flow Components V24.6.0.alpha3

13 Nov 09:38
f5b8518
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 24.6.0.alpha3

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.6.0.alpha2

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-dialog-flow

  • New Features:
    • Add dragged event to Dialog. PR:6784
    • Add position API to Dialog. PR:6782

Changes in vaadin-popover-flow

  • Fixes:
    • Make auto-added Popover work with PreserveOnRefresh. PR:6796

Compatibility

Vaadin Flow Components V24.5.4

11 Nov 08:52
57e6579
Compare
Choose a tag to compare

Vaadin Flow Components 24.5.4

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.3

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-grid-flow

  • Fixes:
    • Do not throw when opening Java records in GridEditor (#6772). PR:6786

Changes in vaadin-popover-flow

  • Fixes:
    • Make auto-added Popover work with PreserveOnRefresh (#6796). PR:6799

Compatibility

  • This release use Web Components listed in Vaadin Platform 24.5.4
  • Tested with Vaadin Flow version 24.5.4

Vaadin Flow Components V24.4.16

11 Nov 08:24
e21dcdd
Compare
Choose a tag to compare

Vaadin Flow Components 24.4.16

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.4.15

Changes in All Components

  • Chore:
    • Increase Web-Component version

Compatibility

  • This release use Web Components listed in Vaadin Platform 24.4.16
  • Tested with Vaadin Flow version 24.4.11

Vaadin Flow Components V23.5.11

18 Nov 09:05
ba3a8f8
Compare
Choose a tag to compare

Vaadin Flow Components 23.5.11

This is a release of the Java integration for Vaadin Components to be used from the Java server side with Vaadin Flow.

There are no Changes in Flow Components since 23.5.10

Compatibility

  • This release use Web Components listed in Vaadin Platform 23.5.11
  • Tested with Vaadin Flow version 23.5.9

Vaadin Flow Components V23.5.10

11 Nov 12:00
ba3a8f8
Compare
Choose a tag to compare

Vaadin Flow Components 23.5.10

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 23.5.9

Changes in All Components

  • Chore:
    • Increase Web-Component version

Compatibility

  • This release use Web Components listed in Vaadin Platform 23.5.10
  • Tested with Vaadin Flow version 23.5.8

Vaadin Flow Components V24.4.15

05 Nov 13:50
57722b3
Compare
Choose a tag to compare

Vaadin Flow Components 24.4.15

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.4.14

Changes in All Components

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

Changes in vaadin-renderer-flow

  • Fixes:
    • Do not require UI to generate property namespace (#6761). PR:6777
    • Access UI through container element in ComponentRenderer (#6759). PR:6763

Compatibility

  • This release use Web Components listed in Vaadin Platform 24.4.15
  • Tested with Vaadin Flow version 24.4.11

Vaadin Flow Components V24.6.0.alpha2

05 Nov 09:11
ab13177
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 24.6.0.alpha2

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

Changes in All Components

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

Changes in vaadin-grid-flow

  • New Features:

    • Conditional selection of grid items. PR:6740
  • Fixes:

    • Do not throw when opening Java records in GridEditor. PR:6772
    • Ignore non-column children when setting column order. PR:6733

Changes in vaadin-login-flow

  • Fixes:
    • Remove default login listener when setting form action. PR:6669

      Setting both login listeners and form action can cause unexpected behaviors because of concurrent processing of form submission processing and login event. For example, if form submission ends in a session ID change and a redirect to a different page, the UIDL request may fail with a session expiration response, causing the Flow client to reload the page and potentially cancel the ongoing redirection. In addition, after from submission, the login event would be sent to a dismissed UI. This change removes the default login listener when setting a form action, and logs a warning when setting both an action and custom login listeners.

Changes in vaadin-renderer-flow

  • Fixes:
    • Do not require UI to generate property namespace. PR:6761
    • Access UI through container element in ComponentRenderer. PR:6759

Compatibility