Skip to main content

Veritran Docs

2.9.16

Release date: March 2025

New Features and Improvements
  • We changed the priority when two styles with the same name exist, one created from Style and the other from Custom. Now, Style takes precedence over Custom.

  • We fixed an issue that occurred only with Delta2, where style concatenation was being incorrectly applied to certain components.

  • We addressed functionality gaps between mobile and web regarding Screen behavior. Now, in the web version, it is possible to specify the visual area where a Screen should be rendered when invoked, aligning with the multi-area structure. This resolves inconsistencies with mobile, where a Screen always occupies the entire screen, improving integration across platforms.

  • We fixed an issue with the endpoint for configured component interfaces, which previously started with /, causing failures in applications hosted on subdomains. The endpoint is now correctly generated to ensure proper functionality in any environment.

  • We corrected an execution issue in lambda functions when the interpreter returned modified arrays that did not exist within the lambda's context. This fix prevents unnecessary errors from being displayed to users, improving performance and logic execution.

Fixes
  • We fixed an issue with external resources being incorrectly parsed as if they were loaded from Studio, preventing them from rendering.

  • We resolved a login issue where an incorrect status message appeared after pressing enter with valid credentials. Now, lambda execution no longer retains errors from previous attempts, ensuring a smoother and uninterrupted authentication flow.