This release introduces the property msteams
to the AdaptiveCard
class definition and an corresponding function width(...)
to interact with it. According to the official documentation, this property can be used in order to allow cards posted to MS teams to occupy the available horizontal space even though it's not an integral part of the general schema of cards. As of now, the property is ignored when set but used with other frameworks. The introduced enum MSTeamsCardWidth
provides two different options, which allow to either set the property to Full
or to None
, which is considered as the default value.
What's Changed
Full Changelog: 0.1.1...0.1.2