ZEOS, Version 34.1.0
Release Date: 04/02/2025

About this release

This release brings enhancements to dashboards, datalists, and HTML cards. It also fixes bugs related to chat, workflow blocks, datalist, and dashboard filters.

Enhancements

1. Integrating external plugins: You can now add external plugins to enhance customization and functionalities inside the dashboard. External plugins can be added from Configure Policies > Style Sheets > External Resources > Add

 

 

 

2. In HTML Cards, data can be passed dynamically to the [no data] section through the init workflow. Inside the dashboard rule block, you can select the action as “Set static variable”, define the variable and value, and then in the HTML card, call the variable to the [no data] section.

3. Datalist spacing improvements

 

Bug Fixes

 

  1. When a workflow with Generic POST block was connected to a background workflow, the background workflow was not triggered. This issue is fixed.
  2. Chat functionalities have been enhanced and RMF has also been implemented. The following code snippets can be added to a datalist field template to modify chat configurations:
    data-chatbox_height=”1800px” ( can change the height of chat window)
    data-chatbox_width=”600px”(can change the width of chat window)
    data-chatbox_title=”Group Title Sample” (can change the title of chat window)
    data-chatbox_description=”Group Title Sample” (can change the description given in chat window)
    data-chatbox_icon=”https://static.vizru.com/gooddoc/app/image/male-user.svg” (can change the icon in the chat window)
    data-chatbox_user_message=”Hi How Are You?” (can add a text message in the text field in the chat window)
    data-chatbox_default_message=”<div><h1>Hello, World!</h1></div>” (this will help to display an HTML card in the chat window)
    data-chatbox_is_history_disabled=”true” ( if true, the history will not be displayed, if false the history will be displayed)
  3. UI and label changes done to Unique Validator block.
  4. Socket timeout code missing issue is fixed.
  5. When a dropdown is used in reflexive, there is a considerable delay before it appears. This issue is fixed.
  6. The “Filtered By” values are not clearly displayed in the Dashboard Filter section. This issue is fixed.
  7. Inside the Form Rule block, when a column was selected as sub-filter, in view mode, the field was shown with a dark shade, as in read-only mode. This issue is fixed.
  8. When static variables were passed to the HTML Card using the [data] and [/data] tags, it was not being shown. This issue is fixed.
  9. Realtime not working in datalist is fixed.
  10. Spacing issue in datalist when there is no data is fixed.