This repository has been archived by the owner on Dec 30, 2021. It is now read-only.
Releases: gonzalezreal/AdaptiveCardUI
Releases · gonzalezreal/AdaptiveCardUI
AdaptiveCardUI 0.1.3
- Fix iOS build
- Fix watchOS build in Swift Package Index
AdaptiveCardUI 0.1.2
- Run snapshot tests separately
- Update for Xcode 12.2 and macOS Big Sur
AdaptiveCardUI 0.1.1
This release adds ImageSet
element rendering
AdaptiveCardUI 0.1.0
This release implements the following Adaptive Cards features:
- Decoding and encoding Adaptive Card JSON format
- Content adaptation -
fallback
andrequires
TextBlock
element renderingRichTextBlock
element renderingImage
element renderingActionSet
element renderingContainer
element renderingColumnSet
andColumn
elements renderingFactSet
element rendering- Extensibility through
CustomCardElement
s - Overridable and extensible image styles
Tested with iOS 14.0 and macOS 11.0. Builds on tvOS 14.0 and watchOS 7.0 targets.