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
xandyaxis 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 like1803as30m,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.workerautomations,await:form:elements:text:prompts may now usetype: passwordto obscure the input of sensitive information.
Changed
-
[Sheets] In sheets, the column parameter
value_template:now always defaults to the@rawannotation. 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
categoryaxis 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
dataQuerydataset withformat:categoriesand a singleby:grouping.