Skip to content

Announcing v1.0 Beta

Matt Hidinger edited this page Nov 3, 2017 · 10 revisions

We're excited to announce the beta release of our SDKs and the final v1.0 schema!

Final v1.0 schema

NOTE: Some of these are BREAKING CHANGES from v0.5

Many of these changes do have back-compat support in existing renderers, but as clients upgrade to v1.0 through the end of the year we will start to see less support for the pre-1.0 schema.

  1. Add flexibility by splitting separation into separate properties: spacing and separator #462
  2. Column.size renamed to Column.width #552
  3. Renamed all enums that had a default value of normal to default #630
  4. TextBlock no longer has a TIME(str,Short) formatting function #419
  5. Removed Action.Http, planning to revist later. No hosts are currently supporting it. #618
  6. Removed speak from elements, only exists at the AdaptiveCard level now
  7. Update Container style to better guarantee appropriate background/text color combinations #472
  8. Added selectAction to ColumnSet #344
  9. Standardized input-value binding on Action.Submit #652
  10. Input.Choice removed isSelected, property. Use the Input.ChoiceSet value instead

SDKs

Platform Install Build Docs
HTML Client npm install Source Docs
.NET Model Nuget install Source Docs
.NET WPF Nuget install Source Docs
.NET HTML Nuget install Source Docs
Windows UWP Nuget install Source Docs
Android Maven Central Source Docs
iOS CocoaPods Source Docs