Skip to content

Vaadin Flow Components V25.1.0-alpha2

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 20 Jan 13:28
· 612 commits to main since this release
300bbb4

Vaadin Flow Components 25.1.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 25.1.0-alpha1

Changes in All Components

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

Changes in vaadin-ai-components-flow

  • New Features:

    • Add ai component interfaces. PR:8457
    • Add packages and llmprovider
    • Add packages and llmprovider. PR:8444
  • Fixes:

    • Fix the packages and vite config file
    • Add missing test dependency
    • Add module to pom
    • Fix the packages and vite config file
    • Add new project to bom

Changes in vaadin-dashboard-flow

  • New Features:
    • Dashboard item remove handler. PR:8360

Changes in vaadin-progress-bar-flow

  • Breaking Changes:
    • Remove validation for ProgressBar.setValue. PR:8483

Changes in vaadin-spreadsheet-flow

  • Fixes:
    • Call numberFormatter from point object. PR:8489. Ticket:8487

      Replace a call of Highcharts.numberFormat with a call to the numberFormatter method present in the charts object. Previous code assumed that the Highcharts object was globally available to work, which is not the case anymore. ---------

Compatibility