6.8.81 • Published 10 months ago

@taktikorg/esse-voluptatum-iste v6.8.81

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Adaptive Cards

logo

Adaptive Cards are a new way for developers to exchange content in a common and consistent way. Get started today by putting Adaptive Cards into Microsoft Teams, Outlook Actionable Messages, Cortana Skills, or Windows Timeline -- or render cards inside your own apps by using our SDKs.

Dive in

Install and Build

Adaptive Cards are designed to render anywhere that your users are. The following native platform renderers are under development right now.

PS: Latest Build Status is against main branch.

PlatformLatest ReleaseSourceDocsLatest Build Status
JavaScriptnpm installSourceDocsBuild Status
.NETNuget installSourceDocsBuild status
.NET WPFNuget installSourceDocsBuild status
.NET HTMLNuget installSourceDocsBuild status
Windows UWPNuget installSourceDocsBuild Status
AndroidMaven CentralSourceDocsBuild status
iOSCocoaPodsSourceDocsBuild status
Card Designernpm installSourceDocsBuild Status

Release schedule

We release the Adaptive Cards products on the third week of each month, assuming there are updates. Please see the table below for the most recent and upcoming release dates.

ProductLast Release DateNext Release Date
Website3/18/20244/22/2024
Designer1/31/20237/17/2023
JavaScript Renderer6/23/20237/17/2023
JavaScript Renderer Beta4/9/20237/17/2023
JavaScript Templating9/16/20227/17/2023
XAML Renderer2/2/20243/2/2024
XAML Object Model2/2/20243/2/2024
WinUI 3 Renderer2/2/20243/2/2024
WinUI 3 Object Model2/2/20243/2/2024
C++/WinRT Templating2/2/20243/2/2024
C#/WinRT Templating2/2/20243/2/2024
.NET Renderer12/1/20227/17/2023
.NET Templating3/7/20237/17/2023

Note: These release dates are subject to change based on availability and active development of each product.

Code format

We require the C++ code inside this project to follow the clang-format. If you change them, please make sure your changed files are formatted correctly.

Make sure clang-format version 12.0.0 and above version is used.

IDE integration

ClangFormat describes a set of tools that are built on top of LibFormat. It can support your workflow in a variety of ways including a standalone tool and editor integrations. For details, refer to https://clang.llvm.org/docs/ClangFormat.html

Format with script

Two scripts are provided to help you format files.

  • Windows user only: use FormatSource.ps1. This script use clang-format.exe which is built into Visual Studio by default.

    	Execute below command in the root folder of the project
    
    	```
    	PowerShell.exe -ExecutionPolicy Bypass scripts\FormatSource.ps1 -ModifiedOnly $False
    	```

If it's the first time to run the script, make sure clang-format version 12.0.0 or above in the output. Otherwise you may need to upgrade Visual Studio or use your own clang-format binaries.

[clang-format] Version is:
clang-format version 12.0.0
  • Both Windows and MAC users: Use clang-format npmjs package

    	Execute below command in source/nodejs
    
    	```
    	npm run format
    	``` 

Make sure npm install is run before.

Use Git pre-commit hook

git pre-commit hook is an optional process. When you run git commit, it will automatically do the format check and auto fix the format if error detected.

First make sure clang-format binary is installed in your dev enviroment. Then modify scripts/hooks/pre-commit to make sure clangFormat is point to the correct path. And finally setup the git hook.

Two ways to setup the hook: 1. Copy scripts/hooks/pre-commit to .git/hooks 2. git config --local core.hooksPath scripts/hooks

End User License Agreement for our binary packages

Consumption of the AdaptiveCards binary packages are subject to the Microsoft EULA (End User License Agreement). Please see the relevant terms as listed below:

NOTE: All of the source code, itself, made available in this repo as well as our NPM packages, continue to be governed by the open source MIT license.

Community SDKs

The following SDKs are lovingly maintained by the Adaptive Cards community. Their contributions are sincerely appreciated! 🎉

