Adaptive-cards-py

Latest version: v0.2.4

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 10

2020.06

Templating
We are now announcing the GeneralAvailability(GA) release, v1.0.0, of our Templating SDK's for both JS + .NET
1. [Templating SDK support for JS + .NET](https://github.com/microsoft/AdaptiveCards/issues/2448)

Website (adaptivecards.io)
There's a few accessibility bug fixes that we've made for the website in general and the designer in particular. Listing key ones below:
1. [Update default hostconfigs for color contrast](https://github.com/microsoft/AdaptiveCards/pull/4206)
2. [[JS] Express action sets as collections](https://github.com/microsoft/AdaptiveCards/pull/4184)
3. [[JS] Fix aria accessibility for media element](https://github.com/microsoft/AdaptiveCards/pull/4182)
4. [[JS] Add aria-expanded state to showcard action button](https://github.com/microsoft/AdaptiveCards/pull/4157)
5. [[JS] Prevent factsets from presenting as tables for accessibility](https://github.com/microsoft/AdaptiveCards/pull/4124)

Designer
1. [Designer fixes](https://github.com/microsoft/AdaptiveCards/pull/4094)
2. [[Designer] Change icon and error background colors for contrast](https://github.com/microsoft/AdaptiveCards/pull/4207)
3. [[Designer] Add aria attributes to dropdown controls](https://github.com/microsoft/AdaptiveCards/pull/4171)

Renderer

21.09

We are excited to release Adaptive Cards v1.5!

Latest Packages

* :tada:[.NET Templating 1.2.2](https://www.nuget.org/packages/AdaptiveCards.Templating/1.2.2)
* :tada:[XAML Object Model 1.0.0](https://www.nuget.org/packages/AdaptiveCards.ObjectModel.Uwp/1.0.0)
* :tada:[XAML 3.0.0](https://www.nuget.org/packages/AdaptiveCards.Rendering.Uwp/3.0.0)
* :tada:[JavaScript 2.10.0](https://www.npmjs.com/package/adaptivecards/v/2.10.0)
* :tada:[React 1.0.0](https://www.npmjs.com/package/adaptivecards-react/v/1.0.0)
* :tada:[Android 2.8.0](https://search.maven.org/artifact/io.adaptivecards/adaptivecards-android/2.8.0/aar)
* :tada:[iOS 2.8.1](https://cocoapods.org/pods/AdaptiveCards)
* :tada:iOS 2.8.1 SPM Commit Hash: 96076818f


This release contains some highly requested asks from our community as well as improvements to accessibility. One of our most requested features has been support for a Table element and we are happy to support this in Adaptive Cards 1.5!

New Features
1. [RTL](https://github.com/microsoft/AdaptiveCards/blob/main/specs/features/RTL.md)
2. [Input.Text Masking](https://github.com/microsoft/AdaptiveCards/issues/4673)
3. [ActionSet Overflow](https://github.com/microsoft/AdaptiveCards/issues/4715)
4. [Tooltip for Actions](https://github.com/microsoft/AdaptiveCards/issues/4668)
5. [Tables](https://github.com/microsoft/AdaptiveCards/blob/main/specs/features/Tables.md)
6. [Static Filtered ChoiceSet](https://github.com/microsoft/AdaptiveCards/issues/4713)
7. [Action.isEnabled](https://github.com/microsoft/AdaptiveCards/issues/4670)

Bug Fixes

Shared
* https://github.com/microsoft/AdaptiveCards/issues/6393
JS
* https://github.com/microsoft/AdaptiveCards/issues/6398
* https://github.com/microsoft/AdaptiveCards/issues/5863
* https://github.com/microsoft/AdaptiveCards/issues/5837
* https://github.com/microsoft/AdaptiveCards/issues/5666

.NET
* https://github.com/microsoft/AdaptiveCards/issues/5575)
* https://github.com/microsoft/AdaptiveCards/issues/5963

Android
* https://github.com/microsoft/AdaptiveCards/issues/6299
* https://github.com/microsoft/AdaptiveCards/issues/6238

iOS
* https://github.com/microsoft/AdaptiveCards/issues/6365
* https://github.com/microsoft/AdaptiveCards/issues/6222
* https://github.com/microsoft/AdaptiveCards/issues/6220
* https://github.com/microsoft/AdaptiveCards/issues/6219
* https://github.com/microsoft/AdaptiveCards/issues/6219
* https://github.com/microsoft/AdaptiveCards/issues/6149
* https://github.com/microsoft/AdaptiveCards/issues/6083
* https://github.com/microsoft/AdaptiveCards/issues/6082
* https://github.com/microsoft/AdaptiveCards/issues/6025
* https://github.com/microsoft/AdaptiveCards/issues/6025
* https://github.com/microsoft/AdaptiveCards/issues/5650

XAML
* https://github.com/microsoft/AdaptiveCards/issues/5865

Accessibility
* https://github.com/microsoft/AdaptiveCards/issues/6272
* https://github.com/microsoft/AdaptiveCards/issues/6271
* https://github.com/microsoft/AdaptiveCards/issues/6268
* https://github.com/microsoft/AdaptiveCards/issues/6263
* https://github.com/microsoft/AdaptiveCards/issues/6263
* https://github.com/microsoft/AdaptiveCards/issues/6261
* https://github.com/microsoft/AdaptiveCards/issues/6259

Website
* https://github.com/microsoft/AdaptiveCards/issues/6448
* https://github.com/microsoft/AdaptiveCards/issues/6375
* https://github.com/microsoft/AdaptiveCards/issues/6021
* https://github.com/microsoft/AdaptiveCards/issues/5703
* https://github.com/microsoft/AdaptiveCards/issues/5642

Breaking Changes

XAML
* The classes and interfaces under `AdaptiveCards.Rendering.Uwp` which represent the object model of the card, parsing functionality, and all related enums have been moved to the `AdaptiveCards.ObjectModel.Uwp` namespace.
* The following properties have been converted from value types to an `IReference` to those value types:
* `AdaptiveCards.ObjectModel.Uwp.AdaptiveImage.HorizontalAlignment`
* `AdaptiveCards.ObjectModel.Uwp.AdaptiveContainer.VerticalContentAlignment`
* `AdaptiveCards.ObjectModel.Uwp.AdaptiveColumn.VerticalContentAlignment`
* `AdaptiveCards.ObjectModel.Uwp.IAdaptiveTextElement.Size`
* `AdaptiveCards.ObjectModel.Uwp.IAdaptiveTextElement.Weight`
* `AdaptiveCards.ObjectModel.Uwp.IAdaptiveTextElement.Color`
* `AdaptiveCards.ObjectModel.Uwp.IAdaptiveTextElement.IsSubtle`
* `AdaptiveCards.ObjectModel.Uwp.IAdaptiveTextElement.FontType`
* `AdaptiveCards.ObjectModel.Uwp.AdaptiveTextBlock.HorizontalAlignment`
* `AdaptiveCards.ObjectModel.Uwp.AdaptiveRichTextBlock.HorizontalAlignment`
* `AdaptiveCards.Rendering.Uwp.AdaptiveTextConfig` class used to configure fact sets in the host config has been renamed to `AdaptiveCards.Rendering.Uwp.AdaptiveFactSetTextConfig`
* `AdaptiveCards.Rendering.Uwp.AdaptiveRenderContext.AddInlineShowCard` has been removed.
iOS
* `ACRVerticalAlignment` enum name has changed to `ACRVerticalContentAlignment`
* AdaptiveCards framework has a new dependency on FluentUI framework.
* Actions targets such as `ACRAggregateTarget`, `ACRShowCardTarget` and etc will have a new base target `ACRBaseTarget` and it will take the dependency on FluentUI.
* `hasStretchableView` and `hasPaddingView` `properties` are removed from `ACRColumnView`.
* `heightType` `property` is added to `ACRColumnView`.
* `ACRContentHoldingUIScrollView`'s `properties`, `widthConstraintForStretch`, `centerXConstraintForStretch`, `centerYConstraintForStretch` are consolidated to `nonStretchConstraints` and `stretchConstraints`
* `- (void)hideIfSubviewsAreAllHidden` is removed from `ACRContentStackView`
* Gesture recognizer for Action targets are changed from `LongPressureGestureRecognizer` to `TapGestureRecognizer` to differentiate the gesture for tooltip feature.
* min supported iOS version is bumped to iOS12.1 due to FluentUI dependency.
* Umberall header is changed from ACFramework.h to AdaptiveCards.h
* Path to C++ and ObjectiveC++ headers are changed, add the source path in `HeaderSearchPath` in Xcode with recursion `true`.
* $POD_SRC can be used for the C++ and ObjectiveC++ headers.
Android
* CollectionTypeElement has been renamed to `StyledCollectionElement`
* The usage of android.support libraries has been removed in favor of the newer androidx libraries

* com.android.support:appcompat-v7:28.0.0 -> androidx.appcompat:appcompat:1.0.0
* com.android.support.constraint:constraint-layout:1.1.3 -> androidx.constraintlayout:constraintlayout:1.1.3

21.03

Latest Packages

* :tada:[.NET Base Library 2.7.0](https://www.nuget.org/packages/AdaptiveCards/2.7.0)
* :tada:[WPF 2.7.0](https://www.nuget.org/packages/AdaptiveCards.Rendering.Wpf/2.7.0)
* :tada:[WPF XCeed 2.7.0](https://www.nuget.org/packages/AdaptiveCards.Rendering.Wpf.Xceed/2.7.0)
* :tada:[HTML 2.7.0](https://www.nuget.org/packages/AdaptiveCards.Rendering.Html/2.7.0)
* :tada:[UWP 2.7.0](https://www.nuget.org/packages/AdaptiveCards.Rendering.Uwp/2.7.0)
* :tada:[JavaScript 2.9.0](https://www.npmjs.com/package/adaptivecards/v/2.9.0)
* :tada:[Android 2.7.0](https://search.maven.org/artifact/io.adaptivecards/adaptivecards-android/2.7.0/aar)
* :tada:[iOS 2.7.0](https://cocoapods.org/pods/AdaptiveCards)

Smoke Test Notes
* Automated CI/CD on `release/schema-1.4` branch
* Regression tests against:
- [v1.0\scenarios](https://github.com/microsoft/AdaptiveCards/tree/main/samples/v1.0/Scenarios)
- [v1.1\scenarios](https://github.com/microsoft/AdaptiveCards/tree/main/samples/v1.1/Scenarios)
- [v1.2\scenarios](https://github.com/microsoft/AdaptiveCards/tree/main/samples/v1.2/Scenarios)
- [v1.3\scenarios](https://github.com/microsoft/AdaptiveCards/tree/main/samples/v1.3/Scenarios)
- [v1.4\scenarios](https://github.com/microsoft/AdaptiveCards/tree/main/samples/v1.4/Scenarios)
- [v1.4\Tests](https://github.com/microsoft/AdaptiveCards/tree/main/samples/v1.4/Tests)

What's new?

Samples
[Samples] Add validation + Action.Execute test card [45de88e](https://github.com/microsoft/AdaptiveCards/commit/45de88ef2409185b78a38d1d87de77a04ce5fae5)
Schema
[Schema] Update schema with Action.Execute properties 5509

Renderers
Shared
[Shared] 1.4 - Action.Execute 5539

JavaScript
[JS] Add support for Universal Actions 5533

.NET
[.NET] Add support for parsing schema 1.4 features 5531

Android
[Android] Action.Execute support 5551

iOS
[iOS] Action.Execute changes 5549
[iOS] Updated TextView to dynamically compute the intrinsic content size 5560

UWP
[UWP] Add parsing of schema 1.4 changes and Action.Execute support 5554

Known Issues
[.NET][Input Validation] TextBlocks with regex set are treated as required. 5561
[Android][Input Validation] Error message is not cleared 5563
[iOS] [Input Validation] Sample App's content offset for the focusing after input validation failure is not correct 5559

3.0.2

Fixes
* https://github.com/microsoft/AdaptiveCards/issues/8574
* https://github.com/microsoft/AdaptiveCards/pull/8709
* https://github.com/microsoft/AdaptiveCards/issues/8654


mobile-v2.9.0
We are excited to release Adaptive Cards v1.6 for Mobile renderers!

Latest Packages

* :tada:[Android 2.9.0](https://search.maven.org/artifact/io.adaptivecards/adaptivecards-android/2.9.0/aar)
* :tada:[iOS 2.9.0](https://cocoapods.org/pods/AdaptiveCards)

New Features
1. [Dynamic Typeahead](https://github.com/microsoft/AdaptiveCards/blob/dipja/dynamic-type-ahead-doc-android/specs/DesignDiscussions/DynamicTypeAhead.md)

Bug Fixes

Android
* https://github.com/microsoft/AdaptiveCards/pull/8500
* https://github.com/microsoft/AdaptiveCards/pull/8413

iOS
* https://github.com/microsoft/AdaptiveCards/issues/7601
* https://github.com/microsoft/AdaptiveCards/issues/7572


adaptivecards3.0.0.beta.13
Latest Packages

3.0.0beta.13

New Feature
* [JS] Add role property to actions by anna-dingler in https://github.com/microsoft/AdaptiveCards/pull/8336

Fixes
* [Input][RevealOnHover]Fixes for reveal on hover on inputs by baton17 in https://github.com/microsoft/AdaptiveCards/pull/8414


uwp-v3.2.0
Latest Packages

* :tada:[XAML Renderer 3.2.0](https://www.nuget.org/packages/AdaptiveCards.Rendering.Uwp/3.2.0)
* :tada:[XAML Object Model 1.2.0](https://www.nuget.org/packages/AdaptiveCards.ObjectModel.Uwp/1.2.0)

Renderer

New Features

* 🎉 [Beta feature: Role property for actions](https://github.com/microsoft/AdaptiveCards/pull/8337)

Bug Fixes

* https://github.com/microsoft/AdaptiveCards/pull/8221
* https://github.com/microsoft/AdaptiveCards/pull/8231
* https://github.com/microsoft/AdaptiveCards/pull/8232
* https://github.com/microsoft/AdaptiveCards/pull/8236
* https://github.com/microsoft/AdaptiveCards/pull/8235
* https://github.com/microsoft/AdaptiveCards/pull/8352
* https://github.com/microsoft/AdaptiveCards/pull/8233
* https://github.com/microsoft/AdaptiveCards/pull/8234

Object Model

New Features

* 🎉 [Beta feature: Role property for actions](https://github.com/microsoft/AdaptiveCards/pull/8337)



dotnet-templating-23.03
Latest Packages

* :tada:[.NET Templating 1.4.0](https://www.nuget.org/packages/AdaptiveCards.Templating/1.4.0)

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: https://github.com/microsoft/AdaptiveCards/pull/8328

(matches behavior from NodeJS templating engine. see https://github.com/microsoft/AdaptiveCards/pull/7199)

uwp-v3.1.1
Latest Packages

* :tada:[XAML 3.1.1](https://www.nuget.org/packages/AdaptiveCards.Rendering.Uwp/3.1.1)

Bug Fixes

* https://github.com/microsoft/AdaptiveCards/issues/8243

Note

* The corresponding Object Model release is [1.1.0](https://www.nuget.org/packages/AdaptiveCards.ObjectModel.Uwp/1.1.0)

adaptivecards3.0.0.beta.11
Latest Packages

3.0.0beta.11

Fixes
8299 Fixed Carousel Keyboard issue

adaptivecards2.11.2
Latest Packages

Page 3 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.