AdaptiveCardUI Versions Save

Snippets of UI, authored in JSON and rendered with SwiftUI

0.1.3

3 years ago
  • Fix iOS build
  • Fix watchOS build in Swift Package Index

0.1.2

3 years ago
  • Run snapshot tests separately
  • Update for Xcode 12.2 and macOS Big Sur

0.1.1

3 years ago

This release adds ImageSet element rendering

0.1.0

3 years ago

This release implements the following Adaptive Cards features:

  • Decoding and encoding Adaptive Card JSON format
  • Content adaptation - fallback and requires
  • TextBlock element rendering
  • RichTextBlock element rendering
  • Image element rendering
  • ActionSet element rendering
  • Container element rendering
  • ColumnSet and Column elements rendering
  • FactSet element rendering
  • Extensibility through CustomCardElements
  • Overridable and extensible image styles

Tested with iOS 14.0 and macOS 11.0. Builds on tvOS 14.0 and watchOS 7.0 targets.