PlatformInstallRepoMaintainer
ReactNativenpm installGitHubBigThinkCode
Pic2CardGitHubBigThinkCode
Vue.jsnpm installGitHubTim Cadenbach

Contribute

There are many ways to contribute to Adaptive Cards.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Supported Features

FeatureSchema VersionPlatformParsingRendering
Action.OpenUrlv1.0All:white_check_mark::white_check_mark:
Action.ShowCardv1.0All:white_check_mark::white_check_mark:
Action.Submitv1.0All:white_check_mark::white_check_mark:
Columnv1.0All:white_check_mark::white_check_mark:
ColumnSetv1.0All:white_check_mark::white_check_mark:
Containerv1.0All:white_check_mark::white_check_mark:
Factv1.0All:white_check_mark::white_check_mark:
FactSetv1.0All:white_check_mark::white_check_mark:
Imagev1.0All:white_check_mark::white_check_mark:
ImageSetv1.0All:white_check_mark::white_check_mark:
Input.ChoiceSetv1.0All:white_check_mark::white_check_mark:
Input.Datev1.0All:white_check_mark::white_check_mark:
Input.Numberv1.0All:white_check_mark::white_check_mark:
Input.Textv1.0All:white_check_mark::white_check_mark:
Input.Timev1.0All:white_check_mark::white_check_mark:
Input.Togglev1.0All:white_check_mark::white_check_mark:
SelectActionv1.0All:white_check_mark::white_check_mark:
TextBlockv1.0All:white_check_mark::white_check_mark:
Explicit Image Dimensionv1.1All:white_check_mark::white_check_mark:
Background Colorv1.1All:white_check_mark::white_check_mark:
Vertical Content Alignmentv1.1All:white_check_mark::white_check_mark:
Action Iconv1.1All:white_check_mark::white_check_mark:
Action Stylev1.2All:white_check_mark::white_check_mark:
Toggle Visibilityv1.2All:white_check_mark::white_check_mark:
ActionSetv1.2All:white_check_mark::white_check_mark:
Fallbackv1.2All:white_check_mark::white_check_mark:
Container BackgroundImagev1.2All:white_check_mark::white_check_mark:
Container MinHeightv1.2All:white_check_mark::white_check_mark:
Container Bleedv1.2All:white_check_mark::white_check_mark:
Container Stylev1.2All:white_check_mark::white_check_mark:
Image Data Uriv1.2All:white_check_mark::white_check_mark:
Action Icon Data Uriv1.2All:white_check_mark::white_check_mark:
Input.Text Inline Actionv1.2All:white_check_mark::white_check_mark:
TextBlock FontTypev1.2All:white_check_mark::white_check_mark:
RichTextBlockv1.2All:white_check_mark::white_check_mark:
Input Labelv1.3All:white_check_mark::white_check_mark:
Input ErrorMessagev1.3All:white_check_mark::white_check_mark:
AssociatedInputsv1.3All:white_check_mark::white_check_mark:
RichTextBlock UnderLinev1.3All:white_check_mark::white_check_mark:
Action.Refreshv1.4All:white_check_mark::white_check_mark:
AdaptiveCard Authenticationv1.4All:white_check_mark::white_check_mark:
Action.Executev1.4All:white_check_mark::white_check_mark:
Action IsEnabledv1.5JS:white_check_mark::white_check_mark:
Action IsEnabledv1.5iOS:white_check_mark::white_check_mark:
Action IsEnabledv1.5Android:white_check_mark::white_check_mark:
Action IsEnabledv1.5XAML:white_check_mark::white_check_mark:
Action IsEnabledv1.5.NET:white_check_mark::x:
Action Modev1.5JS:white_check_mark::white_check_mark:
Action Modev1.5iOS:white_check_mark::white_check_mark:
Action Modev1.5Android:white_check_mark::white_check_mark:
Action Modev1.5XAML:white_check_mark::white_check_mark:
Action Modev1.5.NET:white_check_mark::x:
Action/SelectAction ToolTipv1.5JS:white_check_mark::white_check_mark:
Action/SelectAction ToolTipv1.5iOS:white_check_mark::white_check_mark:
Action/SelectAction ToolTipv1.5Android:white_check_mark::white_check_mark:
Action/SelectAction ToolTipv1.5XAML:white_check_mark::white_check_mark:
Action/SelectAction ToolTipv1.5.NET:white_check_mark::x:
Input.ChoiceSet Filtered Stylev1.5JS:white_check_mark::white_check_mark:
Input.ChoiceSet Filtered Stylev1.5iOS:white_check_mark::white_check_mark:
Input.ChoiceSet Filtered Stylev1.5Android:white_check_mark::white_check_mark:
Input.ChoiceSet Filtered Stylev1.5XAML:white_check_mark::white_check_mark:
Input.ChoiceSet Filtered Stylev1.5.NET:white_check_mark::x:
Input.Text Password Stylev1.5JS:white_check_mark::white_check_mark:
Input.Text Password Stylev1.5iOS:white_check_mark::white_check_mark:
Input.Text Password Stylev1.5Android:white_check_mark::white_check_mark:
Input.Text Password Stylev1.5XAML:white_check_mark::white_check_mark:
Input.Text Password Stylev1.5.NET:white_check_mark::x:
TextBlock Heading Stylev1.5JS:white_check_mark::white_check_mark:
TextBlock Heading Stylev1.5iOS:white_check_mark::white_check_mark:
TextBlock Heading Stylev1.5Android:white_check_mark::white_check_mark:
TextBlock Heading Stylev1.5XAML:white_check_mark::white_check_mark:
TextBlock Heading Stylev1.5.NET:white_check_mark::x:
RTLv1.5JS:white_check_mark::white_check_mark:
RTLv1.5iOS:white_check_mark::white_check_mark:
RTLv1.5Android:white_check_mark::white_check_mark:
RTLv1.5XAML:white_check_mark::white_check_mark:
RTLv1.5.NET:white_check_mark::x:
Tablev1.5JS:white_check_mark::white_check_mark:
Tablev1.5iOS:white_check_mark::white_check_mark:
Tablev1.5Android:white_check_mark::white_check_mark:
Tablev1.5XAML:white_check_mark::white_check_mark:
Tablev1.5.NET:white_check_mark::x:
Carouselv1.6JS:white_check_mark::white_check_mark:
Carouselv1.6iOS:x::x:
Carouselv1.6Android:x::x:
Carouselv1.6XAML:x::x:
Carouselv1.6.NET:x::x:
ImageSet Stacked Presentation Stylev1.6JS:white_check_mark::white_check_mark:
ImageSet Stacked Presentation Stylev1.6iOS:x::x:
ImageSet Stacked Presentation Stylev1.6Android:x::x:
ImageSet Stacked Presentation Stylev1.6XAML:x::x:
ImageSet Stacked Presentation Stylev1.6.NET:x::x:
Dynamic Type Ahead Searchv1.6JS:x::x:
Dynamic Type Ahead Searchv1.6iOS:white_check_mark::x:
Dynamic Type Ahead Searchv1.6Android:white_check_mark::x:
Dynamic Type Ahead Searchv1.6XAML:x::x:
Dynamic Type Ahead Searchv1.6.NET:x::x:
Label Positionv1.6JS:x::x:
Label Positionv1.6iOS:x::x:
Label Positionv1.6Android:x::x:
Label Positionv1.6XAML:x::x:
Label Positionv1.6.NET:x::x:
Inline Editable Input Stylev1.6JS:x::x:
Inline Editable Input Stylev1.6iOS:x::x:
Inline Editable Input Stylev1.6Android:x::x:
Inline Editable Input Stylev1.6XAML:x::x:
Inline Editable Input Stylev1.6.NET:x::x:
Int8ArrayprefixSetpyyamlmacosoptionmkdirpCSSStyleDeclarationqueuetslibES2019operating-systemuploadownprototypeomitoffsetJSONeventEmitteruser-streamsSymbolshebangReflect.getPrototypeOframdatoArrayguidsuperstructform-validationbinUint8ClampedArraydynamodbexiturlfast-deep-clonematchimportsigtermcore-jssharedarraybufferObject.assignfull-widthUint16Arraystarterextradeep-copycreatehelperfullArray.prototype.findLastIndextermtoobjectwarningcollection.es6testertranspilerreusecommandervalueURLajaxterminalMicrosoftframerenderpatchES2021point-freecjkspawnvpcflagECMAScript 7lesscssObject.fromEntriestsdatastructureutilitiesES5call-bindmoveindicatorserializepositiveroute53hasOwnlocalmkdirsstylesbundlingWebSocketpreprocessorpostcssshimunicodepackage.jsonsignalsArray.prototype.flatUnderscoreIteratores-shimsbabel-coreyamlcallbindObject.getPrototypeOflengthBigUint64Arraybannertimedragjsdomslicecolumnscloudfrontpostcss-plugineslint-pluginFunction.prototype.namequeueMicrotaskacornflatcollectionStreamsreact-hooksidledependency managerfigletbindreadableES2017descriptorsrequire.envlazybyteLengthloadbalancingArray.prototype.includesemrremoveenvwgetes2018lockfilechromehookform3dastrapidvariablesautoscalingspringdatedeterministicexecfileArrayphoneTypeScriptvarspluginES8fpsobject.gitignorearraybufferartcompareuuidirqcommand-linemakereactpinoqskeyserror-handlingworkspace:*buffersprivate datafunctionscertificatesmkdirbrowserenvironmentsecmascripttypesgroupByjsdiffi18ntrimStartsiginthashnamewhichweaksetclass-validatorTypedArraycensorbuffercontainssetImmediatedeepInt32Arrayzeroajvescapeformattingmulti-packageFloat32ArrayStyleSheetwhatwgebsbinariestc39telephonejsxless mixinshigher-ordervalidateequalityloguninstallfunctionalutilscompile lessrangeerrorworkerdefinereact-testing-libraryredux-toolkitstylesheetpreserve-symlinkschannelcallboundimportexportchaiiteratorsharedcachereact-componentformatcallString.prototype.trimthreeaccessibilityless compilerECMAScript 2015routingprogresshooksfullwidthinstalllesstrimRightmaplistenersES2022assertionruntimees6npmignorecss nestingpersistentyuplastgetoptpolyfillstylesetterinternalgestures_.extendgdprstatusasserttrimes2016codeszxbddoncebytetestchromiumstablereducerECMAScript 2017transpiletacittypanionObjectglobalsjoiUint32Arraygradients css$.extendfpspinnersSystem.global__proto__ES2018ReactiveXdiffextendstylingcss lesscloudsearchreduxexecutefastifyWeakSetargvjsObject.isObject.definePropertyflatMapdom-testing-libraryzodaccessorjson-schema-validatorscheme-validationxhrinrdsES6ObservablesES3l10nnegative zerodependenciesharmonyStreamsetregexSymbol.toStringTagignorewidthreversedlibphonenumbernativeeffect-tsstatelessloggingtoSortedinstallercolumnpicomatchiamsymlinksafenumbervariables in cssvarES2016snsPushwindowsHyBiregexpponyfillArrayBufferfilterhotvalidhas-ownsortInt16Arraysortedfastclonesimpledb-0syntaxmake dirstringlinuxfast-copynamesinputletregular-expressionsameValueZerochinesepipeprocessforEachawesomesauceimmernodejsECMAScript 2019includespackagesmetadataworkflowec2ECMAScriptelectronhandlerstddgraphqlES2020protoforkassignhasOwnPropertyECMAScript 6Array.prototype.flattenWeakMapresolvecomputed-typesReactiveExtensionsjavascriptsideArrayBuffer.prototype.slicemrulanguagegroupString.prototype.matchAllefficientmoduleutilstoragegatewayelbschemeUint8ArrayArray.prototype.filtercloneinvariantchildkeyproxyoptimist@@toStringTagdirformdeepclonegetPrototypeOfnested cssvisualdayjseveryhttpsfindLastIndexentriessqstypedarraymatchesjson-schema-validationerrorloggerECMAScript 5amazonfunction.lengthwritelintpurestringifiertextswffast-deep-copyESnextshrinkwrapcharactersomeobjasciiflagsmodulesesreverseconfigpathmobilebeanstalksignedbinaryinspectreact poseECMAScript 20220asteriskshasObservableregular expressionpopmotionbrowserlistgradients css3ECMAScript 2018cryptorgbvalidationinferencefluxsequencepasswordRFC-6455fromperformanceweakmapObject.entriesprettycliconsumeMapcloudtrailreadreal-timeshamglobalieeventstoolkitwalkjsonglobal objectnegativecryptPromisenopegetio-tsfetchwafvalidatorliveequalruleseslintpluginoptimizerprivatedotenvparseremitconcatbootstrap cssarktypeJSON-Schemabootstrap lesscopypropertyperformantstatedescription6to5classesRegExp.prototype.flagscolorparsingparsedeepcopyargsarraycallbackbabelstreamsmomentgetOwnPropertyDescriptorpushObject.valuesbusyserializereslintconfigminimales2017RxJSasyncstyled-componentsfnmatchdatacssiterationformsfsTypeBoxglobalThisansitoReversedtoolsconfigurablecurlbundlerlruexit-codeglobal this valuejapaneseprune
6.8.81

