Skip to content

Releases: vaadin/flow-components

Vaadin Flow Components V20.0.0

01 Jun 18:21
f96e2c1
Compare
Choose a tag to compare

Vaadin Flow Components 20.0.0

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 20.0.0.rc1

Changes in all components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-checkbox-flow

  • Fixes:
    • Disable checkbox after applying value (#994). PR:1712. Ticket:993

Changes in vaadin-grid-flow

  • Fixes:

Compatibility

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

Vaadin Flow Components V20.0.0.rc1

26 May 12:10
ca4d128
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 20.0.0.rc1

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

Changes in all components

  • Chore:
    • Increase Web-Component version

Compatibility

  • This release use Web Components listed in Vaadin Platform 20.0.0.rc1
  • Tested with Vaadin Flow version 7.0.0.rc1

Vaadin Flow Components V20.0.0.beta3

20 May 11:41
4f42f80
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 20.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 20.0.0.beta2

Compatibility

  • This release use Web Components listed in Vaadin Platform 20.0.0.beta3
  • Tested with Vaadin Flow version 7.0.0.beta5

Vaadin Flow Components V20.0.0.beta2

19 May 12:19
4f42f80
Compare
Choose a tag to compare
Pre-release

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

Changes in All Components

  • Fixes:

    • Use bnd-maven-plugin for building OSGi (in behalf of @stbischof)(#896)(#932)(CP 20.0). PR:940.

    • Use bnd-maven-plugin for building OSGi (in behalf of @stbischof). PR:896

    • Bnd export should only export project package

      PR #708 did not adress the fact that bnd exports all classes from the classpath. felix only uses the project sources this could be fixed by explicit name the the exported package bnd caclulates variables like the exported packagename remove build-helper-maven-plugin and maven project.properties rename packages that all demo projects uses the package pattern .demo bnd-plugin exists in demo project but the generates MANIFEST.MF was not used configure maven-jar-plugin that the bnd-generated MANIFEST.MF is used configure bnd to calculate the package and bsn for demo-projects changes on flow-component and demo: use bnd-maven-plugin not felix:maven-bundle-plugin run bnd-maven-plugin with default build profile

    • Use bnd-maven-plugin in pro components. PR:932

  • Chore:

    • Increase Web-Component version

Changes in vaadin-charts-flow

  • Fixes:
    • Change how setSeries converts array to ArrayList. PR:945.

      Because setSeries(...series) uses Arrays.asList to convert from array to List, one cannot call addSeries after calling setSeries(...series) since it throws a UnsupportedOperationException. cherry-pick: #927

Changes in vaadin-grid-flow

Changes in vaadin-select-flow

  • Fixes:
    • Disable client side validation (#973). PR:982

Changes in vaadin-upload-flow

  • Fixes:
    • Prevent NPE with autoUpload=false and multiple files are being uploaded. PR:953.

      cherry-pick: #919

Compatibility

Vaadin Flow Components V21.0.0.alpha2

20 May 10:03
127a239
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 21.0.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 21.0.0.alpha1

Changes in vaadin-messages-flow

  • New Features:
    • Add theme API to MessageListItem. PR:979

      Only with strings at this point, since no theme variants have been implemented so far. This enables developers to apply custom theming per each message in a MessageList. Related issue: vaadin/collaboration-kit#30

Compatibility

Vaadin Flow Components V21.0.0.alpha1

18 May 08:33
88a90b3
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 21.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 21.0.0.alpha1

Changes in all components

  • New Features:
    • Use web components 21.0.0-alpha2, fix tests. PR:978

Changes in vaadin-date-picker-flow

  • Fixes:
    • Set locale in onAttach instead of constructor. PR:167. Ticket:262

Changes in vaadin-grid-flow

  • Warranty Fixes:

    • Prevent IllegalArgumentException with sortable columns. PR:468. Ticket:1969
    • Restore sorting indicators after column order change. PR:876. Ticket:2175
  • New Features:

    • Allow setting the bean type after the Grid has been created. PR:600

    • Flow integration for Grid's cell-focus event. PR:836. Ticket:1536

      feat: Flow integration for Grid's cell-focus event (#822) 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. This reverts commit fb0b803.

  • Fixes:

    • Prevent IllegalArgumentException when sortable columns are removed and recreated

    • Ensure editor closing when page refreshed while using PreserveOnRefresh. PR:865. Ticket:2176

      If Editor is not closed on detach and preserve on refresh is used, the ghost editor will cause an exception.

    • Synchronize column width recalculation with data refresh. PR:846

Changes in vaadin-select-flow

  • Fixes:
    • Disable client side validation. PR:973
    • Disable client validation

Changes in vaadin-upload-flow

  • Fixes:
    • Prevent NPE with autoUpload=false and multiple files are being uploaded. PR:919. Ticket:358

Compatibility

Vaadin Flow Components V19.0.8

19 May 09:26
69923d1
Compare
Choose a tag to compare

Vaadin Flow Components 19.0.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 since 19.0.7

Changes in Vaadin-Select-Flow

  • Fixes:
    • disable client side validation PR:986.

Compatibility

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

Vaadin Flow Components V14.7.0.alpha2

18 May 12:42
291a45e
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 14.7.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.7.0.alpha1

Changes in vaadin-charts-flow

  • Fixes:
    • Change how setSeries converts array to ArrayList (#927). PR:950. Ticket:515

      Because setSeries(...series) uses Arrays.asList to convert from array to List, one cannot call addSeries after calling setSeries(...series) since it throws a UnsupportedOperationException.

Changes in vaadin-grid-flow

  • Fixes:
    • Restore sorting indicators after column order change (#876). PR:924

Changes in vaadin-grid-pro-flow

  • Chore:
    • Increase Web-Component version

Compatibility

Vaadin Flow Components V14.6.1

17 May 08:43
b61f86e
Compare
Choose a tag to compare

Vaadin Flow Components 14.6.1

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

Compatibility

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

Vaadin Flow Components V14.6.0

11 May 10:46
b61f86e
Compare
Choose a tag to compare

Vaadin Flow Components 14.6.0

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

Changes in vaadin-charts-flow

  • Fixes:
    • Change how setSeries converts array to ArrayList (#927) (#950). PR:951. Ticket:515

      Because setSeries(...series) uses Arrays.asList to convert from array to List, one cannot call addSeries after calling setSeries(...series) since it throws a UnsupportedOperationException.

Changes in vaadin-grid-flow

  • Fixes:
    • Restore sorting indicators after column order change (#876). PR:925

Changes in vaadin-grid-pro-flow

  • Chore:
    • Increase Web-Component version

Compatibility

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