Skip to content

Releases: vaadin/flow-components

Vaadin Flow Components V14.4.9

09 Mar 08:23
dba9f2e
Compare
Choose a tag to compare

Vaadin Flow Components 14.4.9

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 14.4.8

Compatibility

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

Vaadin Flow Components V20.0.0.alpha1

23 Feb 06:36
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 20.0.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 19.0.0.beta4

Changes in vaadin-dialog-flow

  • New Features:
    • Add "no-padding" theme variants to dialog. PR:589

Changes in vaadin-messages-flow

  • New Features:
    • Add MessageInput component. PR:658

      MessageInput is a Java wrapper for the component. It contains a field for writing a message and a button to submit it. The submission can be handled by adding a listener for SubmitEvent. Closes vaadin/vaadin-messages#30

    • Improve time formatting for MessageList. PR:646

      The message timestamps are formatted by using the UI's locale and the browser's timezone. Closes vaadin/vaadin-messages#25

    • Add MessageList component. PR:640

      MessageList is a Java wrapper for the component. It displays a list of chat messages or comments, which can be configured with the setItems method. Besides the message content, each message may display a user avatar and the time of the message. Resolves vaadin/vaadin-messages#10

Compatibility

Vaadin Flow Components V19.0.0.beta4

23 Feb 06:34
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 19.0.0.beta4

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 19.0.0.beta3

Compatibility

Vaadin Flow Components V14.4.8

22 Feb 12:36
08bb0a9
Compare
Choose a tag to compare

Vaadin Flow Components 14.4.8

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

Changes in vaadin-combo-box-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-crud-flow

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

Changes in vaadin-date-picker-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-date-time-picker-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-grid-flow

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

Changes in vaadin-grid-pro-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-login-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-rich-text-editor-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-select-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-text-field-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-time-picker-flow

  • Chore:
    • Increase Web-Component version

Compatibility

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

Vaadin Flow Components V19.0.0.beta3

18 Feb 08:30
e4c5837
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 19.0.0.beta3

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 19.0.0.beta2

Compatibility

  • This release use Web Components listed in Vaadin Platform 19.0.0.beta3
  • Tested with Vaadin Flow version 6.0.0.beta4

Vaadin Flow Components V18.0.6

15 Feb 10:56
Compare
Choose a tag to compare

Vaadin Flow Components 18.0.6

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 18.0.5

Changes in vaadin-crud-flow

  • Fixes:
    • Replace select(null) with deselectAll() (#189). PR:566

Changes in vaadin-grid-flow

  • Fixes:
    • Clear subchildren when refreshing item (#588). PR:599. Ticket:1819

Changes in vaadin-notification-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-text-field-flow

  • Chore:
    • Increase Web-Component version

Compatibility

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

Vaadin Flow Components V19.0.0.beta2

15 Feb 08:40
a321a95
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 19.0.0.beta2

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 19.0.0.beta1

Compatibility

  • This release use Web Components listed in Vaadin Platform 19.0.0.beta2
  • Tested with Vaadin Flow version 6.0.0.beta3

Vaadin Flow Components V19.0.0.beta1

10 Feb 10:45
b734bbf
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 19.0.0.beta1

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

Notable changes in this release

Changes in vaadin-checkbox-flow vaadin-combo-box-flow vaadin-grid-flow vaadin-list-box-flow vaadin-radio-button-flow vaadin-select-flow

  • Breaking Changes:
    • Use data view filter and sorting only to that component. PR:366. Ticket:8655

      In-memory filtering and sorting are now stored directly in component, which gives an opportunity to change it through the data view API for a certain component separately from other components bound to the same data provider.

Changes in PRO components: vaadin-board-flow vaadin-charts-flow vaadin-combo-box-flow vaadin-confirm-dialog-flow vaadin-cookie-consent-flow vaadin-crud-flow vaadin-grid-pro-flow vaadin-rich-text-editor-flow

  • Breaking Changes:
    • Change CVAL3 to CVDL4 for PRO components. PR:511

Changes in vaadin-grid-pro-flow

  • New Features:
    • Add EditOnClick feature. PR:480. Ticket:73

      Add API to enable edit mode to Grid Pro with a single click on the cell.

Compatibility

  • This release use Web Components listed in Vaadin Platform 19.0.0.beta1
  • Tested with Vaadin Flow version 6.0.0.beta2

Vaadin Flow Components V14.5.0.alpha3

08 Feb 13:12
d9811f9
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 14.5.0.alpha3

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

Compatibility

Vaadin Flow Components V14.5.0.alpha2

08 Feb 09:55
d9811f9
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 14.5.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 14.5.0.alpha1

  • no changes since 14.5.0.alpha1

Compatibility