Exolynk v1.1.0
Posted 2025-04-02 08:00:00 ‐ 1 min read
This article shows the details of the release v1.1.0
Following a list of all changes which are included with the v1.1.0 release.
Record Relation Chart
This release enables a new record relation chart component, which provides the possibility to show and navigate all the relations between different records.
With this chart you can easiyl detect if a file record is still used or how integrated a dataset is inside your system. To use the chart, just add the following component to your layout
<relation-chart/>
.
Readonly support in layouter
Within the layouter it's possible to set a readonly
flag for each element. This element defines a readonly view of the data within the underlying elements. This behaves like a read access right for the variable.
New Features:
- Record Relation Chart #586
- Readonly flag within layouter #651
- Added new scripting functions to table settings
- Added installation and system requirements to documentation
Bug Fixes:
- Fixed sql array inputs for custom types #637
- Fixed selected item not displayed in selection #650
- Fixed markdown error messages