2.9.15
Release date: March 2025
New Features and Improvements
We implemented line height and letter spacing functionality for TextLabel. Now, you can set the distance between letters and lines in PX.
Fixes
We fixed an issue with the VTString step for uppercase, which was preventing the execution of subsequent steps.
We corrected the behavior when using a token in cssClass that changes its value dynamically, ensuring it now works properly.
We integrated lightweight event logic for interfaces into the preloading system to prevent gray screen flashes during execution, improving both performance and visual experience.
We fixed an issue in the Delta2 configuration loading that was preventing proper resource traversal in the widget, causing files like model.xml to not be saved. This fix ensures that the frontend can correctly request and display these files.
We resolved a race condition issue when the onload property of the entity was a lightweight lambda and attempted to execute before the entity's view was rendered.
We fixed an issue causing an infinite loop when the api/parameter endpoint was unresponsive.
We corrected an error in Delta2 configuration loading that was preventing the proper identification of parseable attributes, such as OnClick, affecting logic execution and image loading. Now, we ensure a single identification process for attributes, preventing unintended deletions and guaranteeing precise configuration setup.