Miniapp SDK v5.0.0
SDK
- Feature: Support for showing multiple MiniApps at the same time. Added
MiniAppView
which will replace - Feature: Async/Await Support with
MiniAppView
'sloadAsync
that will load the MiniApp. - Feature: Added
MiniAppParameters
and a new configMiniAppConfig
that is used to initializeMiniAppView
- Feature: Added a new additional initializer to load MiniApps from URL for local testing.
- Feature: Support for SwiftUI. Added
MiniAppSUIView
to the UI module that conforms toUIViewRepresentable
and will autoload when added.
Sample app
- Feature: New demo app interface with List I and List II (multiple miniapp support demo) and reworked with SwiftUI