Skip to content

Bump vaadin.version from 25.1.8 to 25.2.0#3166

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/vaadin.version-25.2.0
Open

Bump vaadin.version from 25.1.8 to 25.2.0#3166
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/vaadin.version-25.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps vaadin.version from 25.1.8 to 25.2.0.
Updates com.vaadin:vaadin-bom from 25.1.8 to 25.2.0

Updates com.vaadin:vaadin-maven-plugin from 25.1.8 to 25.2.0

Release notes

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

Vaadin 25.2.0-rc1

Upgrading · Docs · Get Started

This is a pre-release for the Vaadin 25.2. We appreciate if you give it a try and report any issues you notice.

Notable Changes in Vaadin 25.2

Flow

Geolocation

New Java API for the browser Geolocation API — useful for "find a store near me", courier tracking, and location-stamped forms. Geolocation.getPosition(...) for one-shot reads, Geolocation.watchPosition(...) for continuous tracking exposed as a signal. Watches auto-stop on detach. Results use sealed types (GeolocationPosition / GeolocationError, plus GeolocationPending for the watcher) so permission-denied, unavailable, and timeout are handled exhaustively. (Live demo)

Clipboard

New Java API for writing text and HTML to the clipboard from a button click or context-menu action. Bind via Clipboard.onClick(component), then .writeText(...), .writeText(field, ...), or .write(ClipboardContent.create().text(...).html(...)). Success/error callbacks available. The per-gesture browser trust requirement is handled for you.


Design System

AI-powered Charts and Grids (Pro)

Preview release. AI-assisted Charts and Grids.

New in existing components

  • Multi-Select Combo Box — collapse all chips into a single overflow chip (setCollapseChips(true)).
  • Combo Box — auto-scroll to and focus the selected item on open (setFocusSelectedItem(true)), plus new scrollToIndex().
  • Menu Bar and Context Menu — items support tooltips; disabled items can show them via a feature flag.
  • Breadcrumbs — new component (Lumo + Aura themes), with overflow collapse.
  • Dashboard — fixed row height support.
  • PopovernoTabFocus to skip the popover in tab order.

Now stable (was Preview)


Copilot

See the Vaadin Copilot documentation.

  • Annotate and comment on views — leave comments on any view, attach components for context, and either act on them or hand them to the built-in AI. Comments are saved in a readable project file for async, AI-assisted workflows.
  • Customizable components palette — add and reorder named sections, collapse or hide unused ones. Setup is remembered per project.
  • More edit-mode polish — redesigned edit-context indicator with sticky header, icon gallery (including menu-item icons), refined alignment and properties panels, compact theme, and new-version notifications.

Testing

... (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.1.8 to 25.2.0.

Updates `com.vaadin:vaadin-bom` from 25.1.8 to 25.2.0

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

---
updated-dependencies:
- dependency-name: com.vaadin:vaadin-bom
  dependency-version: 25.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-version: 25.2.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 Jun 23, 2026
@hawkbit-bot

Copy link
Copy Markdown

Thanks @dependabot[bot] for taking the time to contribute to hawkBit! We really appreciate this. Make yourself comfortable while I'm looking for a committer to help you with your contribution.
Please make sure you read the contribution guide and signed the Eclipse Contributor Agreement (ECA).

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