Releases: microsoft/AdaptiveCards
24.05 JS Release
Latest Packages
🎉adaptivecards
🎉adaptivecards-designer
New Feature
Add tooltip for Arabic #8890 by @anna-dingler
[NodeJS] Add grid
ImageSet
style #8845 by @paulcam206
[NodeJS] Add optional overflow menu icon rendering #8847 by @paulcam206
[NodeJS] Add ImageSet
class to enable styling #8838 by @paulcam206
[NodeJS] Update hashing algorithm for webpack #8835 by @paulcam206
Added AdaptiveCards Template WinRT Component #8805 by @jwoo-msft
Fix
[JS renderer] Only add additional labels to the first checkbox in a multi select input #8912 by @anna-dingler
[JS] Remove innerHTML usage from dynamic typeahead #8900 by @anna-dingler
Designer surface a11y updates #8888 by @anna-dingler
[Website][A11y] Update keyboard nav for blog posts #8891 by @anna-dingler
Host old content from messagecardplayground on ac.io #8866 by @paulcam206
Remove tab index from nested inputs #8848 by @anna-dingler
Fix invalid color value #8819 by @enzy
Update action icon role to presentation #8815 by @anna-dingler
Add headingLevel to host config #8814 by @anna-dingler
fixed a11y issue #8760 by @jwoo-msft
[Designer] Fix treeview control accessibility #8757 by @paulcam206
Add missing title
to iframe
in blog post #8754 by @paulcam206
Slight tweak to common blue background/border color for contrast #8748 by @paulcam206
Add missing img alt text in a few spots #8750 by @paulcam206
Switch from textblock to label in Input.Time sample #8751 by @paulcam206
Add hljs-comment
color to fix contrast #8747 by @paulcam206
Remove unnecessary aria-required
property from container element #8746 by @paulcam206
New Contributors
24.05 WinUI3 / C++ WinRT Release
Latest Packages
🎉AdaptiveCards.Rendering.WinUI3
🎉AdaptiveCards.Template
New Features
- Add support for svg xml in the data scheme for images by @sosharm in #8880
- Support Svg images as background for WinUI3 renderer by @meetikasharma in #8911
- Added HostData support to C++/WinRT Template by @jwoo-msft in #8920
Fixes
- [XAML] Fix for exception thrown in
WholeItemsPanel
by @paulcam206 in #8839 - Move
GetColorFromString
away fromstrtol
by @paulcam206 in #8867 - Set automation name for root AC element in UWP/WinUI3 renderer by @sosharm in #8875
- Update how svg image file is being read by @sosharm in #8893
- [UWP/WinUI3] Refactor Image Rendering by @jwoo-msft in #8896
- Move root container style override so that Margin override is possible by @Apxov in #8913
- Fixed base64 decoding issue by @jwoo-msft in #8916
New Contributors
- @Apxov made their first contribution in #8913
- @meetikasharma made their first contribution in #8911
24.02 Release
23.10 JS Renderer Release
AdaptiveCards Mobile Schema 1.6
We are excited to release Adaptive Cards v1.6 for Mobile renderers!
Latest Packages
New Features
Bug Fixes
Android
iOS
23.04 JS Renderer Release
Latest Packages
🎉JS adaptivecards 3.0.0-beta.13
New Feature
- [JS] Add role property to actions by @anna-dingler in #8336
Fixes
23.03 XAML Renderer and Object Model Release
Latest Packages
Renderer
New Features
Bug Fixes
Object Model
New Features
.NET Templating 1.4.0
Latest Packages
New Feature: Host parameters
Applications using the .NET Templating engine can now supply an additional Host
data blob in EvaluationContext
, which is accessible in templates through $host
. This allows applications to provide contextual information to be referenced in generating a card.
PR: #8328
(matches behavior from NodeJS templating engine. see #7199)