AdaptiveCards Versions Save

A new way for developers to exchange card content in a common and consistent way.

[email protected]

1 year ago

Latest Packages

🎉JS adaptivecards 3.0.0-beta.13

New Feature

Fixes

dotnet-templating-23.03

1 year ago

Latest Packages

New Feature: Host parameters

Applications using the .NET Templating engine can now supply an additional Host data blob in EvaluationContext, which is accessible in templates through $host. This allows applications to provide contextual information to be referenced in generating a card.

PR: https://github.com/microsoft/AdaptiveCards/pull/8328

(matches behavior from NodeJS templating engine. see https://github.com/microsoft/AdaptiveCards/pull/7199)

uwp-v3.1.1

1 year ago

Latest Packages

Bug Fixes

Note

  • The corresponding Object Model release is 1.1.0

[email protected]

1 year ago

Latest Packages

🎉JS adaptivecards 3.0.0-beta.11

Fixes

#8299 Fixed Carousel Keyboard issue

[email protected]

1 year ago

Latest Packages

🎉JS adaptivecards 2.11.2

Fixes

#8301 Fixed Perf Issue. #8144 Fixed empty placeholder issue.

[email protected]

1 year ago

Latest Packages

Breaking change

  • We added host container theming support in this version. Custom host containers should either:
    • Extend SingleThemeHostContainer or MultiThemeHostContainer
    • Implement getCurrentStyleSheet() which is now an abstract class on the HostContainer class.

Beta Features

  • Add Widgets Board Host Container
  • Schema 1.6 Preview
  • Allow theming in host containers. Host containers can now support Light and Dark themes from the same container.

Bug Fixes

  • #8048 Update webpack config for xmark.svg
  • #7931 Remove tab index from container picker
  • #7952 Resolve undefined error in ActionPeer getBoundingRect
  • #7917 Assign names to icon buttons