2022.08 Release
Latest Packages
New Features
JS Templating
- #7199
Card author can now supply an additional data object,$host
, to theEvaluationContext
. - #7209
Expose the adaptivecards-templating library version by adding a variable$_acTemplateVersion
that can be accessed in the card payload. - #7437
Template.getLastTemplateExpansionWarnings() will retrieve an array of warnings that have occurred while expanding the template. Callers can use this to confirm that no warnings have been raised during expansion and investigate warnings that did occur.
Breaking Changes
JS Templating
$when
conditions default tofalse
if the given string cannot be evaluated. Errors are no longer raised in this scenario. (#7432)