Skip to content

0.1.2

Latest
Compare
Choose a tag to compare
@dennis6p dennis6p released this 22 Nov 17:15
· 1 commit to main since this release
b38dbf6

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

  • Add property for setting full card width in MS Teams by @dennis6p in #27

Full Changelog: 0.1.1...0.1.2