# Changelog

{% updates format="full" %}
{% update date="2025-12-19" %}

## Data source editor for the data model in Eximee Designer

{% hint style="info" %}
Eximee Platform version: `4.355.0`
{% endhint %}

In Eximee Designer, we have made it possible to view, add, and edit data sources in the data model. In addition, sources can now be linked directly to fields and objects from the Structure tab.

The new data source editor also works in a convenient two-column layout: the list of sources is on the left, and the details of the selected source are on the right. In it, you can define the key, documentation, parameters, output mapping, and JavaScript code.

We have also expanded the data model editor itself. Adding fields works contextually for the ROOT and individual nodes, and newly added elements appear at the top of the list. We have also introduced key validation and a virtual ROOT tile, which makes it easier to start working with an empty model.

In the application view, there is also an option to create a data model and automatically attach it to the application, without the need to perform manual technical operations.

More information in the documentation: [Data source editor](https://docs.eximee.com/budowanie-aplikacji/model-danych/edycja-modelu-danych#zrodlo-danych)
{% endupdate %}
{% endupdates %}

{% updates format="full" %}
{% update date="2025-12-05" %}

## Exporting the process diagram to a graphic file

{% hint style="info" %}
Eximee Platform version: `4.348.0`
{% endhint %}

In Eximee Designer, the option has appeared to **download a BPMN diagram as an image with one click**.\
It is a quick way to enrich documentation, presentations, or workshop materials — regardless of the stage of the project.

**Analytical applications**

Regardless of the project phase: from initial discussions and shaping the vision to polishing the last details in implementation, a process diagram can significantly improve communication. A graphic with the process can complement formal documentation or support discussion during workshops.

<figure><img src="/files/5740bcee75c621e2db1e85816165eb61b539bae5" alt=""><figcaption><p>BPMN process preview with the option to download the graphic</p></figcaption></figure>

It has long been possible to model processes in Eximee Designer, even at the initial stages of analysis. Now Eximee Designer has a convenient button that allows you to download an image that you can use anywhere.

More information in the documentation: [Exporting the process to an SVG image](https://docs.eximee.com/budowanie-aplikacji/proces-biznesowy/tworzenie-procesu-biznesowego-w-bpmn-2.0#tworzenieimodyfikacjaprocesu-eksportprocesudoobrazusvg)
{% endupdate %}
{% endupdates %}


---

# 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.eximee.com/changelog/changelog-en/readme.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.
