Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

2.0.0

Choose a tag to compare

@MarcoEidinger MarcoEidinger released this 10 Nov 18:55
· 18 commits to main since this release

Excited to share a new major release for SAPCAI package!!

⚠ BREAKING CHANGES

  • 🧨 new minimum deployment target is iOS 14 (previously: iOS 13)

  • 🧨 SDWebImage replaces URLImage as package dependency

  • 🧨 no cleanup logic in onDisappear !!

    For previous release(s) it was suggested to implement cleanup logic in onDisappear but you cannot rely that onDisappear will be called only once. The AssistantView might trigger further navigations causing the AssistantView to disappear and re-appear. Therefore cleanup logic should be handled elsewhere.

  • 🧨 NavigationView is required in view hierarchy.

Features

  • 🎸 CardPageView to be used in Carousel and List (a585c84)
  • 🎸 carousel image: support sap-icon (a1ef423)
  • 🎸 expandable plain long text messages with "View more" button (#42) (7437316)
  • 🎸 gif supported through SDWebImage (#32) (8280053)

Bug Fixes

  • 🐛 resolve cycle reference for conversation operation (3310416)
  • 🐛 UI improvement for spacing and heights (#33) (aa7ff09)