| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 24.05 WinUI3 _ C++ WinRT Release source code.tar.gz | 2024-05-22 | 28.1 MB | |
| 24.05 WinUI3 _ C++ WinRT Release source code.zip | 2024-05-22 | 31.5 MB | |
| README.md | 2024-05-22 | 1.7 kB | |
| Totals: 3 Items | 59.6 MB | 0 | |
Latest Packages
🎉AdaptiveCards.Rendering.WinUI3 🎉AdaptiveCards.Template
New Features
- Add support for svg xml in the data scheme for images by @sosharm in https://github.com/microsoft/AdaptiveCards/pull/8880
- Support Svg images as background for WinUI3 renderer by @meetikasharma in https://github.com/microsoft/AdaptiveCards/pull/8911
- Added HostData support to C++/WinRT Template by @jwoo-msft in https://github.com/microsoft/AdaptiveCards/pull/8920
Fixes
- [XAML] Fix for exception thrown in
WholeItemsPanelby @paulcam206 in https://github.com/microsoft/AdaptiveCards/pull/8839 - Move
GetColorFromStringaway fromstrtolby @paulcam206 in https://github.com/microsoft/AdaptiveCards/pull/8867 - Set automation name for root AC element in UWP/WinUI3 renderer by @sosharm in https://github.com/microsoft/AdaptiveCards/pull/8875
- Update how svg image file is being read by @sosharm in https://github.com/microsoft/AdaptiveCards/pull/8893
- [UWP/WinUI3] Refactor Image Rendering by @jwoo-msft in https://github.com/microsoft/AdaptiveCards/pull/8896
- Move root container style override so that Margin override is possible by @Apxov in https://github.com/microsoft/AdaptiveCards/pull/8913
- Fixed base64 decoding issue by @jwoo-msft in https://github.com/microsoft/AdaptiveCards/pull/8916
New Contributors
- @Apxov made their first contribution in https://github.com/microsoft/AdaptiveCards/pull/8913
- @meetikasharma made their first contribution in https://github.com/microsoft/AdaptiveCards/pull/8911