7.18.0 Platform Release Notes

Version: 7.18.0

TIP  Need a slide show version of the 7.18.0 Release Notes to share with your team? Click here to download one.

Release Schedule

Cohort Staging Release Date UAT Release Date Production Release Date

Early Release

Mar 11, 2025

Mar 25, 2025

Apr 8, 2025

GA

Mar 26, 2025

Apr 9, 2025

Apr 23, 2025

Exception

Apr 10, 2025

Apr 24, 2025

May 8, 2025

Resources

Contents

Release Highlights

UDesigner Dark Mode

UDesigner now offers new color themes to the Unqork platform. After logging into your environment, use the Experience Dark Mode tile in the UDesigner homepage’s Discovery section.

A static image displaying the Experience Dark Mode tile in the Discovery section of the UDesigner homepage.

You can select one of two themes when working on the Unqork platform:

A static image displaying the settings modal to enable Light or Dark Mode.

NOTE  Dark Mode is currently in an experimental state and we are actively improving it. All pages might not display in the Dark Mode theme. Creators can switch between Light and Dark Mode without any impact to their work.

Vega Chart Component

The Vega Chart component creates a graphical display of data sets in an application. In the Module Builder, Creators Also known as Unqork users; anyone who is inside the Unqork platform. configure the Vega Chart component using one or more chart types and data sets. In Express View Express View is how your end-user views you application. Express View also lets you preview your applications to test your configuration and view the styling. This is also the view your end-users will see when interacting with your application. After configuring a module, click Preview in the Module Builder to interact with the module in Express View., the Vega Chart lets end-users visualize the data sets in a meaningful and intuitive way.

Below are some common examples of when to use the Vega Chart component:

  • To display a scatter plot to track the number of sales for each sales agent in your department.

  • To display a pie chart to show the percentages of end-user submissions.

  • To display a bar graph that shows product consumption by demographic.

NOTE  The Vega Chart component is a Vega (2.0) runtime component and is not supported in the Centauri (1.0) runtime.

UDesigner Parity

With this release, UDesigner now supports the following Classic Designer components with a new look and feel:

NOTE  Documentation is currently being updated to match the UDesigner look and feel. Thank you for your patience.

Bulk Data Operations (BDO)

Enhancements

Centauri

Enhancements

Fixes

Classic Designer

Enhancements

Fixes

Module Builder

Enhancements

  • Resource Button (?): Removed the blue Resource (?) button at the bottom of the Unqork platform to promote easy access to the components tray.

UDesigner

Enhancements

  • Component Notes: UDesigner components now offer a new icon at the top of the Settings drawer that Creators can click to add notes on configuration and functionality.

A static image displaying the Comments icon at the top of a component's Settings drawer.

Fixes

  • Application and Module Creation: Fixed an issue where the browser would become unresponsive when trying to create an application or module with a lengthy name, followed by a special character.

  • Application Settings: Fixed an issue when viewing Login, Logout, Header, and Footer modules in the Application Settings modal A modal is a window that appears on top of the content you are currently viewing.. Depending on which page the Creator is on in the application, when viewing the Application Settings, Login, Logout, Header, and Footer modules would sometimes disappear from the modal.

  • Application Versioning: Fixed an issue where validating the uniqueness of a module name was not working for versioned applications.

  • Comments: Fixed an issue when editing a comment in the Module Builder with tagged components. After making edits and saving the module, the tag is removed from the comment.

  • Data Workflow component: Fixed an issue where hovering over an operator’s tooltip displayed the tooltip to the far right of the screen and made it difficult to read.

  • Decisions component: Fixed an issue in UDesigner when a Decisions component is added to a Field Group component. After saving the module and refreshing, the Decisions component becomes hidden in the Module Builder. The only way to view the component is switching to Classic Designer.

  • Module Path: Fixed an issue where adding an invalid character in the module path and saving it would cause it to spin indefinitely and not save.

  • Module Settings: Fixed an issue where canceling out of the Module Settings modal still retained values that were entered in the modal.

  • Snippets: Fixed an issue where adding a snippet to the canvas did not trigger the Save button to change color.

Vega

Enhancements

  • Events: Added Event Scoping to signals. Event Scoping lets Creators Also known as Unqork users; anyone who is inside the Unqork platform. specify the event scopes they want applied to the events they are listening for in their component's signals.

    Available scopes include the following:

    • Self: The configured signal only handles events that originate from the component being edited. For example, when a Button component is configured, it only handles clicks to the button.

    • Child: The configured signal only handles events that originate from the component children being edited. For example, when a Panel component is configured, it only handles clicks on the Panel component’s children. Creators can combine the Child with Self scope to handle clicks on the element and on the children.

      NOTE  Any previously configured signals for events will default to the Self scope. The only exception is for DOM events, like on-click. DOM events default to Self and Child scopes. If you add a new signal for a DOM event, only the Self scope exists. However, a Child scope can be added.

  • Performance: Improved Vega runtime codebase to improve page load speeds and performance.

  • Simple Select component: The component now supports the Operations Builder in it’s Settings drawer.

  • Vega Table component: Added a new operation called Table Set Column Width, which lets Creators set the column widths and flex their behavior.

Fixes

Visual Query Builder

Enhancements