Skip to content

Vaadin Flow Components V14.11.0.alpha1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 20 Sep 12:12
· 28 commits to 14.11 since this release
93dbadf

Vaadin Flow Components 14.10.2

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

Changes in vaadin-checkbox-flow

  • New Features:
    • Integrate client-side validation into CheckBoxGroup. PR:5278
    • Make field components implement HasValidator interface. PR:5147

Changes in vaadin-combo-box-flow

  • New Features:
    • Integrate client-side validation into ComboBox. PR:5269
    • Make field components implement HasValidator interface. PR:5147

Changes in vaadin-date-picker-flow

  • New Features:
    • Integrate client-side validation into DatePicker. PR:5245
    • Make field components implement HasValidator interface. PR:5147

Changes in vaadin-date-time-picker-flow

  • New Features:
    • Integrate client-side validation into DateTimePicker. PR:5264
    • Make field components implement HasValidator interface. PR:5147

Changes in vaadin-grid-pro-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-radio-button-flow

  • New Features:
    • Integrate client-side validation into RadioButtonGroup. PR:5287
    • Make field components implement HasValidator interface. PR:5147

Changes in vaadin-select-flow

  • New Features:

    • Integrate client-side validation into Select. PR:5290
  • Fixes:

    • Return the item position of an item in Select if it exists (#5369). PR:5435

Changes in vaadin-text-field-flow

  • Breaking Changes:

    • Do not check minlength and pattern when value is an empty string. PR:5302
    • Make setValue emulate real user input and delegate sendKeys calls to the input element. PR:5299
  • New Features:

    • Integrate client-side validation into BigDecimalField. PR:5322
    • Integrate client-side validation into IntegerField. PR:5321
    • Integrate client-side validation into NumberField. PR:5308
    • Integrate client-side validation into EmailField. PR:5307
    • Integrate client-side validation into PasswordField. PR:5306
    • Integrate client-side validation into TextArea. PR:5305
    • Integrate client-side validation into TextField. PR:5291
    • Make field components implement HasValidator interface. PR:5147
  • Fixes:

    • Update setValue to operate on inputElement. PR:5311

Changes in vaadin-time-picker-flow

  • New Features:

    • Integrate client-side validation into TimePicker. PR:5260
    • Make field components implement HasValidator interface. PR:5147
  • Fixes:

    • Add missing feature flag check. PR:5271

Compatibility