This repository was archived by the owner on Sep 24, 2024. It is now read-only.
2.0.0
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
onDisappearbut you cannot rely thatonDisappearwill be called only once. TheAssistantViewmight trigger further navigations causing theAssistantViewto disappear and re-appear. Therefore cleanup logic should be handled elsewhere. -
🧨
NavigationViewis 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)