# 13.27.0

{% hint style="info" %}
**Release date 06-05-2026**
{% endhint %}

## New Features

* **Plugin configuration mapping on import**

  When importing a case definition that references plugin configurations from another environment, Valtimo now shows a preview of the required plugin configurations and allows administrators to map them to existing configurations in the target environment. This prevents broken process links after import and reduces manual configuration effort. Note: this requires the export to be created with Valtimo 13.25.0 or later, as earlier exports do not include the required plugin configuration metadata. See the [import and export section](/features/case.md#import) for more information.

## Enhancements

* **Dependency upgrades for CVE fixes**

  Upgraded Spring Boot and other dependencies to resolve several HIGH-severity CVEs.
* **Task list columns**

  Task list columns can now also display the tags display type.
* **Aligned dependency versions with Spring Boot BOM**

  Updated Hibernate, MySQL driver, and Groovy to match the versions managed by the Spring Boot 3.5.14 BOM.

## Bugfixes

* Fixed BPMN diagram viewer pan and zoom not working on the Case details Progress tab and other diagram views.
* Sorting on document fields with type date, datetime, time, or number is now done numerically/chronologically instead of lexicographically.
* Widget fields and collections now use the configured widget accent color for their borders, and the widget text color is applied to the empty-state message in widget collections.
* When trying to create a new process definition, if that process definition key already exists in that context, an error message will be shown instead of overwriting the existing process definition.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.valtimo.nl/release-notes/13.x.x/13.27.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
