Skip to content

⬆️ Bump vaadin.version from 25.0.7 to 25.1.0#568

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/vaadin.version-25.1.0
Open

⬆️ Bump vaadin.version from 25.0.7 to 25.1.0#568
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/vaadin.version-25.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2026

Bumps vaadin.version from 25.0.7 to 25.1.0.
Updates com.vaadin:vaadin-bom from 25.0.7 to 25.1.0

Updates com.vaadin:vaadin-maven-plugin from 25.0.7 to 25.1.0

Release notes

Sourced from com.vaadin:vaadin-maven-plugin's releases.

Vaadin 25.1.0

Upgrading · Docs · Get Started

Notable Changes in Vaadin 25.1

1. UI State Management with Signals (Flow)

Vaadin 25.1 introduces Signals to handle UI state in Flow. This enables cleaner code with a single source of truth for each component property.

Versatile Signal Types

Signal instances hold UI state values and automatically track which components need updating when a signal value changes.

  • Local signals: For a view’s or component’s internal state.
  • Shared signals: For sharing state with other users in real time.
  • Computed signals: For deriving values based on other signals.

Signal Bindings

New bindXyz methods are available for all components to automatically update properties based on signal changes. Examples include:

  • Generic features: bindVisible
  • Component-specific properties: bindMin in Date Picker
  • Two-way bindings: bindValue for all input fields

2. New UI Components (Preview)

[!NOTE] These components are preview releases and can be enabled using feature flags.

Slider & RangeSlider

New slider input components for selecting:

  • A single value (Slider)
  • Two values from a range (RangeSlider)

Badge

A new component for displaying statuses and notification indicators. Visual variants include:

  • Icon-only, Number-only, and Dot
  • Multiple color options

AI Integration

New Flow features for integrating AI-powered functionality into Vaadin apps:

  • AIOrchestrator: Manages interactions between UI components and LLMs.
  • LLM Providers: Out-of-the-box implementations for Spring AI and LangChain4j.

Upload Components

New standalone components for flexible file upload UIs:

  • UploadButton
  • UploadDropZone
  • UploadFileList (includes a thumbnail-bar style variant)

3. Aura Theme Enhancements

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `vaadin.version` from 25.0.7 to 25.1.0.

Updates `com.vaadin:vaadin-bom` from 25.0.7 to 25.1.0

Updates `com.vaadin:vaadin-maven-plugin` from 25.0.7 to 25.1.0
- [Release notes](https://github.com/vaadin/platform/releases)
- [Commits](vaadin/platform@25.0.7...25.1.0)

---
updated-dependencies:
- dependency-name: com.vaadin:vaadin-bom
  dependency-version: 25.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-version: 25.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 26, 2026
@github-actions github-actions bot enabled auto-merge March 26, 2026 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant