10.3.3
Cerb (10.3.3) is a maintenance update released on November 04, 2022. It includes 9 minor features and fixes from community feedback covering the 10.3 update. You can follow these instructions to upgrade.
Changelog
Added
-
[Chart KATA] Chart KATA widgets can now specify formatters for the
x
andy
axis labels in theaxis:x:tick:format:
option. There are formatters fornumber:
(default),date:
, andduration:
. Theduration:
formatter defines aunit:
(milliseconds, seconds, minutes, hours) and aprecision@int:
to format a number like1803
as30m,3s
. Thenumber:
anddate:
formatters provide apattern:
usingd3.format()
andstrftime()
specifiers respectively. -
[Widgets/Sheets] On dashboards, sheet widgets now support the ‘Export Data’ feature in CSV and JSON formats. [#1623]
-
[Interactions/Worker] In
interaction.worker
automations,await:form:elements:text:
prompts may now usetype: password
to obscure the input of sensitive information.
Changed
-
[Sheets] In sheets, the column parameter
value_template:
now always defaults to the@raw
annotation. This preserves placeholders until each row is evaluated. -
[Worklists/UX] When customizing a worklist, the available ‘Columns:’ fields are now displayed in columns when there are more than 15.
Fixed
-
[Automations/Editor] Fixed an issue in the automation editor where autocompletion was giving suggestions while typing within a commented line.
-
[Automations/Editor] In the automation editor, fixed an issue where autocomplete suggestions weren’t offered when a partially typed new key followed an indented block.
-
[Chart KATA] Fixed an issue in Chart KATA when using a
category
axis and numeric labels (e.g. 2020, 2021, 2022). -
[Chart KATA] In Chart KATA widgets, fixed an issue with ‘click-to-search’ functionality when using a
dataQuery
dataset withformat:categories
and a singleby:
grouping.