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