10 months ago

6.8.80

10 months ago

6.7.80

10 months ago

6.7.79

10 months ago

6.7.78

10 months ago

6.7.77

11 months ago

6.7.76

11 months ago

6.7.75

11 months ago

6.7.74

11 months ago

5.7.74

11 months ago

5.7.73

11 months ago

5.7.72

11 months ago

5.7.71

11 months ago

5.7.70

11 months ago

5.7.69

11 months ago

5.7.68

11 months ago

5.7.67

11 months ago

5.7.66

11 months ago

5.7.65

11 months ago

5.7.64

11 months ago

5.7.63

11 months ago

5.7.62

11 months ago

5.6.62

11 months ago

5.6.61

11 months ago

5.6.60

11 months ago

5.6.59

11 months ago

5.6.58

11 months ago

5.5.58

11 months ago

5.5.57

11 months ago

5.5.56

11 months ago

5.5.55

11 months ago

5.5.54

11 months ago

5.5.53

11 months ago

5.5.52

11 months ago

5.5.51

11 months ago

5.5.50

12 months ago

5.5.49

12 months ago

5.5.48

12 months ago

4.5.48

12 months ago

4.5.47

12 months ago

4.5.46

12 months ago

4.5.45

12 months ago

4.5.44

12 months ago

4.5.43

