Category
- Release Notes
![]()
ZEOS, Version 24.3.0
Release Date: 31/05/2022
About This Release
Release 24.3.0 brings new functionalities and enhancements to HTML cards and chat UI. It also fixes bugs related to workflows, guardrail, Menu Builder, and notification.
New Features
- New chat UI: You now have a user-friendly UI in chat. You can also control actions in chat by using keywords in workflow. The keywords that are used in workflow are as follows:
- Body- text
- Textarea – (0/1)
- chatBotName –
- menuConf – (json)
- helpBtn – (0/1)
- chatAvatar – (img url)
- textareaPlaceholder – (placeholder msg)
- workflowID – (WF shortcode in static)
- _tdomain – ({viz-domain})
- refCommands – (@ commands)
- hashCommands – (# commands)
- slashCommands – (/ commands)
- timer – (seconds)
- description -(description under chat name)
- userId – (static)
- startupText – (msg)
- attachment – (0/1)
- fullscreen – (0/1)
- helpBtnTooltip – (help button mouse over mag)
- notification – (show chat notification)
.png)
- Smart dropdown in HTML cards: You can now add smart dropdown in HTML cards through HTML codes. You can specify the shortcode of the datalist and the name of the particular field within the source code of your HTML card.
<div> <input type="text" data-column="place" data-smartdl="dl628dda6ab7c1f" placeholder="smart dropdown" class="get-smart-dropdown" /> </div>
.png)
.png)
- Opening dashboard in a new tab: You can now open the dashboard of an app in a new tab using Menu Builder settings. While configuring the Menu Builder, after setting the menu enter “_blank” in the Target field to open the dashboard in a new tab.
.png)
Enhancements
- Custom DNA filter values: You can now filter specific data in all elements using data-dnafilter = ’field/value’ within an HTML card.
Bug Fixes
- Real time issue in shared spreadsheet is fixed.
- The issue with system generated global roles is fixed.
- Temp path folder fix for data included SS is done.
- The issue with workflow loading in Menu Builder is fixed.
- The =(i) operator in SS Insert or Update block is not case sensitive.
- The issue with Custom field date picker (MMM format) in inline edit is now fixed.
- The issue with redirecting URL to LinkedIn is fixed.
- Temp Path is defined in a new file called constants.php
- The issue with guardrail publishing is fixed.
- The issue with a deleted notification being displayed again is fixed.