Release Notes 2025.10

Version 2025.10.4

FIX: Boolean editor was not centered in grid

We fixed an issue where a checkbox could appear duplicated or shifted when clicked, making it difficult to interact with the original control. The Boolean editor is now correctly centered in the grid.

FIX: Occasional null reference exception in for-each workflow block

Fixed an issue where a NullReferenceException could occasionally occur in the for-each workflow block due to incorrect initialization order of the workflow call and event handler registration. The initialization order was adjusted to prevent accessing a null call reference.