Latest Packages
* :tada:[JS Templating 2.3.0-beta.0](https://www.npmjs.com/package/adaptivecards-templating/v/2.3.0-beta.0)
New Features
JS Templating
* https://github.com/microsoft/AdaptiveCards/pull/7199
Card author can now supply an additional data object, `$host`, to the `EvaluationContext`.
* https://github.com/microsoft/AdaptiveCards/pull/7209
Expose the adaptivecards-templating library version by adding a variable `$_acTemplateVersion` that can be accessed in the card payload.
* https://github.com/microsoft/AdaptiveCards/pull/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 to `false` if the given string cannot be evaluated. Errors are no longer raised in this scenario. (https://github.com/microsoft/AdaptiveCards/pull/7432)