12 months ago

4.5.42

12 months ago

3.5.42

12 months ago

3.5.41

12 months ago

3.5.40

12 months ago

3.5.39

12 months ago

3.5.38

12 months ago

3.5.37

12 months ago

3.5.36

12 months ago

3.5.35

12 months ago

3.5.34

12 months ago

3.5.33

12 months ago

3.5.32

1 year ago

3.5.31

1 year ago

3.5.30

1 year ago

3.5.29

1 year ago

3.4.29

1 year ago

3.4.28

1 year ago

3.4.27

1 year ago

3.4.26

1 year ago

3.4.25

1 year ago

3.4.24

1 year ago

3.4.23

1 year ago

2.4.23

1 year ago

2.4.22

1 year ago

2.4.21

1 year ago

2.4.20

1 year ago

2.4.19

1 year ago

2.4.18

1 year ago

2.4.17

1 year ago

2.4.16

1 year ago

2.3.16

1 year ago

2.3.15

1 year ago

2.2.15

1 year ago

2.1.15

1 year ago

2.1.14

1 year ago

2.1.13

1 year ago

2.1.12

1 year ago

2.1.11

1 year ago

2.1.10

1 year ago

2.1.9

1 year ago

2.1.8

1 year ago

2.0.8

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.0

1 year ago