github microsoft/AdaptiveCards 2020.07
AdaptiveCards 2020.07

latest releases: adaptivecards@3.03, uwp-v4.0.0, adaptivecards@3.0.2...
3 years ago

Renderer

πŸŽ‰Announcing AdaptiveCards schema version 1.3 with support for InputValidation and Labels.:tada:

New Features:

  1. Input Validation and Labels
  2. Underline Support in TextRuns

Breaking Changes:

  1. This release introduces a change in the behavior of the interaction between Submit actions and ShowCard actions. Previously, all inputs in all parts of the card would be gathered when a submit action is pressed. Going forward, inputs will gathered only if they are on the same card as the Action.Submit, or on any parent cards of the card containing the Action.Submit in the case of a card under an Action.ShowCard. Inputs will not be submitted if they are on a card that is a child or sibling show card of the card containing the Action.Submit. This includes cards from Action.ShowCards in ActionSets in the body of that card. For more information see the input validation documentation here.
  2. [.NET WPF] Input.ChoiceSet incorrectly defaults to "expanded"
  3. [UWP][Fallback Requirements] Change requirements handling from a function to a property

Smoke Test Notes

  1. Automated CI/CD on release/20.07 branch
  2. Regression tests against:

Known issues

  1. [Android][Regression] [The Sizes of Images in ImageSet in Food Order May Be Different] #4519
  2. [Android] Input.Number will fail validation if an empty value is supplied #4544

Other Notable Bug Fixes

  1. [JavaScript][Deregistering a property from the parser/render]
  2. [UWP] Unnecessary string copying
  3. [UWP] non-latin characters breaks markdown on UWP renderer

Templating

This is a non-breaking release for our existing .NET + JS templating SDK's.

Notable Bug Fixes:

  1. [.NET][Templating] [Unable to render only the template]
  2. [.NET][AdaptiveCards.AdaptiveSerializationException] [AdaptiveCard.FromJson failed when isVisible attribute using a bool variable from an object]
  3. [JS]data binding to boolean expression fails
  4. [JS]data binding to $index fails

Website (adaptivecards.io)

  • Refreshed for 1.3 schema changes
  • Sample updates
  • Miscellaneous Accessibility fixes

Designer

This is a non-breaking release with some ongoing improvements.

Notable Bug Fixes:

  1. [JavaScript][Validation] Customize parse warning messages for unsupported element/action types
  2. [Javascript][Validation][Warning should be returned for unsupported action types]

Don't miss a new AdaptiveCards release

NewReleases is sending notifications on new releases.