07 May 2026

1. Top Panel

This release introduces a new tag <FixedHeight> inside <TopPanel> that allows to control scrollbar behavior individually for each TVC Category Top Panel. This enhancement provides finer UI control while keeping the existing global setting tvc.core.topPanel.enableFixedHeight fully backward compatible. Previously, scrollbar behavior for top panels was governed only by the global property. While functional, it applied uniformly across all panels, limiting flexibility. With this improvement, the local setting takes precedence whenever defined in a specific panel configuration, giving ability to tailor the UI panel-by-panel.

<TopPanel>
	...
	<FixedHeight>true</FixedHeight>
</TopPanel>
image
Figure 1. Top panel scroll

Refer Top Panel chapter for more details.

2. Workflow

Previously, workflow icons were not supported while in edit mode, which limited the ability to visualize and manage workflows effectively during editing. With this release, workflow icons are now fully supported in edit mode. This enhancement ensures a more consistent and intuitive user experience by allowing users to view workflow icons seamlessly while creating or modifying workflows.

image
Figure 2. Workflow icon in edit mode

3. General

3.1. Moment js upgrade

Moment js has been upgraded from 2.4.0 to 2.30.1

4. Other

In addition, a lot of small improvements and bug fixes have been made as well.